Practice · 2011–now · Cloud Scale

Event sourcing everywhere

Store every state change as an eternal log. Audit gold for some domains; operational nightmare as a default.

Event sourcing everywhere failed because replay, versioning, and snapshot strategies are senior-engineering work disguised as a pattern. GDPR deletes and "what is the current state?" queries hurt when the log is the database. It stuck where audit law mandates it; it failed everywhere else.

Cost of the fad

Immutable event logs for domains that needed UPDATE statements. Replay debugging sounded elegant until production needed GDPR deletes and schema migrations on millions of events.

Context

Split everything, then pay for the glue

Hyperscale patterns escaped the companies that needed them. Containers unified packaging; Kubernetes became the cloud OS; microservices and NoSQL were sold as defaults. Mobile-first stuck because screens changed. Cargo-cult distributed systems stuck around as invoices. The durable move was packaging and ops maturity — not rewriting every app into a mesh.

Compare with

Related

© 2026 Fadstack · Shane Code

Opinionated history · not a ranking