Three Important Patterns for Building Microservices

Three Important Patterns for Building Microservices

The microservices architectural style is gaining a significant amount of popularity in the industry right now. More and more organizations want to move to a microservices architecture.

[…]

CQRS stands for Command-Query Responsibility Segregation. Often, CQRS is implemented in conjunction with Event Sourcing.

[…]