Skip to content
Tag3 articles

Event Sourcing

Everything on CoreConcept tagged with Event Sourcing. Explore related tags below.

Related tags

Articles

A customer sees “payment pending” after checkout, retries, and is charged twice. The design question is not whether the system uses fashionable patterns; it is

Jul 4, 20265 min read
Read

Checkout hangs because payment is slow — and the order service is blocked waiting on a synchronous call. Event-driven architecture breaks that chain: a service

Jul 4, 20265 min read
Read

Traditional CRUD (Create, Read, Update, Delete) database architectures mutate entity records in place using SQL UPDATE queries. Destructively overwriting curren

Aug 4, 20269 min read
Read

Want a curated collection instead? Topic hubs group the best content by subject.

Browse Topics