All lessons
microservices
2 lessons tagged microservices: 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
intermediateMicroservices vs Monoliths
The honest case for each. When a monolith is correct, what microservices actually buy you (and what they cost), Conway's law, and how to spot a fake microservices architecture that's actually a distributed monolith.
8 steps·~12 min
