Sep 19, 2025 · 2 min read · In the recent few days the daily leetcode questions were from the topic of Priority Queue where we were needed to arrange elements in a particular order it may time, rating or let's day price why not With decent practice of Priority Queue, I tried to...
Join discussionJun 21, 2025 · 3 min read · 📘 Introduction to Ansible Ansible is a powerful open-source automation tool used for configuration management, application deployment, and orchestration. It simplifies infrastructure tasks by allowing you to describe the desired state of your system...
Join discussion
Aug 18, 2024 · 3 min read · 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...
LShashank commented
Jun 12, 2024 · 2 min read · Introduction: 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...
Join discussionApr 2, 2024 · 7 min read · 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...
Join discussion
Mar 23, 2024 · 11 min read · Welcome 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...
Join discussion
Mar 23, 2024 · 9 min read · Welcome 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...
Join discussion
Mar 22, 2024 · 7 min read · Earlier, 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...
Join discussion
Mar 22, 2024 · 7 min read · On 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...
Join discussion