All posts
Tag

cqrs

1 post

Tutorial

Clean Code Python: Event-Driven Architecture — Domain Events and CQRS Lite

When order placement triggers inventory, email, webhooks, analytics, and distributor notifications — doing it synchronously makes the endpoint slow and couples everything. Domain events decouple 'what happened' from 'what should happen next.'

13 min read