92: PHPRoundtable Aug 2024 - Event Sourcing

AUG 12, 202472 MIN
The PHP Roundtable

92: PHPRoundtable Aug 2024 - Event Sourcing

AUG 12, 202472 MIN

Description

Show LinksEvent 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 examplesVerbs: 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.