Webinar #1 - From CRUD to Event Sourcing
The traditional CRUD approach is okay in many cases. Yet, Event Sourcing brings additional benefits. We do not lose any business information. It facilitates the understanding of the process and loosely coupled modules.
During the presentation, we will take on a classic NodeJS application written in TypeScript. We will see how to transform it into an app…