In the world of A/B testing, experimentation beats opinions. Here's a list of 6 measuring pillars you can use to build a culture of experimentation.| Optimizely
Blue-green deployment is a software development technique which uses two production environments (blue & green) to make software deployment easier and safer.| Optimizely
A feature toggle is a mechanism that allows code to be turned “on” or “off” remotely without the need for a deploy.| Optimizely
Feature management refers to the process of developing, delivering, and optimizing new features. Teams test and release features to specific users or groups.| Optimizely
Canary Testing is a way to reduce risk and validate new software by releasing software to a small percentage of users.| Optimizely