How did I survive 15 years in the IT industry?
Recently, one of my good friend asked me privately how did I survive 15 years in the IT industry. So I thought to give my...
One Minute Series
DevOps Glossary A-Z
Foggy on DevOps and Cloud jargon? In this article, I have covered 70+ DevOps and Cloud computing IT glossary from A to Z. It has definitions...
Kubernetes Architecture Diagram Explained
Summary: Kubernetes is an open-source version of Borg. It is a container orchestration platform that automates the deployment, scaling, management, and networking of containers. It...
SED command for beginners
1. Introduction Sed is a stream editor that processes content one line at a time. It can perform lot’s of operations over a file like...
Python Unit Testing With PyTest 101
Unit Testing is the practice of writing a series of small unit test cases and validating the behavior of production code at the level of...
Docker content trust 101
What is Docker Content Trust (DCT)? It basically allows the user to verify the integrity of the image and image provider before you pull or...
List of useful docker commands
This is a selective list of useful Docker commands that’ll help in your day to day job. Docker is built around two concepts; Image and...
Distroless Images 101?
Distroless images 101: What is it, why it is important?: Distroless is a Docker image that is published by Google, it basically allows you to...