Introduction to Diagram as Code
What is Diagram as Code? Diagram as Code (DaC) is a methodology that allows developers and operations teams to create and manage infrastructure diagrams using code. It provides a way to defin...
What is Diagram as Code? Diagram as Code (DaC) is a methodology that allows developers and operations teams to create and manage infrastructure diagrams using code. It provides a way to defin...
When working with DevOps tools on macOS, it’s important to know the default installation and configuration paths for various tools. This knowledge can help you locate and configure these tools more...
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-suite...
Environment Operating System: MacOS Orchestration Tool: Minikube Actions: While deploying a sample app on the minikube cluster using a image stored in dockerhub, the error was encountered...
Build Commands docker build Builds an image from a Dockerfile in the current directory docker build <remote-url> Builds an image from a remote GIT ...
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....