80 posts, including 20 long-form field guides

DevOps Insights &
Cloud Engineering

Practical field guides on AWS, Kubernetes, Docker, CI/CD, observability, and production infrastructure, alongside the original LinkedIn archive that inspired them.

80
Total Posts
20
Field Guides
60
Archive Posts
11
Categories

Archive Highlights

Short-form LinkedIn posts, lessons, and technical snapshots from the original archive

AWSLinkedIn PostFeb 26, 2026

How I reduced AWS networking costs by 93% while removing public attack surface

I recently tackled a common but expensive challenge in AWS: the hidden cost of public IPv4 addresses. In a setup with dozens of ECS Fargate tasks, my "In-use Public IP" charges were hitting hundreds of dollars per month. Beyond the cost, having backend workers exposed to the public internet was a security risk I wanted to eliminate. The Fix: I transitioned the entire architecture to a private-first model. 1. Disabled Public IPs: Moved all Fargate tasks to private mode within the VPC. 2. VPC Peering: Connected multiple VPCs using VPC Peering to enable secure, private communication between services across environments, no internet routing required. 3. Optimized Routing: Navigated complex DNS and routing requirements to ensure seamless communication between services without needing a NAT Gateway. 4. Added a Public Load Balancer: Introduced an internet-facing Application Load Balancer to handle inbound traffic. Only the load balancer is publicly accessible backend services remain private. The Results: - Cost: Monthly networking spend for public IPs was eliminated entirely, replaced by a much smaller, fixed endpoint fee. - Security: Drastically reduced the attack surface by ensuring backend workers are no longer reachable from the internet. - Efficiency: The system is now more robust, secure, and cost-predictable.

1 min read100463
Read more →
DevOpsLinkedIn PostFeb 20, 2026

Most DevOps problems aren't tech problems - They're organizational chaos wearing a YAML hoodie

Most "DevOps problems" aren't tech problems. They're just organizational chaos wearing a YAML hoodie. We love to buy tools to fix culture. It never works. If you want to actually ship faster, try this Rule of Three: 1. Repeat it 3 times? Automate it. 2. Need a 12-step README to run it? You didn't automate it, you just outsourced the confusion. 3. Takes more time to maintain than it saves? Delete it. You've built a monument, not a tool. The Boring DevOps Checklist: Pipelines: Should be idempotent and predictable. If it's "flaky," it's broken. Infra: Treat it like code. If it's not versioned and reviewed, it's a liability. Alerts: If it doesn't require immediate human action? Don't send a page. The Goal: One command to deploy. One dashboard to verify. Stop looking for more tools. Start looking for less surprise.

1 min read90485
Read more →
CareerLinkedIn PostFeb 15, 2026

You Can Get LinkedIn Premium FREE for 1 Year!

Take your professional growth to the next level. Get one full year of LinkedIn Premium at no cost through eligible Microsoft 365 bundles. The perfect way to level up your professional network and brand. What You Get (Worth ~$300+ Value): - LinkedIn Premium Career for 12 months free - Microsoft 365 Premium for 12 months Why This Matters (LinkedIn Premium Career Highlights): - See who viewed your profile - understand who's checking you out and why that matters. - InMail credits - message recruiters and hiring managers directly (even if you're not connected). - Applicant insights - see how you compare to other applicants for the roles you care about. - Job matching & top listings - get personalized job recommendations and highlight yourself as a top candidate. - LinkedIn Learning access - build new skills with thousands of expert-led courses. - Exclusive company insights - know more about employers before you apply. These tools can make a huge difference if you're: - Searching for internships or your first job - Trying to grow your professional network - Building a stronger personal brand online - Sharpening skills that employers care about

1 min read60413
Read more →
CareerLinkedIn PostFeb 12, 2026

We're hiring a UI/UX Designer - Jalandhar, Punjab (On-site)

We're hiring a UI/UX Designer We're looking for a creative UI/UX Designer to help shape meaningful digital experiences. Location: Jalandhar, Punjab (On-site) Interested? Apply directly using the form.

1 min read50387
Read more →
DevOpsLinkedIn PostJan 26, 2026

git commit -m 'New portfolio live' - CLI-themed DevOps portfolio

$ git commit -m "New portfolio live." I wanted a portfolio that actually reflects my day-to-day work, so I built a CLI-themed portfolio to showcase my DevOps projects. It was built using Replit AI, the fastest way I've found to turn a rough idea into a live website, with a bit of vibe coding along the way.

1 min read331948
Read more →
AILinkedIn PostJan 21, 2026

AI Made Us Faster. Now Who Protects the Code?

In today's AI world, almost everyone is using AI to write code. The feature runs. The API responds. The UI looks fine. So we assume the code is good. But here's the uncomfortable truth: 95% of the time, AI doesn't write a real solution — it applies a patch. It fixes the problem for now. Under the hood: - the logic is copied from somewhere else - edge cases are ignored - security is assumed, not verified - technical debt quietly increases Everything works… until it doesn't. This is exactly why tools like SonarQube matter more than ever. Not because AI is bad but because AI is too good at making broken things look correct. SonarQube forces us to slow down for one moment: - check what we're actually shipping - catch issues before production does - stop temporary fixes from becoming permanent systems AI gives speed. SonarQube brings discipline. In an AI-first world, quality doesn't happen by default. It has to be enforced.

1 min read82389
Read more →

About This Blog

Hi, I'm Mojahid Ul Haque, a DevOps Engineer currently pursuing my M.Tech in Cloud Computing from BITS Pilani. This site keeps the original LinkedIn archive intact while extending it with deeper implementation guides on delivery engineering, Kubernetes, observability, AWS architecture, cost control, and production reliability.

AWS CertifiedBITS Pilani M.TechDevOps Engineer