Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In the realm of complex software architectures, Command Query Responsibility Segregation (CQRS) and...
I’ve been studying a very interesting approach to building systems called Event Sourcing. In event...
In the following article, I present CQRS and Event Sourcing, where we have two separate databases – a...
Event sourcing is a powerful architectural pattern that allows software engineers to track every...
I've been coding in .NET for years, but I never built an event sourced system. Event sourcing has...
Who am I? Hi! If you are here, you stumbled upon my LinkedIn profile, where I promoted...
Event sourcing and CQRS (Command Query Responsibility Segregation) are powerful architectural...
🔄 Definition — Event sourcing is a pattern where the state of a business entity is stored as a...
Event sourcing is capturing all changes of an application state as a sequence of events. Since we...
After years of developing monolithic applications with Java and Spring, typically following a...