Aviral Asthanaaviralasthana7.hashnode.dev·Aug 18, 2024Exploring Git : How it works under the hood ?Concept of Git Git is build on the concept of snapshots. It means that git stores the snapshot of the file at the moment rather than storing the differences. Each time you commit a change a snapshot of the file is captured at the moment and stored by...2 likesGitHub
Akash Bhadanaakashbhadana.hashnode.dev·Jun 12, 2024Harnessing Real-Time Data with Apache Kafka: Building a Scalable Consumer ApplicationIntroduction: Hook your readers with an intriguing opening that highlights the importance of real-time data processing. Briefly introduce Apache Kafka and its role in modern data architectures. Mention the objectives of your Kafka consumer applica...Devops
Deepika kumarideepika96.hashnode.dev·Apr 2, 2024Day10- Advance Git & GitHub for DevOps Engineers.Introduction: Git has revolutionized the way developers collaborate and manage code changes in software projects. However, mastering Git requires more than just basic commands for committing and pushing code. Understanding advanced concepts like bran...1 likeGit
Deepika kumarideepika96.hashnode.dev·Mar 23, 2024Terraform Advanced - Day 7 of TerraWeekWelcome to Day 7 of the TerraWeek! 🚀 In today's tasks, we will dive into advanced topics that will enhance your Terraform skills. Let's explore exciting concepts such as workspaces, remote execution, collaboration, best practices, and additional fea...Terraweekchallenge
Deepika kumarideepika96.hashnode.dev·Mar 23, 2024Terraform Providers - Day 6 of TerraWeekWelcome to Day 6 of the TerraWeek! 🚀 In today's tasks, we will explore Terraform providers and their role in interacting with different cloud platforms or infrastructure services. We will also dive into provider configuration, authentication, and ha...Terraweekchallenge
Deepika kumarideepika96.hashnode.dev·Mar 22, 2024Terraform Modules - Day 5 of TerrWeekEarlier, we understood the concept related to What is Terraform? Why we need it? We also became familiar with HCL syntax and created a Terraform configuration using AWS EC2. Additionally, we gained an understanding of Terraform state. Now, we are mov...Terraform
Deepika kumarideepika96.hashnode.dev·Mar 22, 2024Terraform State Management - Day 4 of TerrWeekOn Day 4 of TerraWeek, we are going to explore the Terraform State. How Terraform state helps track the current state of resources. we will explore different methods of storing the state file. Delve into remote state management options like AWS S3. B...Terraform
Deepika kumarideepika96.hashnode.dev·Mar 22, 2024Terraform Managing Resource- Day 3 of TerrWeekOn Day 3 of TerraWeek, we dive into the crucial aspect of Terraform: managing resources. From defining resource configurations using HCL to understanding dependencies and lifecycle management, each aspect is meticulously explored. Through hands-on ex...Terraform
Deepika kumarideepika96.hashnode.dev·Mar 21, 2024Terraform Configuration Language (HCL) - Day 2 of TerraWeekBefore we dive into the HCL syntax, let's take a moment to understand the concept of HCL and how it helps Terraform. What is HCL? HCL (HashiCorp Configuration Language) is a language used by Terraform for authoring configuration files. Here are some ...Terraweekchallenge
Deepika kumarideepika96.hashnode.dev·Mar 7, 2024Day8- Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system that helps you manage your source code and track changes made to it. It's a command-line tool that you can use to keep track of different versions of your files, collaborate with others, and coordinate wor...1 likeDevops