[This post was originally written for TechTownTraining blog. You can find the original article here] Introduction This is Part 3 in the series on Continuous Integration. In this article, we will go through the best practices of implementing a CI process. I’ll also cover some real world tips and warnings based on my experiences in…
Tags: continuous delivery
Continuous Integration (Part 2) - CI Server & Tools
[This post was originally written for TechTownTraining blog. You can find the original article here] Introduction In the previous post in this series on Continuous Integration (CI), we looked at the basic concepts of CI, how it helps in reducing faults while integrating software, the advantages and difficulties in adopting it and finally, how it…
Continuous Integration - Introduction
[This post was originally written for TechTownTraining blog. You can find the original article here] Introduction Continuous integration, referred to in short as CI, is a technique developed by Grady Booch in which developers are encouraged to continually merge their code into the main source code repository. Each of these ‘merges’ or ‘commits’ into the…
Podcast: CI and CD for legacy applications
How do you define Legacy? What are some of the best practices to bring DevOps practices to legacy applications - where should you start? This week, I appeared in a panel discussion on CI and CD for legacy applications, as part of Continuous Discussions (#c9d9), a series of community panels about Agile, Continuous Delivery…