July 22, 2025
REST vs RPC — Why REST Became the Default
Everyone uses REST, but most don’t know why. Here’s a quick breakdown with diagrams and analogies from real-world systems...
Quick reads and dev notes from my journey — lessons, stories, and code from 7 years in tech.
Everyone uses REST, but most don’t know why. Here’s a quick breakdown with diagrams and analogies from real-world systems...
PRs are where quality lives or dies. Here’s a short, practical checklist I use to keep my code clean and communicative...
Why do APIs care if your POST request runs twice? Here’s what idempotency is, when it matters, and how to design around it...