Development

From State to Story: a gentle introduction into Event Sourcing and CQRS

David Jæren

David Jæren

I'm David, a software developer based in Jæren, Norway, currently working as a Tech Lead at Origin. I'm passionate about software development and system architecture. Outside of work, I like hiking, playing guitar, and lifting weights.

This talk introduces Event Sourcing and CQRS as an alternative way of designing applications. Instead of focusing on the current state of data, we explore how systems can be built around the sequence of events that led to that state. The talk covers the core concepts behind the approach, how it changes the way we think about data and system design, and the tools and patterns needed to build applications using this model.