Overview
An agile framework using fixed-length iterations called sprints for incremental product delivery with defined roles and ceremonies.
More in Software Engineering
Caching
ArchitectureStoring frequently accessed data in a fast-access storage layer to reduce latency and improve performance.
Idempotency
ArchitectureThe property where an operation produces the same result regardless of how many times it is executed.
Queue System
Paradigms & PatternsA data structure and infrastructure for managing asynchronous task processing and inter-service communication.
Test-Driven Development
Development PracticesA development practice where failing tests are written before the code that makes them pass.
Asynchronous Programming
Paradigms & PatternsA programming paradigm where operations can proceed without waiting for other operations to complete.
Blue-Green Deployment
Paradigms & PatternsA deployment strategy using two identical production environments to achieve zero-downtime releases.
Performance Testing
Quality & TestingEvaluating a system's speed, responsiveness, and stability under various load conditions.
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.