This cheat sheet focuses on the most important CLI commands for Kubectl, helm and minikube CLIs. But what are the differ...
What’s the worst thing you can do at your day job as a software developer? ...
Python f-strings are super useful for formatting strings. Before python 3.6 str.format() were used. But f-strings makes ...
Today at work, I was asked whether I could deploy an application to a Kubernetes cluster within a few days. Although I a...
PostgreSQL is an object-relational database management system (ORDBMS). It is widely used as an enterprise database mana...
A Python dictionary is a very useful data structure that stores key value pairs. A python dictionary is declared like th...
SSH stands for Secure Shell. It is both a network protocol and a network tool for secure network communications. It can ...
Do you need to connect a django project with an exiting database that already contains data? In this tutorial we will le...
Linux is loaded with different commands. In this article, I’m just listing the ones that I frequently use all the time. ...