Freestyle and Pipeline Jenkins Jobs
Jenkins – one of the commonly used continuous integration (CI) tool offers different ways to orchestrate jobs. It is kind of a scheduler that executes...
Trouble managing distributed teams?
Working with distributed teams is not easy, we always juggle with questions like, “how do I track my work items? …. how can we run...
DevOps Transformation
DevOps – call it an ask or name it as a mainstream subject, it is a driving force for many IT organizations today. Organizations who...
Series II -Dockerize your HTML application
Assuming that you have a HTML application running on your local machine on nginx web server and this is the application that needs to be...
Series I- Dockerize a simple Java application
A quick look at how to dockerize Java applications on Windows OS. Pre-requisite – Docker Toolbox to be installed on Windows Step 1 -> Download and install...