Posts
All the articles I've written.
-
Building transactional voice agents at Nector
Updated: at 07:09 PMBuilding production ready voice agents, latency optimization, multi tenancy, MCP proxies - six months of building customer facing voice agents
-
How I use AI
Published: at 12:44 AMWhat AI use has improved for me, what I avoid doing and things that have worked best for me so far.
-
Breaking the 28k SSE connection barrier
Updated: at 12:40 AMHow I figured out the issue that was limiting my leaderboard to 28232 SSE connections, fixed it and a framework to reach 1 million.
-
Building a scalable real time leaderboard
Updated: at 10:42 PMDescribing my journey of building the leaderboard, what I learnt, what issues I faced, and some design decisions (which will be elaborated on later).
-
Backpressure in Distributed Systems
Updated: at 04:22 PMUnderstanding what it is, how to deal with it, where it's used and how I handled it in the real time leaderboard.
-
28K+ connections, zero messages
Updated: at 04:30 PMHow I learnt about Go's concurrency patterns the hard way.