Topic

#Software Architecture

2 posts tagged “Software Architecture”.

Chisato Chisato · · 4 min read

Event Sourcing Explained: Store Changes, Not State

Event sourcing stores every state change as an immutable event instead of overwriting current state. How it works, and when CQRS pairs with it.

#Backend #Distributed Systems #Software Architecture
Chisato Chisato · · 4 min read

What Is the Circuit Breaker Pattern in Software?

The circuit breaker pattern stops a service from hammering a failing dependency, failing fast instead and giving the downstream system room to recover.

#DevOps #Cloud #Software Architecture

← All topics