The PHP podcast where everyone has a seat.
We spend much of our time as developers managing the state in our applications. There are many different approaches and philosophies attributed to reading, mutating and storing state.
The Event Sourcing pattern is an approach to managing application st
Event Sourcing is thinking of application state as a frames in a video, we could "scrub" through different states of the application.
Every time something happens that is relevant, you just record what it was, then you tie t