Deployments
8 notes
- A/B Testing Deployments
How A/B testing deployments work by routing a percentage of traffic to a new version and comparing p...
- Blue/Green Deployment
How blue/green deployments work by maintaining two identical production environments to achieve zero...
- Canary Deployment
How canary deployments work by rolling out a new version to a small percentage of users before a ful...
- CI/CD
An overview of Continuous Integration and Continuous Deployment, covering automation tools and workf...
- Containerisation
How to package your application and its dependencies into container images for consistent, reproduci...
- Feature Toggles
How feature toggles let you safely deploy code to production without enabling it for all users, with...
- Infrastructure as Code
An overview of the Infrastructure as Code approach for defining and automating server deployments to...
- Website Go Live Checklist
A checklist of tasks to complete before launching a website to ensure it is ready for public access,...