#devops-journey
Read more stories on Hashnode
Articles with this tag
Dockerfile Docker is a tool that makes it easy to run applications in containers. Containers are like small packages that hold everything an...
Docker Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized units...
Dictionary (dict) In Python, a dictionary is a built-in data type used to store collections of key-value pairs. It's like a real-life dictionary where...
Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be...
Git branching strategies. Every repository has a default branch; from it, multiple branches can be created. we can create a separate branch for the...
I will write the notes today on the below topic, in my own words. What is Git and why is it important? What is the difference Between the Main...