Skip to content
View SyedUmerHasan's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report SyedUmerHasan

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

πŸ‘‹ Hello tech enthusiasts! This is Syed Umer Hasan.πŸ‘‹

πŸš€ Welcome to my supercharged GitHub Profile! πŸš€

I'm Syed Umer Hasan, a highly driven and passionate Full Stack Developer hailing from the tech hub of Greater Boston, MA πŸŒ†. I live and breathe software development, and I can't get enough of those exhilarating web challenges! πŸ”₯

πŸ’» Tech Stack? Oh, I've got a whole arsenal of programming languages under my belt:

Javascript, Typescript, C#, PHP, Python, Java, .NET, C++, and more! πŸ’ͺ

Frontend

Easy peasy! I dance effortlessly with HTML, CSS, Bootstrap, Tailwind, REACT, Angular, VueJS, and NodeJS.

Back-end

No problem! ExpressJS, NestJS, Laravel, Spring Boot, Django, you name it, I've got it covered! 😎

☁️ Oh, and the cloud? I'm a certified wizard in AWS, Google Cloud, and Azure! ☁️ Whether it's deploying serverless Lambda functions, spinning up containers with ECS and Fargate, or managing databases like DynamoDB and RDS, I'm your cloud guru! πŸ§™β€β™‚οΈ

πŸ”§ But wait, there's more! I thrive in distributed systems like Apache Kafka and RabbitMQ, and I wrangle data like a pro with Databricks, PySpark, and Hadoop! πŸ”§

πŸ’Ύ Data engineering is my forte! From designing data pipelines and integrating with BigQuery to squeezing insights from Elasticsearch and Kibana, I'm all about data-driven decisions! πŸ’Ύ

πŸ”’ Web security is not just a checkbox for me; it's my battle cry! I fend off those pesky CORS issues, stomp out SQL injections, and protect against CSRF attacks! πŸ”’

πŸ† When it comes to professional experience, I've got real-world battle scars from collaborating with renowned companies on exciting projects! Real-time distributed chat apps, automated marketing strategies, and secure micro-payment gateways are just some of the thrilling adventures I've embarked upon! πŸ†

So, fellow techies, buckle up and join me on this coding rollercoaster! 🎒 Let's dive into the depths of complex algorithms, scale mountains of cloud infrastructure, and conquer the vast ocean of data engineering together! 🌊

Feel free to connect with me via LinkedIn: linkedin.com/in/syedumerhasan/

Tech on, my friends! πŸ’»πŸ”₯πŸš€ Visual Studio Code HTML5 CSS3 Sass JavaScript React Gatsby GraphQL Node.js Deno SQL MySQL MongoDB Git GitHub HTML5


Show some ❀️ by starring some of the repositories!

Pinned

  1. Redis using NodeJs Redis using NodeJs
    1
    const express =  require("express")
    2
    const fetch =  require("node-fetch")
    3
    const redis =  require("redis")
    4
    
                  
    5
    const PORT = process.env.PORT || 5000; 
  2. Auto version switching for fnm using... Auto version switching for fnm using .node-version
    1
    # Install fnm version manager
    2
    ## Using Homebrew (macOS/Linux)
    3
    ```bash
    4
    brew install fnm
    5
    ```