Continuous Integration/Continuous Deployment - automated process for testing and deploying code changes quickly and safely.
When developers push code changes, CI/CD automatically runs tests and deploys to production if everything passes, enabling multiple releases per day.
Category: software
Difficulty: intermediate