← back to home
// DISTRIBUTED SYSTEMS

Distributed Systems

Scalable, fault-tolerant architectures that handle millions of requests per day.

Distributed Task Orchestrator

CLIENT · LIVE
view case study →

Designed and deployed a distributed task orchestration platform handling 2M+ daily workflows across 12 microservices with recursive error recovery.

GoRabbitMQPostgreSQLDockerK8s

Database Sharding Layer

CLIENT · LIVE
view case study →

Built a transparent sharding middleware for MySQL that horizontally partitioned 8TB across 16 nodes with zero-downtime rebalancing.

RustMySQLgRPCetcdPrometheus

Realtime Event Pipeline

CLIENT · LIVE
view case study →

Architected a Kafka-backed realtime event processing pipeline processing 50K events/sec with exactly-once semantics and sub-100ms latency.

KafkaJavaRedisFlinkGrafana

API Gateway Design

OWN PROJECT
view case study →

Open-source API gateway with dynamic route discovery, rate limiting, circuit breaking, and observability — 1.2K stars on GitHub.

GoEnvoyRedisOpenTelemetry

Infrastructure Cost Analyzer

CLIENT · LIVE

Cloud cost intelligence platform that reduced monthly spend by 38% through automated right-sizing, spot instance scheduling, and reservation optimization.

PythonAWSTerraformClickHouse

Zero-Trust Auth Mesh

CLIENT · LIVE

Service-to-service authentication mesh using mTLS and SPIFFE identities across 40+ services with automatic certificate rotation.

GoSPIFFEIstioVaultCert-Manager

Log Aggregation Engine

OWN PROJECT

Lightweight log aggregation system for edge devices — ingests, indexes, and searches 10GB/day on a single 2GB RAM node.

RustSQLiteHTTP/3WebAssembly

Network Simulation Toolkit

OWN PROJECT

Declarative network topology simulator for testing partition tolerance, latency injection, and failure modes in distributed systems.

PythoneBPFLinux NetNSProtobuf

Consensus in Geo-Distributed Systems

RESEARCH

Published paper on optimizing Paxos variants for geo-distributed databases. Reduced cross-region consensus latency by 40% through speculative execution.

PaxosRaftDistributed SystemsLatency