Skip to content
SP StackPractices

Tag: architecture-pattern

2 resources tagged with "architecture-pattern" on StackPractices.

Circuit Breaker Pattern

Prevent cascading failures by stopping requests to failing services. An architectural pattern for resilient distributed systems.

Dependency Injection Pattern

Supply dependencies from outside rather than creating them internally. An architectural pattern for decoupled, testable code.