-
π Education: CSE Student at VIT, Vellore
-
π± Currently Learning: Distributed Systems, Event-Driven Architecture, Docker & Kubernetes
-
π― Interested In: Backend services, REST APIs, and modern web applications
-
π Location: Jaipur, Rajasthan
A multi-tenant API Gateway built in Go with a control plane and high-performance data plane.
Tech Stack
Highlights
- Built a multi-tenant control plane for managing projects, routes, upstreams, and plugins.
- Designed an immutable snapshot-based data plane with Redis Pub/Sub synchronization.
- Implemented reverse proxying with connection pooling, health checks, and automatic failover.
- Added multiple load balancing strategies including Round Robin, Least Connections, IP Hash, and Weighted Round Robin.
A privacy-first journaling application where user data is encrypted before leaving the device.
Tech Stack
Highlights
- Built an end-to-end encrypted journaling platform using zero-knowledge architecture.
- Implemented envelope encryption using AES-GCM with PBKDF2-based key derivation.
- Designed the backend so plaintext user data is never accessible by the server.
- Developed using Next.js App Router, API routes, and MongoDB.