Building scalable, high-throughput systems with Java and Spring Boot — from optimized REST APIs to event-driven microservices on cloud-native infrastructure.
Passionate about building solutions
I'm a Bachelor of Technology graduate from Galgotias College of Engineering with a strong foundation in Electronics and Communication Engineering. What started as technical curiosity has evolved into a deep passion for full-stack and backend web development.
My journey spans from mastering data structures and algorithms on platforms like GeeksforGeeks and LeetCode to building production-ready, scalable systems. I specialize in designing robust backend architectures with Java, Spring Boot, and PostgreSQL, paired with modern frontend experiences using React and Next.js.
What I work with
A full-stack of backend expertise — from core Java to event-driven systems, cloud infra, and AI-native RAG pipelines.
How I build scalable systems
Follow a request as it travels through a production backend — from the first network hop to the database and back, with the patterns that keep it fast and resilient under load.
A user action — page load, button click, API call — fires an HTTPS request from a web or mobile client toward the backend.
Traffic hits a load balancer first. It distributes requests across multiple service instances using health checks, so no single node becomes a bottleneck and instances can scale horizontally.
Every request is validated at a single entry point — JWT verification, rate limiting, and request logging — before it's allowed to reach any internal service.
The request reaches an independently deployable service — each owning a single business capability (loans, documents, auth) — so teams can ship and scale them on their own schedule.
Before hitting the database, frequently accessed data is checked against Redis. Cache hits return in single-digit milliseconds, sparing the database from repetitive read load.
On a cache miss, the query hits PostgreSQL. Reads are routed to replicas while writes go to the primary, with indexing and query tuning keeping response times low even on large datasets.
For critical operations — like document delivery — automatic retries, fault-tolerant processing, and recovery mechanisms ensure nothing is silently lost, with monitoring surfacing failures in real time.
Where I've built impact
3.5+ years engineering scalable backend systems for enterprise banking and lending platforms.
Things I've built solo
From full-stack social platforms to AI-native retrieval systems — projects built to explore, learn, and ship end-to-end.
A retrieval-augmented generation system for answering data-related queries with contextual accuracy. Documents are chunked and embedded into a vector store; incoming queries are semantically matched against this index, and relevant context is injected into local LLMs (Gemma, Qwen via Ollama) to generate grounded, hallucination-resistant answers.
A full-stack social media platform with user registration/authentication, profile customization, a news feed with posts and updates, social interactions like likes and comments, photo/video sharing, and user discovery.
An e-commerce app with user authentication, product browsing/searching, shopping cart management, personalized profiles, order tracking, customer reviews and ratings, and inventory management.
A blogging platform with user registration/authentication, customizable user profiles, and full blog post creation and management — letting users write and share their stories.
Milestones & awards
Recognized for technical excellence, consistent high performance, and contributions that go beyond the job description.
Qualified GATE CSE 2024 with an All India Rank (AIR) of 7691.
Awarded twice for outstanding contributions to the Retail Loan Origination and Real Estate Lending platforms.
Recognized for exceptional performance and successful delivery of key functionalities on a commercial lending project.
Recognized for exemplary use of GitHub — consistent contributions, clean commits, and driving best version-control practices.
Find me around the web
Open to backend engineering roles, freelance projects, and interesting conversations about systems design.