All posts
The Blog
Everything I've written. Code, infrastructure, and the occasional rabbit hole.
#001 backend
↗
Exponential Backoff with Jitter — Part 1: The Problem
Why naive retries cause thundering herd, and the three tools that make retries safe at scale: timeouts, exponential backoff, and jitter.
19 Mar 2026 3 min
#002 backend
↗
Exponential Backoff with Jitter — Part 2: The Implementation
A production-ready Node.js implementation with AbortController timeouts, full jitter backoff, Retry-After support, structured logging, and paginated fetching.
19 Mar 2026 3 min