PreviousNext

Continuous Delivery in Minutes with Node.js, Grunt, Mocha and Git

by bill-s, 2014-10-10T18:00:26.000Z

Modern application development now’a’days demands a rigorous continuous deliver mechanism. This is especially true when it comes to the cloud. You want to be able to get through the Build -> Measure -> Learn cycle as fast as possible. With cloud services, you can quickly create mechanisms to build, test and deploy your development team’s code. You can even maintain development and production branches.

Read More