CQRS Pattern
CQRS Pattern: Maintainable and Scalable Software Architecture
Definition
Command Query Responsibility Segregation - Separation of reads and writes.
Usage example
Implementation of CQRS Pattern in our modern web projects (Astro + Directus + TypeScript) with a focus on performance, security and optimal user experience.