Overview
Testing a system's behaviour under expected and peak load conditions to ensure adequate performance.
More in Software Engineering
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Continuous Delivery
Development PracticesA software practice where code changes can be released to production at any time through automated pipelines.
Kanban
Paradigms & PatternsA visual workflow management method that limits work in progress and optimises the flow of tasks through a system.
Monorepo
Development PracticesA version control strategy where multiple projects or packages are stored in a single repository.
Circuit Breaker Pattern
ArchitectureA design pattern that prevents cascading failures by stopping calls to a failing service temporarily.
Memory Leak
Paradigms & PatternsA type of resource leak where a program fails to release memory that is no longer needed.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Continuous Integration
Development PracticesA development practice where code changes are automatically built and tested when merged to a shared repository.