Overview
An extension of continuous integration where code changes are automatically deployed to production after passing tests.
Cross-References(1)
More in Software Engineering
Dependency Injection
Paradigms & PatternsA design pattern where dependencies are provided to a component rather than created within it.
Caching
ArchitectureStoring frequently accessed data in a fast-access storage layer to reduce latency and improve performance.
Parallelism
ArchitectureThe simultaneous execution of multiple computations across multiple processors or cores.
API Design
ArchitectureThe process of defining interfaces for software components to communicate with each other effectively.
Clean Architecture
Paradigms & PatternsA software design philosophy separating concerns into layers with dependencies pointing inward toward business rules.
Event Loop
Paradigms & PatternsA programming construct that waits for and dispatches events or messages in a program.
SOLID Principles
Paradigms & PatternsFive principles of object-oriented design promoting maintainable, flexible, and understandable code.
Idempotency
ArchitectureThe property where an operation produces the same result regardless of how many times it is executed.