Continuous Integration (CI) is a devops and software development practice where code is continuously integrated and are automatically built and tested.| Optimizely
Trunk-based development (TBD) is a software development strategy where engineers merge smaller changes more frequently into the main codebase| Optimizely
A feature toggle is a mechanism that allows code to be turned “on” or “off” remotely without the need for a deploy.| Optimizely
Continuous Delivery is the software development process of getting code changes into production quickly, safely and with higher quality.| Optimizely
Canary Testing is a way to reduce risk and validate new software by releasing software to a small percentage of users.| Optimizely
Feature flags are a software development technique that turns certain functionality on and off during runtime, without deploying new code.| Optimizely