EventSourcing & CQRS: a light introduction – Paolo Banfi – DDD Europe 2022

video:

Domain-Driven Design Europe 2022
http://dddeurope.com – https://twitter.com/ddd_eu – https://newsletter.dddeurope.com/ https://linkedin.com/company/domain-driven-design-europe
Organised by Aardling (https://aardling.eu/)

Data is at the core of any organization: the current state of an order, of social feeds, of a document is safely stored in ever evolving data storage systems. But working only the current state of the system we lose all the “whys” that drove the system in that state. EventSourcing tackles this point, changing the way in which we store data so that we persist information about the reasons of the evolution of the data in the system, and, together with CQRS, it enables a flexible system architecture able to cope with modern application requirements. In this talk I’d like to explain the basics of event sourcing and CQRS and how they fit in the bigger picture.

I am an accomplished Software Engineer, specialized in Object Oriented Design and Analysis with extensive experience in the full life cycle of the software design process including prototyping, proof of concept, design, testing and maintenance.

In the past five years I've been working in lastminute.com, shaping the new platform and rescuing legacy code.

Tags

Follow us

Read our latest news from Virtual DDD on any of these social networks!

Recent videos

Impact Mapping – The Secret Sauce

Details "Impact mapping is a lightweight, collaborative planning technique for teams that want to make a big impact with software products. It is based on user interaction design, outcome-driven planning and mind mapping. Impact maps help delivery teams and...

Pragmatic Architecture: How to Know When It’s Enough

Details Overengineering wastes time and effort, while underengineering creates future pain. How do you strike the right balance? This talk explores how you can use the balanced coupling model to achieve the just-right engineering. You’ll learn to predict volatility of...