Overview
A design pattern that prevents cascading failures by stopping calls to a failing service temporarily.
Cross-References(1)
More in Software Engineering
Technical Architecture
Paradigms & PatternsThe design and structure of a software system's technical components and their relationships.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Unit Testing
Quality & TestingTesting individual components or functions in isolation to verify they produce the expected output.
Blue-Green Deployment
Paradigms & PatternsA deployment strategy using two identical production environments to achieve zero-downtime releases.
SOLID Principles
Paradigms & PatternsFive principles of object-oriented design promoting maintainable, flexible, and understandable code.
Monorepo
Development PracticesA version control strategy where multiple projects or packages are stored in a single repository.
Database Design
Paradigms & PatternsThe process of defining the structure, storage, and retrieval of data in a database system.
Waterfall Model
Paradigms & PatternsA sequential software development methodology where each phase must be completed before the next begins.