Skip to main content

2 docs tagged with "ddd-patterns"

View all tags

CQRS (Command Query Responsibility Segregation)

Explore CQRS (Command Query Responsibility Segregation) in Domain-Driven Design (DDD). Learn how to separate commands and queries for scalable, maintainable systems handling complex business logic.

Event Sourcing

Explore Event Sourcing in Domain-Driven Design (DDD). Learn how to capture and store business events as the source of truth for scalable, auditable software systems.