#developer
Read more stories on Hashnode
Articles with this tag
System design is an essential skill for anyone involved in developing software. It involves defining a system's architecture, components, modules,...
The Container Lifecycle The following diagram shows the states of a simplified Container Lifecycle, which determines how a Container...
📌 What is CI/CD? CI/CD stands for Continuous Integration and Continuous Delivery. It is a software development approach that seeks to shorten the...
📌 What is Jenkins? Jenkins is an open-source automation server that can be used to automate all sorts of tasks related to building, testing, and...
📌 Introduction Till now, you have learned how to create a docker-compose.yml file and push it to the Docker registry. Let's move forward and dig...
📌 Dockerfile Dockerfile is a set of instructions that says what are the requirement for an Application. It tells Docker what base image to use,...