Back to Blog

Category

Core Patterns

6 articles
Article preview
Core Patterns November 5, 2024 4 min read

Retry Strategies Done Right

Backoff, jitter, bounded attempts, and the retriable-vs-non-retriable error classification that separates resilience from retry storms.

Article preview
Core Patterns September 18, 2024 5 min read

Circuit Breakers — Beyond the Basics

How circuit breakers actually behave in production, tuning the state transitions, and the subtle interactions with retries and timeouts that cause most outages.

Article preview
Core Patterns February 14, 2024 4 min read

API Versioning Strategies — Picking the Right One

URL versioning, header versioning, media-type versioning — their real trade-offs, and how to pick a strategy you won't regret two years in.

Article preview
Core Patterns December 11, 2023 5 min read

Dead Letter Queues — Handling the Unhandleable

What DLQs are, why you must have one for every message consumer, and the operational patterns that keep bad messages from blocking the good ones.