Basic Git & GitHub for DevOps EngineersWhat is Git? GIT can be defined as the “Global Information Tracker,” a powerful version control system widely used for software development and other collaborative projects. GIT allows multiple developers to work on a project simultaneously while ens...Sep 19, 2023·5 min read
Basic Linux commandsWhat are the basic Linux commands to: 1.To view what's written in the file : cat filename: This command is used to display all the contents in the particular file on the terminal. 2.To change the access permissions of the file: chmod777 filename: Th...Mar 24, 2023·2 min read
Introduction to DevOpsDevOps can be best explained as people working together to conceive, build and deliver secure software at top speed. DevOps practices enable software development (dev) and operations (ops) teams to accelerate delivery through automation, collaboratio...Mar 21, 2023·2 min read