Mastering HCL: A Comprehensive Guide to HashiCorp's Configuration Language 📚Introduction👋 Today, let's explore HashiCorp Configuration Language (HCL). We'll discover how to use variables effectively and understand the various types of data it supports. So, let's get started! What is HCL?🤔 The HashiCorp Configuration Langua...Sep 12, 2023·5 min read
#90DaysOfDevOps - Day 9: Deep Dive in Git & GitHub for DevOps Engineers.Introduction Today marks the 9th day of the 90DaysDevOps challenge, where we're diving deep into Git and GitHub for DevOps Engineers. We'll start by understanding what Git is and why it matters. We'll also talk about the difference between the Main B...Aug 13, 2023·7 min read
#90DaysOfDevOps - Day 8: Basic Git & GitHub for DevOps Engineers.Introduction Today marks the 8th day of the 90 Days DevOps Challenge. Our focus today is on Git and GitHub. We'll learn about Git, GitHub, version control, and its types. We'll also understand why distributed version control is preferred over central...Aug 13, 2023·9 min read
#90DaysOfDevOps - Day 7: Linux Package Manager and systemctl, systemdIntroduction Greetings on the 7th day of the 90DaysDevOps Challenge! Today's adventure leads us into the realm of Linux package management. We'll unravel the role of package managers, understand diverse package types in various Linux flavors, and del...Aug 12, 2023·5 min read
#90DaysOfDevOps - Day 6: Linux File Permissions and Access Control ListsIntroduction Welcome to the 6th day of the 90 Days DevOps Challenge! In today's session, we'll delve into the fascinating realm of Linux file permissions and access control lists. Our focus will be on comprehending the various components that constit...Aug 5, 2023·4 min read
#90DaysOfDevOps - Day 5: Advanced Linux Shell Scripting for DevOps Engineers with User ManagementIntroduction Today is the 5th day of our #90DaysOfDevOps challenge. We will learn about looping in programming, which means repeating certain actions in a sequence. We'll look at how to write looping instructions and see some easy-to-understand examp...Aug 4, 2023·7 min read
#90DaysOfDevOps - Day 4: Linux Basic Shell ScriptingIntroduction Today we learn the basics of Linux scripting. Linux scripting refers to the process of writing and executing scripts on the Linux operating system. A script is a set of commands written in a scripting language that automates various task...Aug 1, 2023·7 min read