Overview
A non-relational database designed for specific data models offering flexible schemas for modern applications.
Cross-References(1)
More in Software Engineering
Code Review
Development PracticesA systematic examination of source code by developers other than the author to identify bugs and improve quality.
Concurrency
ArchitectureThe ability of a system to handle multiple tasks simultaneously by interleaving their execution.
Integration Testing
Quality & TestingTesting the interaction between different software modules or components to verify they work together correctly.
Performance Testing
Quality & TestingEvaluating a system's speed, responsiveness, and stability under various load conditions.
Event Loop
Paradigms & PatternsA programming construct that waits for and dispatches events or messages in a program.
Rate Limiting
ArchitectureA technique for controlling the number of requests a client can make to an API within a specified time period.
Continuous Deployment
Development PracticesAn extension of continuous integration where code changes are automatically deployed to production after passing tests.
Queue System
Paradigms & PatternsA data structure and infrastructure for managing asynchronous task processing and inter-service communication.