Skip to content
View Dev-RohitGupta's full-sized avatar
😎
Learning!
😎
Learning!

Block or report Dev-RohitGupta

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

Hi There
I'm Rohit Gupta

Backend Engineer | Microservices | Distributed Systems | AWS

πŸ“§ rohitgupta.development@gmail.com Β  | Β  πŸ“± +91-7049761589


⚑ Professional Summary

  • 2.5 Years Experience building scalable backend systems and distributed applications
  • Designed microservices handling ~1M requests/month with 99.9% uptime
  • Reduced API latency by 30% using caching, indexing & Kafka-based async workflows
  • Improved deployment speed by 85% with CI/CD automation and zero-downtime releases
  • Reduced infrastructure cost by ~25% and improved incident response time by ~40%
  • Strong in System Design, Event-Driven Architecture, and Performance Optimization

🏒 Experience

Backend Engineer
Infinity Genesis Techsoft Pvt. Ltd. | Feb 2024 – Feb 2026

Appviser – Automotive Services Management

  • Scaled distributed microservices architecture using Node.js & AWS
  • Served ~1M monthly requests with 99.9% uptime and high availability
  • Reduced backend latency (30% improvement) via:
    • Redis caching
    • Database indexing & query optimization
    • Kafka-based asynchronous processing
  • Built CI/CD pipelines (Jenkins) β†’ reduced release cycles by 85% and enabled zero-downtime deployments
  • Reduced infrastructure cost by ~25% through optimized pipelines and system design
  • Improved engineering productivity by 50% using AI-assisted workflows (debugging, testing, code reviews)
  • Implemented AWS CloudWatch monitoring & alerts β†’ reduced incident response time by ~40%

Web Developer Intern
Silver Oak Health | Jul 2022 – Oct 2022

Cloud Notes – Case Management System

  • Built backend APIs supporting 1500+ users with secure and compliant workflows

πŸš€ Featured Project

Resilient API Gateway

  • Built a fault-tolerant API Gateway sustaining 1K+ RPS with p95 latency < 80ms
  • Implemented:
    • Custom load balancing (Round Robin + Health Checks)
    • Kafka-based async logging
    • Redis-backed rate limiting
    • Circuit breakers & retry mechanisms
  • Reduced cascading failures by 60% and ensured graceful degradation under high load

🧠 Tech Stack

Domain Technologies
Languages JavaScript (ES6+), TypeScript
Backend Node.js, Express.js, REST APIs, Kafka
Frontend Next.js, React.js
Databases MongoDB, SQL, Redis
Cloud/DevOps AWS (EC2, S3, Lambda), Docker, Kubernetes, CI/CD
Practices Microservices, Event-Driven Architecture, System Design (HLD, LLD)

πŸ“š Education

  • MCA – Oriental Institute of Science & Technology (2022–2024) | 8.4 CGPA
  • BCA – Indira Gandhi National Tribal University (2019–2022) | 8.0 CGPA

Portfolio β€’ Resume

Pinned Loading

  1. resilient-api-gateway resilient-api-gateway Public

    A production-grade API Gateway in Node.js/TypeScript implementing custom load balancing, Redis-based distributed rate limiting, circuit breakers, and service discovery. Integrated Kafka for observa…

    TypeScript