CI/CD
Quick Definition
Automating build test and deployment pipelines
Full Definition
Continuous Integration and Continuous Delivery automating build test and deployment.
Examples
GitHub Actions, Jenkins, GitLab CI, CircleCI
Related Terms
continuous-integration
continuous-delivery
devops
More General Terms
TDD
Writing tests before code in a red-green-refactor cycle
Scalability
Ability to handle increased load by adding resources
Microservice
Small independently deployable focused service
Container
Lightweight package with everything to run software
Documentation as Code
Applying dev practices to documentation management
Event Sourcing
Storing all state changes as immutable event sequences