Domain-Driven Design in Microservices
Applying Domain-Driven Design (DDD) principles to define microservice boundaries and create a more coherent architecture.
Search for a command to run...
Series
Applying Domain-Driven Design (DDD) principles to define microservice boundaries and create a more coherent architecture.
A comparison of Blue-Green and Canary deployment strategies for releasing new code with minimal risk and downtime.
An overview of Global Server Load Balancing (GSLB) techniques, using DNS to route traffic across multiple data centers.
Using the Bulkhead pattern to isolate elements of a system into pools so that if one fails, the others will continue to function.
An overview of auto-scaling principles, including metric-based and schedule-based scaling, to dynamically adjust capacity.
Exploring caching patterns beyond infrastructure, implemented directly within the application logic for fine-grained control.