Software engineer
Rashmin
I write about distributed systems, infrastructure, and whatever I happen to be debugging that week — plus the occasional trip.
Writing
Setting up this blog
Notes on the stack behind this site — Astro, Tailwind, Caddy, and a deploy pipeline that doesn't touch TLS on every push.
1 min#astro#meta
Debugging a Postgres deadlock
A production deadlock walked me through row-lock ordering, isolation levels, and how to read a deadlock detail line.
2 min#postgres#databases#debugging
Why I moved off Kubernetes
A long-form retrospective on running Kubernetes for three years on a project that never needed it, and what replaced it.
3 min#infrastructure#kubernetes#docker