View
SHUBHAM KUMAR //

NODE · GO
BACKEND
Engineer

I design the monolithic backend structures that dictate how digital platforms scale. Building APIs that process 100K+ daily requests without a single point of failure.

Transforming architectural decisions into highly resilient, low-latency microservices.

45% Throughput Boost

0

15K Concurrent Users

0

400ms Avg Response

0

99.9% Uptime

0

BEHIND
the
CODE

I am a Backend Software Engineer based in Patna, equipped with a Master's in Computer Applications from Chandigarh University. For the past four years, I've specialized in designing high-throughput, fault-tolerant microservices utilizing Node.js and Go.

"Shubham doesn't just write endpoints; he anticipates how systems fail under load. Hopping on a call with him to pinpoint an issue is a masterclass in debugging." — Avneesh & Vicky, Engineering

My engineering philosophy is rooted in eliminating bottlenecks. Recently, I've been expanding my infrastructure capabilities by integrating multiple LLM providers via API keys directly into Node environments. When I step away from the terminal, my focus shifts to exploring human performance through nutrition and food science.

EducationMCA, Chandigarh Univ.
FocusMicroservices / Go / Node
InterestsLLM Integrations, Nutrition

Production Deployments

Node.js AWS Redis Route 53
Less than 18ms latency 99.97% uptime
The Challenge

Smart link routing infrastructure that detects device, OS, and app install state to deliver users to precise destinations under heavy load.

The Architecture

Client -> Route 53 -> Load Balancer -> Node.js Microservice -> Redis Cache

The Impact

Engineered an enterprise-scale solution capable of handling millions of requests with latency strictly under 18ms and 99.97% uptime.

Node.js Microservices BullMQ Firebase Analytics
Full backend refactor Multiple section APIs
The Scope

Reworked an influencer marketing SaaS backend by fixing code-quality issues across the codebase, refactoring core services, implementing multiple section APIs, and moving heavy flows into async processing.

Performance

Improved maintainability and throughput by offloading selected workloads to BullMQ-based async processing while standardizing multiple section APIs across the platform.

The Architecture

Client -> Node.js API -> BullMQ Workers -> Firebase Analytics -> Section Services

Node.js Express.js MySQL Redis jQuery EJS
15,000+ concurrent admins 70% faster queries 40M+ record database
The Challenge

Scalable admin platform supporting hierarchical role-based access across a large public-sector department while serving massive internal workloads.

The Solution

Nginx -> Node.js/Express -> Query Optimizer -> Redis -> MySQL Cluster

The Impact

Optimized complex MySQL queries across a 40M+ record database, cutting data retrieval times by 70% while supporting 15,000+ concurrent administrators.

Node.js Express.js MySQL Docker
25+ API endpoints 85% test coverage 60% faster deployments
The Challenge

Re-architected a legacy loan management backend for a flagship public-sector financing program with an emphasis on security, resilience, and delivery velocity.

The Architecture

Client -> JWT Auth Gateway -> Node.js API -> MySQL Master/Slave DB

The Impact

Engineered 25+ RESTful API endpoints with 85% test coverage and standardized Dockerized delivery flows that cut deployment time by 60%.

Node.js TypeScript SQLite Swagger Jest
80% less manual note-taking 50% faster flashcard generation
The Concept

AI learning agent that converts web content, YouTube videos, and PDFs into Markdown notes and Anki flashcards synced to Notion.

The Workflow

Source URL -> Extractor -> LLM Pipeline -> Markdown Notes -> Anki and Notion Sync

The Impact

Automated the full study-material pipeline so learning inputs become reusable notes and spaced-repetition assets in a fraction of the manual time.

Core Arsenal

Node.js
TypeScript
Golang
PostgreSQL
Redis
Docker
AWS
Kafka

Technical Matrix

Languages
JavaScript (Node.js) TypeScript Golang SQL
Backend
Express.js NestJS RESTful APIs GraphQL
Databases
PostgreSQL MySQL MongoDB Redis Query Optimization
Cloud & DevOps
AWS (EC2, S3, Lambda) Docker Nginx CI/CD GitHub Actions
Message Queues
Kafka RabbitMQ BullMQ
Testing & Quality
Jest TDD SonarQube ESLint
Security & Auth
OAuth 2.0 JWT RBAC Casbin Passport.js AES-256
Architecture
System Design Microservices SOLID DRY Performance Optimization