Blog
JavaScript quirks: a cheat sheet for when your brain refuses to cooperate
Walking through the famous JS coercion meme — NaN, IEEE-754, array addition, boolean math, and why == feels like a magic trick.
Closing the gap: safe seat booking with row locks
A practical walkthrough of check-then-act races, PostgreSQL row locks, and how BookMySeat avoids double booking under concurrent requests.