Comments are a key element of coding, and there are good comments and bad comments this article is more of a list
In Kubernetes, pods are the smallest deployable units, representing a single instance of a running process in a cluster. Pods serve as
You’ve learn about Containers, more precisely Docker, you know that they are completely isolated environments that you can run your software with
Docker manages and handles storage-related aspects in the context of containers and containerized applications. Docker provides several mechanisms and options for managing
One important part of coding is defining functions, functions must be atomic, have just one purpose and simple to understand by other
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
Docker is a popular platform for developing, packaging, and deploying applications inside lightweight, self-contained containers. These containers are similar to virtual machines
One of the fundamentals of writing clean code is to use a proper naming when it comes to declare variables or methods.
A continuous delivery pipeline is an automated framework that visualizes the process of obtaining software from version control. Consequently, any modification to