Day 9:Deep dive in Git and Git-Hub for DevOps engineer.What is Git and why is it important? Git is important because it allows you to track changes to your code over time. This can help debug, collaborate with others, and keep track of your progress. Git also makes it easy to revert to previous versions ...Nov 12, 2023·6 min read
Day 4 : Basic Shell Scripting for DevOps.What is Shell Scripting for DevOps? Shell scripting is a programming language that can used to automate tasks in a Linux/Unix environment. In the context of DevOps, shell scripting is used to automate repetitive and streamline the development and de...Oct 27, 2023·2 min read
Day 3 : Basic Linux Command.#90DaysOfDevOps To view what's written in a file. To change the access permissions of files. To check which commands you have run till now. To remove a directory/ Folder. To create a fruits.txt file and to view the content. Add cont...Oct 24, 2023·1 min read
Day 2 : Intro of Linux for DevOps.What is Linux? Linux is an operating system just like Windows/Mac OS.and it is a free and open source one can contribute to making it better than existence. more than 91% of developers use Linux to work on it. Key-Points: open source Allow multi-us...Oct 23, 2023·2 min read