Jenkins Introduction

We've already seen what is DevOps, In jenkins introduction tutorial I will be introducing you to Jenkins and deep dive into the depth of Continuous Integration using Jenkins. Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, and delivering or deploying software.

Continuous Integration vs Continuous Delivery vs Continuous Deployment

In this post we're going to deep dive into three most important terms used in Agile world i.e Continuous Integration, Continuous Delivery and Continuous Deployment.

First Chef Cookbook recipe using AWS and chef Server

In this post we will be seeing how to write chef recipe using AWS and chef server. Chef is a configuration management tools that is used to manage the configurations on servers, I won't be explaining in depth what is Chef in this tutorial, but you can go through this for more insights.