4/21/2026 7:27:09 PM
Projects
A showcase of my technical projects and development work across various technologies.
01
Distributed payment platform with event-driven checkout and fault-tolerant transaction handling.
- Built a Kafka-backed checkout system across 4 services handling ~12.5k RPM in load tests.
- Implemented idempotency, retries, and failure handling for reliable payment workflows.
- Validated 10+ service interaction scenarios using Docker-based integration testing.
02
Multi-agent orchestration platform enabling concurrent execution and shared state across AI agents.
- Engineered coordination layer for 15+ agents with shared state and parallel execution.
- Handled secure in-memory credential management for external APIs without persistence.
- Enabled real-time tracking of agent activity using WebSockets.
03
Collaborative task manager with real-time updates using Redis Streams and Server-Sent Events.
- Built event-driven backend supporting 200+ concurrent users in testing.
- Achieved ~50ms real-time updates using Server-Sent Events.
- Designed serverless workflows with Next.js Server Actions.