SSubhaninmy-cloudjourney.hashnode.devΒ·4d ago Β· 3 min readπ° Building an Azure Budget Guardrail β And Fixing My AI Mistakeπ° Building an Automated Azure Budget Guardrail I recently built a small FinOps-focused Azure project that automatically monitors spending and tells me which resource is costing the most when a budget00
SSubhaninmy-cloudjourney.hashnode.devΒ·6d ago Β· 3 min readDropping my First Projectπ§ What I Learned From Dropping My First Intermediate Cloud Project In August 2026, I decided to drop my first intermediate-level cloud engineering project: an Automated Invoice Analyzer. I decided to00
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 Β· 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 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 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