Skip to main content

CQRS (Command Query Responsibility Segregation)

I apply CQRS to separate read and write models in systems where query and command concerns diverge. This pairs naturally with event-driven architecture and domain-driven design to keep each side independently optimised.
Learn more