Skip to content
View gsuzair's full-sized avatar

Block or report gsuzair

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

💫 About Me:

Specializing in Full Stack technologies with a focus on Laravel, Node.js, JavaScript, ReactJS, VueJS, PostgreSQL, MySQL, Redis, Docker, AWS. Currently deepening my expertise in Microservices, System Design, and Distributed Systems while learning TypeScript. Passionate about collaborating on innovative and impactful projects that leverage cutting-edge technologies.

How to Reach Me:

dev.uzair@gmail.com
Linkedin

💻 Tech Stack:

Laravel Express.js JWT NodeJS React Router Redux React Nginx MySQL Postgres Redis Docker

📊 GitHub Stats:


🏆 GitHub Trophies


Pinned Loading

  1. pushok pushok Public

    Forked from edamov/pushok

    PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)

    PHP

  2. three-number-sum three-number-sum Public

    To solve the problem of finding all triplets in an array that sum up to a given target sum, you can use an efficient approach with a time complexity of 𝑂 ( 𝑛 2 ) O(n 2 ). This method leverages sort…

    JavaScript

  3. remove-duplicates-from-linkedlist remove-duplicates-from-linkedlist Public

    You're given the head of a Singly Linked List whose nodes are in sorted order with respect to their values. Write a function that returns a modified version of the Linked List that doesn't contain…

    JavaScript

  4. React-project-1-used-components-lifecycle-hooks-and-context-api- React-project-1-used-components-lifecycle-hooks-and-context-api- Public

    React project 1(used components, lifecycle hooks, and context api)

    JavaScript

  5. expressjs-mvc expressjs-mvc Public

    Implemented MVC in ExpressJs

    JavaScript

  6. transpose-matrix transpose-matrix Public

    The transpose of a matrix is a flipped version of the original matrix across its main diagonal (which runs from top-left to bottom-right); it switches the row and column indices of the original mat…

    JavaScript