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 Limit (and Scaling Toward 1M)
Updated: at 05:30 AMWhy my Go leaderboard's capped at exactly 28,232 SSE connections, how Docker networking got me to 150k, and the path toward millions.
-
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 05:30 AMUnderstanding what it is, how to deal with it, where it's used and how I handled it in the real time leaderboard.
-
Broadcasting to 28K SSE Clients (and learning about Go channels)
Updated: at 05:30 AMA post on progressively getting my server to 28k SSE connections, finding a bug in my implementation of fan out using Go channels and the resulting mental model update.