38 followers
Software Engineer, Open Source Enthusiast, and a Cloud-Native fanatic. Open for collaboration with diverse communities and individuals.
Subscribe to my newsletter and never miss my upcoming articles
Kubernetes is a big and complicated technology and it clearly requires some time and dedication to wrap your head around. There is no vendor lock-in meaning it runs the same no matter which managed cloud platform you use it on. This means using it lo...
Whatever we write on the Shell, its history is saved on the HISTFILE. If you go and type history on your terminal, you're going to see a list of all the commands you recently typed. https://youtu.be/WYD6Xkk1U8E What is Shell's history? Think of it l...
Git has a solution to all of our problems, you just need to know where to look. As developers, context switching is a part of the job that you need to account for in more than a few occasions. Problem Statement Imagine this; you are working on a feat...
Learn to streamline your projects using make. With examples for Python3 Project, Docker, and Kubernetes management.
Kubernetes has been used heavily on production for the past few years. It offers a plethora of solutions for orchestrating your containers using its declarative API. One of the prominent feature of Kubernetes is its resilience with the ability to per...
There are a lot of tools that allow you to setup a local Kubernetes cluster in no time. But with a full-blown K8s running on your local machine, you will soon hit a wall if you want to play with multi-node cluster. For tackling this very issue, we wi...