Day 29: Hands-On with Docker – Build Your First Java Project Container from Scratch Using Dockerfile.May 14, 2025·3 min read
PinnedFrom Confusion to Cloud: My 25-Week Challenge to Become a Cloud Engineer"I Never Wanted to Be an Engineer… But I Became One, So I Carved My Own Path "Apr 13, 2025·3 min read
Demystifying Docker & Containers: A Developer’s Journey From Confusion to ClarityMay 12, 2025·2 min read
Day 22 – Django Deployment with Shell Scripting & DevOps1️⃣ Introduction to Django Deployment Django deployment refers to moving your project from a local development environment to a live production server where real users can access it. This process isn’t limited to just uploading code—it involves optim...May 7, 2025·4 min read
Day 21 of Shell Scripting: Mastering for and while Loops to Automate Repetitive Tasks like a Pro!“Why repeat something manually when you can teach your shell to do it for you?” Today marks Day 21 of my 90-day Shell Scripting journey, and things are getting more exciting! The concept of loops—specifically for loops and while loops—has unlocked a...May 6, 2025·2 min read
Day 20: Practically Exploring Shell Scripting – A Journey into AutomationToday marks the 20th day of our shell scripting journey, and it's all about getting our hands dirty with real-world scripting techniques. We've now crossed the theoretical foundation phase and are stepping into how things actually work when implement...May 5, 2025·4 min read
Day 19.2 Theory:-Understanding the Core Concepts of Shell Scripting: Variables, Operators, and Conditionals1. Variables: Storing and Reusing Information In the world of shell scripting, variables play a central role in storing information that the script will use throughout its execution. Imagine a variable as a container or a labeled box where you store ...May 3, 2025·6 min read
Day 18: Introduction to Shell & AWS EC2 Environment Setup for Shell Scripting with GitHub IntegrationBefore diving into shell scripting, it’s essential to understand the Linux architecture. What is Linux Architecture? The Linux system architecture is structured in layers: Hardware: The base layer. Linux Kernel: The heart of the operating system, ...May 2, 2025·3 min read
Day 17 (Part 2) — Git & GitHub: What is GitHub? Complete Beginner Guide with StepsWhat is GitHub? GitHub is an online platform that acts as a cloud-based version control system. While Git manages code locally on your system, GitHub allows you to host your code online — making it easy to collaborate, back up, and showcase your work...May 1, 2025·3 min read