#devops
Read more stories on Hashnode
Articles with this tag
What is CICD 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 automation server that is widely used for building, deploying, and automating software projects. It...
Git Branching: Git branches are effectively a pointer to a snapshot of your changes. When you want to add a new feature or fix a bug—no matter how big...
Task 01: What is Git and why is it important? Git is a distributed version control system (DVCS) that is widely used for tracking changes in source...
Task 01: Learn and compare Terraform Providers Terraform providers are plugins that allow Terraform to interact with various cloud providers,...
Task 01: Importance of Terraform State- 📚 Research: Dive into the importance of Terraform state in managing infrastructure. Discover how Terraform...