© 2023 Hashnode
#cqrs
In this part we will have a break of ES and focus on modeling the domain and building the hexagonal architecture. If you want to do real DDD, there's no going around modeling the domain. It's a necess…
This blog post will discuss CQRS and Mediator patterns and apply them in an Asp.Net Core application. What is CQS? CQS is a design pattern, and the acronym stands for Command Query Separation. It stat…
It's not 100% finished and there are many things to polish. Especially taking into account my beginner level of Rust, but let me start by explaining a little bit about how it all works. Let's remember…
I am going to show you a possible approach to Event Sourcing and CQRS with rust. This is a service that I am going to use in an ecosystem of services for my personal project. This service will deal on…
Understanding the problem First, let’s start with a microservice architecture which is developed by using a database per service pattern. Initially, it seems okay, but consider the following situati…
An(other) Inflection Point Spend enough time in technology and you see recurring patterns ebb and flow. The democratization of technology - areas of specialization evolving into commodities - has larg…