Fork me on GitHub

Everything You Ever Wanted to Know About Deployment but Were Afraid to Ask

Laura Thomson(01:18:40) Binoculars Image

sourced from CodeConnexx



Deployment can be a real bugbear for many web developers. From building something easy to deploy and manage; to coming up with a repeatable, consistent process; to continuous deployment… deployment can keep you up at night for months on end. In this talk I’ll cover the following topics:
- The deployment maturity model
- How to build a deployable application, from technology choice to instrumentation
- Deployment velocity: Why your process matters more than how often you deploy
- Deployment tools and processes: How to automate your troubles away
- CI/Automated testing: Know you’re deploying something good, or at least how worried you should be about it
- Automated testing vs monitoring: How they converge
- When are you ready to deploy continuously? How do you make the jump?