Overview
An HTTP callback that delivers real-time notifications from one application to another when a specified event occurs.
Cross-References(1)
More in Software Engineering
Concurrency
ArchitectureThe ability of a system to handle multiple tasks simultaneously by interleaving their execution.
Relational Database
Paradigms & PatternsA database structured to recognise relations among stored items, organised in tables with rows and columns.
Code Review
Development PracticesA systematic examination of source code by developers other than the author to identify bugs and improve quality.
Object-Relational Mapping
Paradigms & PatternsA technique that maps objects in code to relational database tables, abstracting direct SQL interaction.
Garbage Collection
Paradigms & PatternsAutomatic memory management that reclaims memory occupied by objects no longer referenced by the program.
Git
Development PracticesA distributed version control system for tracking changes in source code during software development.
Caching
ArchitectureStoring frequently accessed data in a fast-access storage layer to reduce latency and improve performance.
Database Design
Paradigms & PatternsThe process of defining the structure, storage, and retrieval of data in a database system.