Add a bunch of deploy-related articles

This commit is contained in:
Charles-Axel Dein 2016-03-14 13:42:54 +01:00
parent a269db89ee
commit a2c82882ad
1 changed files with 3 additions and 0 deletions

View File

@ -64,6 +64,9 @@ I've found these books incredibly inspiring:
* [How We Release So Frequently](http://engineering.skybettingandgaming.com/2016/02/02/how-we-release-so-frequently/)
* [How to deploy software](https://zachholman.com/posts/deploying-software), Zach Holman
* [BlueGreenDeployment](http://martinfowler.com/bliki/BlueGreenDeployment.html), Martin Fowler
* [Move fast and break nothing](https://zachholman.com/talk/move-fast-break-nothing/), Zach Holman
* [Flipping out](http://code.flickr.net/2009/12/02/flipping-out/), flickr. One of the first articles about feature flags.
### Testing