Difference between revisions of "Continuous Deployment"

From CitconWiki
Jump to navigationJump to search
 
(One intermediate revision by the same user not shown)
Line 10: Line 10:
 
IMVU is still the seminal company who [http://timothyfitz.wordpress.com/2009/02/10/continuous-deployment-at-imvu-doing-the-impossible-fifty-times-a-day/ first did Continuous Deployment]
 
IMVU is still the seminal company who [http://timothyfitz.wordpress.com/2009/02/10/continuous-deployment-at-imvu-doing-the-impossible-fifty-times-a-day/ first did Continuous Deployment]
  
You have to be able to deal with schema migration. Or better: just do NoSQL.
+
[[Jason Huggins]]: You have to be able to deal with schema migration. Or better: just do NoSQL.
 +
 
 +
A [http://www.dafydd.net/archive/2010/continuous-deployment/ writeup by Dafydd Rees].

Latest revision as of 00:43, 8 November 2010

This is from CITCON Raleigh

first principle of agile manifesto "Our highest priority is to satisfy the customer through early and continuous delivery of valuable software"

Jez's Book

From CITCON London 2010

IMVU is still the seminal company who first did Continuous Deployment

Jason Huggins: You have to be able to deal with schema migration. Or better: just do NoSQL.

A writeup by Dafydd Rees.