Sed convallis purus a leo cursus, blandit laoreet diam viverra. Aenean quis lacinia risus. Etiam mollis, lectus efficitur luctus consectetur, enim magna lobortis est, et congue turpis lorem in nisl. Nulla urna metus, rhoncus nec vulputate eu viverra fusce.
devops
Continuous Integration Best Practices—Part 4
As I noted in other articles in this "Continuous Integration Best Practices" Series (click here for Part 1, Part 2, or Part 3", there are 10 best practice principles associated with Continuous Integration and in this previous articles, we covered the first eight. In...
Continuous Integration Best Practices—Part 3
As I noted in "Continuous Integration Best Practices—Part 1" and "Continuous Integration Best Practices—Part 2" there are 10 best practice principles associated with Continuous Integration and in this previous articles, we covered the first six. In this article, we...
Continuous Integration Best Practices—Part 2
As I noted in "Continuous Integration Best Practices—Part 1" there are 10 best practice principles associated with Continuous Integration and in this previous article, we looked at the first three. For part 2, we pick up where we left off and talk about principles...
Continuous Integration Best Practices—Part 1
Continuous Integration is a leading software development methodology whereby new development is constantly being submitted and tested against the main body of work. The goal being rapid feedback on incremental changes, resulting in lower maintenance costs and higher...
The Difference Between Continuous Delivery and Continuous Deployment
In my previous article, I define and compare the two software development practices of Continuous Integration and Continuous Delivery. The two practices are complementary and potentially overlapping, but at least their names give us the hint that they are distinct. If...
The Difference Between Continuous Integration and Continuous Delivery
If you've spent any significant amount of time in the world of DevOps and Agile software development practices, you've likely encountered the terms Continuous Integration (CI) and Continuous Delivery (CD). For several years, I've had these terms thrown around me...
Adapting Application Lifecycle Management to DevOps
Does the new trend towards DevOps threaten the integrity of Application Lifecycle Management (ALM)? The very nature of DevOps, which bridges the gap between development and operations through increased communication and continuous development cycles, would at first...