
Docker Build - error getting credentials
Introduction: When working with Docker, you may encounter an error message that says “Error getting credentials” during the build process. This error can be frustrating, but fortunately, there are ...
Introduction: When working with Docker, you may encounter an error message that says “Error getting credentials” during the build process. This error can be frustrating, but fortunately, there are ...
Error: ModuleNotFoundError: No module named ‘dotenv’ Reason: The virtual environment for Python was not created/set. Solution: Create a new python virtual environment: python3 -m venv ~/...
Variables Variables are containers for storing the data values, with which we can further reference and manipulate the values. Literals are values used in Python. Types are: D...
Control Statements: Conditional Statements Conditional Statement Description if An if statement is used to test an expression for truthiness an...
Introduction Go, also known as Golang, is an open-source programming language developed by Google. It is designed for efficiency, simplicity, and reliability, making it particularly well-suit...
Minikube Error - Failed to pull image
Mostly used commands for docker operations.
In this post, we will go through the stpes that you can follow to clone a Bitbucket git repository to your local machine when multi factor authentication (MFA) is enabled on your Bitbucket account....
Introduction In this blog post, we will explore some commonly used AWS CLI commands that can help you manage your AWS resources efficiently. Whether you are a beginner or an experienced AWS user, ...
Introduction Microsoft Azure is a cloud computing platform and service provided by Microsoft. It offers a wide range of cloud services that enable organizations to build, deploy, and manage ap...