Skip to content
View mudassirijaz786's full-sized avatar
πŸ’€
code in imagination
πŸ’€
code in imagination

Highlights

  • Pro

Block or report mudassirijaz786

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mudassirijaz786/README.md

πŸ’« About Me:

I am Mudassir Ijaz. I am a tech enthusiast & an open-source advocate. I am always open to collaborating on projects and innovative ideas. My interests are Natural Language Processing/Understanding, Computer vision, Deep Learning, etc..;

🌐 Socials:

LinkedIn

πŸ’» Tech Stack:

CSS3 Ruby GraphQL JavaScript HTML5 AWS Chart.js Chakra Context-API Expo Express.js Gatsby Metero JS MUI Less NodeJS Next JS NestJS NPM React Rails RxJS SASS Semantic UI React React Router React Query React Hook Form Redux SolidJS Electron.js Yarn WebGL Webpack Three js Svelte Web3.js Nginx AmazonDynamoDB MongoDB Postgres Neo4J Prisma Sequelize Redis CircleCI Git GitHub Jira

πŸ“Š GitHub Stats:



πŸ† GitHub Trophies

πŸ” Top Contributed Repo


Pinned Loading

  1. weather-forecast weather-forecast Public

    An app that fetches weather forecasting based on city and country.

    JavaScript 1

  2. Converting xml into Json Object Converting xml into Json Object
    1
    const fs = require("fs");
    2
    const xml2js = require("xml2js");
    3
    
                  
    4
    function xmlToObject(fileName = "/foo.xml") {
    5
      var parser = new xml2js.Parser();