Overview
A programming construct that waits for and dispatches events or messages in a program.
More in Software Engineering
Dependency Injection
Paradigms & PatternsA design pattern where dependencies are provided to a component rather than created within it.
Webhook
Paradigms & PatternsAn HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Rate Limiting
ArchitectureA technique for controlling the number of requests a client can make to an API within a specified time period.
Parallelism
ArchitectureThe simultaneous execution of multiple computations across multiple processors or cores.
Continuous Integration
Development PracticesA development practice where code changes are automatically built and tested when merged to a shared repository.
Behaviour-Driven Development
Development PracticesA development approach where application behaviour is described in a natural language format before implementation.
Memory Leak
Paradigms & PatternsA type of resource leak where a program fails to release memory that is no longer needed.
NoSQL Database
Paradigms & PatternsA non-relational database designed for specific data models offering flexible schemas for modern applications.