#tws
Read more stories on Hashnode
Articles with this tag
🏗️What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single...
What is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written...
Docker compose Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your...
Docker Hub*: It's like a Repository for Docker Images, similar to GitHub where we store the code of the project, whereas, Docker Hub, stores the...
Git Cherry Pick Git cherry-pick is a command that allows you to select specific commits from one branch and apply them to another. This can be useful...
What is Git and why is it important? Git is a version control system, that allows any software developer, or development project to track changes...