Infrastructure as CodeWhat is infrastructure as code, and why do we need it? • Let's start with understanding the problem If you don't have infrastructure as code If you provision your servers manually, and install your software manually, then this is how things would lo...Oct 6, 2022·4 min read
An extensive guide on using Docker commands related to Docker containers, images, networks, and volumesSep 5, 2022·5 min read
What exactly is Docker?First we need to understand the problem statement: To understand What is Docker, first we need to understand the problem statement. Docker solves a classic problem of development and deployment, like It works on my machine. Code works fine on develo...Aug 29, 2022·4 min read
About Containerization in DevOpsKey points: • Why is containerization needed? and how does it makes DevOps easy? That's what we would understand in this basic article • We are in the world of microservices. • There would be hundreds of microservices. • Some of them will be built i...Aug 22, 2022·2 min read
Getting quick feedback in DevOpsOverview of DevOps: DevOps is a mindset, a way of working for an organization so that new features reach to the users as quickly as possible and smoothly too. DevOps quick and legit process makes it special: • Now you might be wondering how did De...Aug 15, 2022·3 min read
The key terminology around DevOpsThe key terminology around DevOps are Continuous deployment, continuous delivery, and infrastructure as code. • Continuous Deployment: Continuous deployment is all about continuously deploying a new version of software on test environments. Continuo...Aug 8, 2022·2 min read