SSubhaninmy-cloudjourney.hashnode.dev·Jul 28 · 3 min readAutoBackup Utility BashAutomating Local Backups with Bash & Cron: A Lightweight Shell Utility 🚀 Never lose local files again—here is how I built a hands-free Linux backup script with automatic rotation and cron scheduling.00
LPLaxmi Patilinlaxmipatil-devops.hashnode.dev·Jul 27 · 3 min readDay 08 of My 90-Day DevOps Journey: Linux System-Level Commands & User Management on AWS EC2Today, I focused on strengthening my Linux fundamentals by learning system-level commands and user management. Since Linux is the backbone of DevOps, understanding these concepts is essential before m00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 26 · 2 min readAzure bash scriptAutomating Secure Azure Infrastructure with Bash As part of my journey learning Bash scripting, I built a shell script that fully automates the deployment of secure baseline infrastructure on Microsof00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 26 · 1 min readA Tiny Docker Mistake That Cost Me More Time Than It Should Have 😅A Simple Docker Port Mapping Mistake That Taught Me a Lesson I recently built a simple two-tier Flask messaging app using Docker Compose and a Makefile. The containers started successfully, but I kept00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 25 · 1 min readDeploying Notes App using Flask with a classic mistake📝 Building a Notes App (And Learning a Valuable Lesson) As part of my journey learning Bash scripting for cloud engineering, I built a simple Notes app and published it to GitHub. My goal was to auto00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 19 · 2 min readReal-Time Linux System Monitor with Flask# 🚀 Building a Real-Time Linux System Monitor Recently, I built a lightweight, real-time Linux system monitor using Flask and Vanilla JavaScript to track CPU and RAM usage on a cloud VM. ⚙️ How It 00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 12 · 2 min readStop Running Terraform Manually: Automate It With Python🚀 Stop Running Manual Terraform Commands Typing terraform init, terraform plan, and terraform apply repeatedly gets tedious fast. To speed up my cloud workflow, I built a lightweight Python script th00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 11 · 2 min readStop Drag-and-Dropping: An Interactive Azure Backup Wizard in PythonManually uploading files via the Azure Portal is tedious, so I built a lightweight, interactive CLI tool in Python that dynamically streams your local files straight to Azure Blob Storage through a fe00
SSubhaninmy-cloudjourney.hashnode.dev·Jul 10 · 2 min readLearning Networking for Cloud Engineering My Cloud Journey: Networking, VPC Peering, and First Roadblocks Starting a journey into cloud engineering means drinking from a firehose of information.This week, I dove straight into the core of how 00
ATAtul telelinatultele0600.hashnode.dev·Jun 14 · 7 min read🔥 Built a Complete DevOps CI/CD Pipeline for a Hotel Booking System using Docker, Kubernetes, Jenkins, Kaniko, Trivy, RBAC & IngressThe goal of this project was to transform a traditional full-stack hotel booking application into a production-style DevOps deployment. Key objectives: Containerize the application using Docker Depl00