All lessons
idempotency
2 lessons tagged idempotency: free, quiz-checked micro-lessons.
Programming
intermediateQueues, Async, and Microservices
Learn how message queues and pub/sub decouple services, why at-least-once delivery demands idempotent consumers, how backpressure and dead-letter queues protect the system, and when microservices are worth the complexity — with a sequenceDiagram of async order processing.
8 steps·~12 min
Computer Science
intermediateIdempotency
Why "the same request twice should produce the same result" is one of the most useful properties you can give an API, the standard patterns for implementing it (keys, dedupe tables, natural idempotency), and what goes wrong when you don't.
8 steps·~12 min
