Building real-world systems, with clarity and purpose.
I care deeply about the boundary between interface quality and system reliability.
My approach to software engineering starts with a fundamental question: "Does this system solve a real problem efficiently, intuitively, and reliably?"
As an Electronics & Communication Engineering graduate from Delhi Technological University (DTU), I combine low-level hardware understanding with high-level web architecture. Whether it's orchestrating real-time WebSocket events for collaborative editors like ChatCraft, building dynamic payment pipelines for Kubik, or crafting 60FPS canvas physics, I focus on engineering precision over visual noise.
I don't just write React components—I build resilient frontend architectures, implement Redis caching strategies, optimize critical render paths, and ensure server-side security.

CORE PHILOSOPHY
"Simplicity is prerequisite for reliability. Great interfaces feel invisible because the underlying architecture works effortlessly."
System Architecture & Scalability
Building applications with modular separation of concerns, robust database schemas, Redis caching layers, and real-time WebSocket distribution for zero-latency user flows.
Interface Craft & Motion
Elevating web experiences through fluid 60FPS GSAP animations, Framer Motion micro-interactions, responsive CSS clamp grids, and accessible visual hierarchy.
Product & Performance Mindset
Treating web performance as a core feature. Optimizing initial load times, bundle sizes, critical rendering paths, and server sanitization for security.
Architectural Philosophy & Engineering Questions
Core technical decisions, system design patterns, and engineering principles behind my full-stack work.
"Why Redis in-memory caching for Socket.io state distribution?"
When multi-user web applications scale across multiple worker threads, in-memory caching turns O(N) database queries into instant microsecond lookups.
"Why 60FPS GSAP ScrollTrigger & spring physics over static UI?"
Interfaces should feel like physical objects with mass, friction, and momentum. Scroll-driven animation elevates visual feedback into pure spatial intuition.
"How do you handle contextual Gemini AI prompt pipelines?"
AI integration isn't just about calling an endpoint; it's about structuring robust prompt context, stream handling, and graceful API fallback boundaries.
"How does dynamic Payload CMS architecture scale SEO landing pages?"
Automated SEO page generation relies on dynamic spatial hierarchy (Country → State → City) coupled with SSR page caching for Core Web Vitals score of 100.
"What is your approach to full-stack error recovery & sanitization?"
Resilient systems treat every input as untrusted and every network call as potentially failing. Defensive programming prevents silent cascading failures.