Circuit Breaker

The Circuit Breaker pattern is a crucial design pattern in distributed systems that helps prevent cascading failures and provides resilience when dealing with external dependencies. Similar to an electrical circuit breaker that trips when there’s too much current, this pattern monitors for failures and “trips” when a service is failing too frequently.

backend

April 17, 2025

Read More

Software Design Patterns

Here is some common design patterns in cloud architecture, applying to design software to fulfill with 5 well-architectured pillar: Reliability, Security, Performance Efficiency, Cost Optimization, Performance Efficiency

backend

April 10, 2025

Read More