Connecting the Dots in AWS — VPC Peering, Transit Gateway & CloudWatch Setup1. Understanding the Basics Before we jump into configurations, let’s build a quick mental map. What is a VPC? A Virtual Private Cloud (VPC) is your isolated network space inside AWS. Think of it as your own private data center in the cloud where you...Oct 10, 2025·4 min read
Week 4: Git & GitHub Advanced Challenge : A Deep Dive into Real-World Version ControlChallenge 2 Introduction This week’s challenge focused on advanced Git concepts essential for any DevOps professional. Whether working solo or in a team, mastering Git’s powerful features like pull requests, stashing, resetting, and branching strate...Jul 7, 2025·3 min read
Mastering Git and GitHub: A Deep Dive into Week 4Challenge 1 Welcome to the latest installment of my #90DaysOfDevOps journey! This past week, we tackled a comprehensive Git and GitHub challenge that pushed our understanding of version control, collaboration, and advanced Git concepts. It was an inc...Jun 21, 2025·7 min read
Automating User Account Management with Bash | 90 Days of DevOps – Week 3 Challenge 1Managing user accounts is one of the foundational tasks for any Linux system administrator. For Week 3, Challenge 1 of the 90 Days of DevOps program, I built a versatile bash script that simplifies this process through a command-line interface. This ...Jun 9, 2025·5 min read
Deep Dive into Linux Server ManagementThis week, I plunged into the core of Linux server management, tackling essential tasks that are critical for any DevOps engineer. From user and permission management to log analysis, volume handling, process monitoring, and even automation, this wee...May 31, 2025·17 min read
Understanding Network Models, Protocols, and Essential Commands for DevOpsIntroduction In the world of DevOps, a solid understanding of networking fundamentals is crucial. From deploying applications to troubleshooting connectivity issues, a firm grasp of how data travels across networks a superpower is. This blog post wil...May 25, 2025·11 min read