#devops-journey
Read more stories on Hashnode
Articles with this tag
What is Python🐍 🐍Python is a language that's easy for both humans and computers to understand. It's like giving instructions to a computer to make...
What is CI/CD?🔄🚀 Continuous Integration (CI): What it is: Continuous Integration is the practice of frequently integrating code changes from...
What is Jenkins?🤖 Jenkins is an open-source automation server 🤖 that facilitates building, testing, and deploying software projects 🚀. It is a...
Docker🐳 If you have a bunch of apps on your computer 🖥️. Each app needs specific things to work—like certain settings, tools, and files. Now, the...
✥What Is Git Branching? 🌳 Git Branching: Master Branch (Main Trunk): 🌳 This is the default and main part of your project. It's the stable version...