The PHP podcast where everyone has a seat.

92: PHPRoundtable August 2024 - Event Sourcing
Panelists:
TJ Miller
TJ Miller
Eric Van Johnson
Eric Van Johnson
Chris Morrell
Chris Morrell
Daniel Coulbourne
Daniel Coulbourne
Shawn McCool
Shawn McCool
August 9 2024

Dive deep into the world of Event Sourcing with us on the next PHPRoundtable! We're unraveling the complexities of this powerful architectural pattern with a stellar lineup of experts. Daniel Coilbourne, Chris Morrell, and Shawn McCool will be joining forces with our regular panelists, Eric Van Johnson, TJ Miller, Sara Golemon, and Joe Ferguson. Discover the ins and outs of Event Sourcing: what it is, why it matters, and how to master its implementation in your projects. Don't miss this insightful exploration into a technology that's reshaping how we think about data flow and application design.

Show Links

  • Event Sourcery: Event Sourcery is a video course created by Shawn McCool that covers the fundamentals of reactive systems and event sourcing, both theoretical and practical. The course combines carefully produced video lectures and real source code examples to show how the ideas translate into working code. The code is written in PHP by a polyglot developer, and developers familiar with C#, Java, and other similar programming languages will feel at home. Download the code examples
  • Verbs: Verbs is a Laravel package that allows you to derive the state of your application from the events that have occurred. It's a simple but extremely powerful way to design your applications.