Overview
A database structured to recognise relations among stored items, organised in tables with rows and columns.
More in Software Engineering
Continuous Delivery
Development PracticesA software practice where code changes can be released to production at any time through automated pipelines.
Canary Deployment
Paradigms & PatternsA deployment strategy where changes are gradually rolled out to a small subset of users before full deployment.
Blue-Green Deployment
Paradigms & PatternsA deployment strategy using two identical production environments to achieve zero-downtime releases.
Package Manager
Paradigms & PatternsA tool that automates the process of installing, upgrading, configuring, and removing software packages.
Version Control
Development PracticesA system that records changes to files over time so that specific versions can be recalled later.
Rate Limiting
ArchitectureA technique for controlling the number of requests a client can make to an API within a specified time period.
Performance Testing
Quality & TestingEvaluating a system's speed, responsiveness, and stability under various load conditions.
Circuit Breaker Pattern
ArchitectureA design pattern that prevents cascading failures by stopping calls to a failing service temporarily.