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.

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
usmanshaikh/README.md

alt text

Hi, I'm Usman! 👋

I'm a full-stack developer from India, passionate about building real-world solutions. With experience in both frontend and backend development, I focus on creating applications that are not only functional but also efficient and user-friendly.

Currently, I'm expanding my expertise in NestJS, Next.js, AWS services, and Docker, learning these technologies to strengthen my skill set and prepare for future projects.


🧰 Tech Stack

Frontend:

  • React, Angular, TypeScript, JavaScript
  • React Native
  • Redux Toolkit
  • GraphQL (Apollo Client)
  • HTML, CSS, SASS, jQuery

Backend:

  • Node.js, Express.js
  • MongoDB with Mongoose
  • PostgreSQL with Prisma
  • GraphQL (Apollo Server)
  • AWS Serverless (API Gateway, Lambda)

CI/CD (Familiar):

  • Docker
  • AWS CodePipeline/CodeBuild

🌟 Freelance Projects

Here are some of the freelance projects I’ve had the pleasure of working on:

  • Galerie Isa - A platform showcasing fine art and exhibitions.
  • Enova Entertainment - Entertainment services specializing in events and productions.
  • Mirra Luxe - A luxury brand offering premium lifestyle products.
  • TRRAIN - Non-profit organization focused on empowering retail professionals.
  • TrunkWorks Games - A gaming company offering immersive experiences.

💼 Get In Touch


Pinned Loading

  1. 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

  2. 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

  3. 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
    
                  
  4. React - Global Loader effect in Axio... React - Global Loader effect in Axios Interceptor for every API call with JWT Refresh Token functionality.
    1
    // Create AxiosInterceptor component & axiosInstance.
    2
    import { useEffect, useState } from "react";
    3
    import { useGlobalContext } from "../utils/hooks";
    4
    import { useNavigate } from "react-router-dom";
    5
    import axios from "axios";
  5. Angular - Global Loader with JWT Ref... Angular - Global Loader with JWT Refresh Token functionality Interceptor.
    1
    import { Injectable } from '@angular/core';
    2
    import {
    3
      HttpResponse,
    4
      HttpRequest,
    5
      HttpHandler,