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

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

πŸ‘‹ Welcome to Syed Umer Hasan's GitHub!

Full Stack Developer | Cloud Enthusiast | DevOps Practitioner

I'm a passionate Full-Stack Developer who focuses on cloud technologies and DevOps practices. I constantly explore new ways to solve complex problems and build scalable, efficient systems. With experience across multiple front-end and back-end technologies, cloud platforms, and DevOps tools, I aim to deliver impactful software solutions.

πŸ’Ό Professional Experience

With hands-on experience as a Full Stack Engineer in various industries, I have developed and deployed scalable applications, automated workflows, and optimized infrastructure. My work spans everything from automating loan processes to developing real-time chat applications and ETL pipelines for analytics.

Key highlights include:

  • Automating workflows with Terraform, AWS, and Kubernetes.
  • Designing scalable cloud-based architectures.
  • Developing end-to-end features for real-time systems across web and mobile platforms.

πŸ› οΈ Technical Skills

  • Frontend: HTML, CSS, JavaScript, TypeScript, React.js, Angular, Next.js
  • Backend: Node.js, Python, Go, C#, PHP
  • Cloud: AWS, Google Cloud, Azure
  • Databases: SQL Server, MongoDB, Firebase, BigQuery
  • DevOps/Infra: Jenkins, Docker, Kubernetes, Terraform
  • Testing: Jest, Protractor, Playwright, Unit Testing, E2E Testing
  • Certifications: AWS, Google Cloud, Databricks, Terraform

🌱 Currently Learning

I am always up for learning new tools and technologies, and currently focusing on enhancing my knowledge of cloud-native architecture, microservices, and AI/ML solutions in the cloud.

πŸ”— Let's Connect!

Feel free to check out my repositories and projects, and don't hesitate to reach out if you'd like to collaborate!

Thanks for stopping by, and happy coding! πŸ˜„

Pinned Loading

  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
    ```