Day 18 : Docker for DevOps Engineers (Part 2)Docker Compose and Yaml Introduction So far we have gone through docker basics and implemented an application using various docker commands, in this blog, we will move forward with DOCKER COMPOSE, what's YAML here for docker and explore more with som...Nov 17, 2023·3 min read
Day 13 : Python | Programming languageIntroduction As a DevOps engineer/ IT professional, one needs to have a good working knowledge of a programming language so it makes your life easier in the computer lifecycle and its various usages. So basically, as DevOps engineers, we need to writ...Nov 7, 2023·3 min read
Day 12 : "Cheat-Sheet" for linux and Git & GitHubIntroduction Mastering the command line is a basic and utmost skill for DevOps professionals. This cheat sheet offers a consolidated list of various Linux, Git, and GitHub commands that cover from basic operations to networking and version control. O...Nov 6, 2023·6 min read
Day 11: Advance Git & GitHub for DevOps Engineers: Part-2In our ongoing journey of understanding Git and GitHub for DevOps, today we will dive into some advanced concepts that will empower and embrace our development and collaboration practices. Let's deep dive into the definitions: Git Stash git stash is ...Nov 5, 2023·4 min read
Day 10 : Advanced Git & GitHub for DevOpsGit Branching Branching is like creating separate workspaces within your code repository. Each repository starts with a default branch (usually 'master' or 'main') and can have multiple other branches. These branches are isolated areas where you can ...Nov 3, 2023·2 min read
Day 9 : Advance Git & GitHubWhat is Git and why is it important? Git is a version control system. Git helps you keep track of code changes. Git is used to collaborate on code. This system allows you to track changes to files and coordinate work on those files among multiple peo...Nov 2, 2023·3 min read
Day 8 : Basic Git & GithubWhat is Git ? Git is a version control system. Git helps you keep track of code changes. Git is used to collaborate on code. This system allows you to track changes to files and coordinate work on those files among multiple people. What is GitHub? Gi...Nov 2, 2023·5 min read