#software-development
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,...
๐ 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 Docker compose? Docker compose is a tool that helps you deploy and manage your Docker applications. It allows you to define your...
๐ Dockerfile Dockerfile is a set of instructions that says what are the requirement for an Application. It tells Docker what base image to use,...
In the world of virtualization, two prominent technologies stand out: Docker and Virtual Machines (VMs). These technologies serve similar purposes but...
Day-16 #90daysofdevopschallenge ยท ๐ Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. It is a tool...