Slides from my talk at Glasgow PHP meetup today. https://speakerdeck.com/super_marek/mastering-event-sourcing-your-parents-holidayed-in-yugoslavia
#GlasgowPhp #ScotlandPhp #eventsourcing #meetup #PHP #Symfony #Laravel #diy #handcrafted #aviation
Slides from my talk at Glasgow PHP meetup today. https://speakerdeck.com/super_marek/mastering-event-sourcing-your-parents-holidayed-in-yugoslavia
#GlasgowPhp #ScotlandPhp #eventsourcing #meetup #PHP #Symfony #Laravel #diy #handcrafted #aviation
Back to streaming, with notes from yesterday's stream: https://ted.dev/articles/2026/03/23/live-coding-journal-mar-23-2026/
I chatted about consistency boundaries, missing-event heuristics, and encoding (serializing) events.
Event Storming on sticky notes, then straight into code.
Oliver Zihler and Alina Liburkina run a hands-on workshop at DevOpsDays Zürich 2026. Build an event-sourced domain model with Axon Framework and Kotlin.
CQRS, DDD Aggregates, Commands, Domain Events, Projections, and event versioning. All in one session.
https://www.devopsdays.ch/event/program/workshops/oliver-zihler/
KurrentDB is a db specifically created to handling event sourcing!
I am building an application with it 🤘
Claude-generating event sourced use cases in a vertical sliced architecture 😎
#dynamicconsistencyboundary #eventsourcing #verticalslicedarchitecture #specdrivendevelopment #eventmodeling #contextengineering
This is a nice video that demonstrates #EventSourcing with #Datastar + #SSE in a #Python context for the backend..
https://pyvideo.org/flaskcon-2025/death-to-the-spinner-event-sourcing-for-reactive-web-apps.html
Oh, that is very interesting. I will queue this up for inclusion in the delightful fediverse development curated list.
#Datastar may be a great library to check out here, and goes further in #hypermedia approach, where #HTMX considers itself feature-complete. Datastar uses #SSE to keep the connection to the client open. The client-side JS lib that is needed is super small. In datastar apps most of the business logic lives in the backend, and it lends itself very well for #EventSourcing. The original author/co-maintainer uses it with #NATS which also serves as the event store.