Backend engineer building event-driven systems. Currently scaling the sign-language interpreter that ran live during PM Modi's speech at India AI Impact Summit 2026.
Go service for async CSV exports via a bounded worker pool with backpressure. Found and fixed a real data race with Go's race detector, and cut a slow query from 160ms to 108ms with a covering index.
Full-stack app parallelizing sort across processes with MPI. Records distributed via message passing, sorted in parallel, merged on a coordinator process. Node.js layer spawns the MPI binary and serves paginated results.
Slack bot streaming AI responses over SSE for DMs and mentions, with end-to-end request tracing via OpenTelemetry. Containerized for scalable deployment.