Projects
What I've shipped.
Open-source projects built to understand production systems below the abstraction layer. Each one is a case study, not a demo. Link as attached
- 01
Multi-Agent RAG Orchestration
ShippedA 4-agent retrieval-augmented system on LangGraph with RAGAS evaluation. Faithfulness 73% → 91% over a single-chain baseline.
PythonLangGraphRAGASPostgres + pgvectorPrometheus→ - 02
Distributed Task Queue with Replicated State Store
BuildingFault-tolerant task scheduler with 3-node quorum replication and exactly-once execution under node crashes. Workers auto-scale on queue depth via Kubernetes HPA.
Java 17Spring BootgRPCKubernetesHPA→ - 03
Distributed Social Media Platform
ShippedA federated social network built from first principles — multi-node Go backend, Raft consensus for leader election, CRDTs for feed merging, and a timeline fan-out system that stays consistent under network partitions.
GoRaftgRPCPostgreSQLRedisDockerKubernetes→
More code on GitHub ↗