Skip to content
View usmanshaikh's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Capgemini
  • Navi Mumbai

Block or report usmanshaikh

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
usmanshaikh/README.md

Profile Cover

Hi, I'm Usman Shaikh πŸ‘‹

I'm a Full Stack Developer from India with experience in building scalable, user-friendly web applications across frontend and backend technologies.

I work mainly with React, Next.js, Angular, Node.js, NestJS, Express.js, MongoDB, PostgreSQL, GraphQL, and AWS. I enjoy building real-world products, improving application performance, and writing clean, maintainable code.

Currently, I’m strengthening my skills in Java, AWS Cloud, deployment workflows, and production-ready backend systems.


🧰 Tech Stack

πŸ’» Frontend

  • React.js, Next.js, Angular
  • TypeScript, JavaScript
  • Redux, Apollo Client
  • HTML5, CSS3, SASS/SCSS
  • Material UI, Bootstrap, jQuery

πŸ› οΈ Backend

  • Node.js, Express.js, NestJS
  • REST APIs, GraphQL APIs
  • Apollo Server
  • JWT Authentication
  • MongoDB, Mongoose
  • PostgreSQL, Prisma
  • Java (Learning / Practicing)

☁️ Cloud & DevOps

  • AWS Lambda
  • AWS API Gateway
  • AWS S3
  • AWS CodePipeline
  • AWS CodeBuild
  • Docker (Familiar)
  • Deployment Workflows (Learning / Practicing)

🌟 Freelance Projects

Some freelance projects I have worked on:

  • Galerie Isa β€” Fine art and exhibition platform.
  • Enova Entertainment β€” Entertainment and event services website.
  • Mirra Luxe β€” Luxury lifestyle and premium product brand.
  • TRRAIN β€” Non-profit platform supporting retail professionals.
  • TrunkWorks Games β€” Gaming and immersive experience website.

πŸ“Œ Currently Exploring

  • Java for backend development
  • AWS Cloud services
  • Deployment workflows
  • Docker and application deployment
  • Scalable backend and full-stack application patterns

πŸ’Ό Connect With Me


Thanks for visiting my profile!

Pinned Loading

  1. ecommerce-app ecommerce-app Public

    A full-featured ecommerce application built with React, TypeScript, Node.js, and MongoDB. Supports product browsing, cart, checkout with Stripe. Frontend deployed on AWS S3. Backend uses my custom …

    TypeScript 1

  2. nestjs-multi-tenant-task-manager nestjs-multi-tenant-task-manager Public

    Multi-tenant task management backend built with NestJS, PostgreSQL, and Sequelize. Supports organizations, projects, boards, tasks, comments, role-based access, and task assignment similar to Jira/…

    TypeScript

  3. node-express-typescript-starter node-express-typescript-starter Public

    Node Express TypeScript Starter is a boilerplate for building scalable applications with Node.js and Express. It includes essential packages like Axios, Mongoose, JWT, and testing support using Jes…

    TypeScript 2

  4. 2Do 2Do Public

    A simple yet powerful 2Do app built with the MERN stack. This app allows users to create, manage, and track their tasks with an intuitive user interface. It supports CRUD operations, providing feat…

    TypeScript 2

  5. GraphQL CRUD using Apollo Server & A... GraphQL CRUD using Apollo Server & Apollo Client (Node.js + React)
    1
    // npm install @apollo/client graphql
    2
    // npm install --save-dev @types/graphql
    3
    
                  
    4
    
                  
    5
    
                  
  6. Complete guide to deploying a full-s... Complete guide to deploying a full-stack app (Node.js + React/Angular) on AWS using CodePipeline, CodeBuild, ECS Fargate, and S3 + CloudFront.
    1
    # πŸš€πŸš€ Deploying a Full-Stack Application with AWS CodePipeline πŸš€πŸš€ 
    2
    
                  
    3
    
                  
    4
    🚨 **πŸ“ Note:** This documentation is **not 100% accurate**. I have documented what we implemented in our project to give you a **basic idea** of how things work. Some steps might vary depending on your setup, but this should serve as a solid reference.  
    5