#90daysofdevops
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...
File and Directory Operations: ls: List files and directories in the current directory. cd: Change the current directory. pwd: Print the current...
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,...