#blogging
Read more stories on Hashnode
Articles with this tag
Install Jenkins on Instance Install Java COPY sudo apt update sudo apt install openjdk-11-jre Verify Java is Installed COPY java -version Now, you...
GitHub Webhooks🖇️ GitHub Webhooks are like friendly messengers that GitHub sends out whenever something interesting happens to your code or...
Docker Volume🗃️ Docker volumes📦 are a way to persist data generated and used by Docker containers. They provide a method for sharing data between...
Continuous Integration (CI): Continuous Integration (CI) 🔄 is a development methodology wherein developers contribute code to a shared GitHub...
✥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...
✱What is Git and why is it important? Git is a magical time-traveling tool for your code. 🕰️ Git is: History Keeper: It remembers every change you...