Blog

Understanding The Basics Of Docker And Why It Is So Popular

Docker is a tool for containerisation and it is one of the most use containerization tool out there. Docker uses containers which are an operating system level virtualization to create applications. This is done by separating the application from the underlying environment needed to execute it, but it shares the same kernel as its host.

Read More »

Terraform: The Next Big Thing In Infrastructure Automation

In this article, I am going to talk about Terraform, a new tool by HashiCorp that automates the provisioning of infrastructure. Terraform is part of infrastructure as code which is an approach to automate the creation and configuration of complex distributed systems. What is Infrastructure as Code? With the ever-growing popularity of cloud computing, DevOps

Read More »

What Is Jenkins, And Why Is It So Important For DevOps?

DevOps (a term used for a set of principles and practices that emphasize lean thinking and meaningful collaboration in software development) are at the absolute forefront of the digital transformation today. With increased automation and efficiency through continuous integration, continuous deployment, and monitoring – these hugely popular tools have shifted traditional paradigms in a new

Read More »

Terraform IaC Automation

Unless you’ve been living under a rock, you should be well aware of the recent trend in “serverless” architectures. If you’re not familiar with what that means, it basically means that we are breaking up our applications into small logical functions called “functions as a service.” Rather than running your code on dedicated servers or

Read More »