OZOsomudeya Zudonuinfreecodecamp.org·10h ago · 30 min readHow Enterprise Teams Manage Infrastructure at Scale with TerraformTutorials teach you how to write Terraform, but don't teach you what happens when 60 engineers start writing it together. When you learn Terraform, you work with a single repository, state file, and a00
ADAayush Darangeinaayush-dev.hashnode.dev·1d ago · 5 min readAnsible Part 5 - Loops, Handlers and TagsAs we move ahead, playbooks start getting long. You're copying the same task block with different values. You're restarting services manually after config changes. You're running the entire playbook j00
EJEdwin Jonathaninedwinjonathand-devops.hashnode.dev·2d ago · 6 min readYour Terraform State Is Lying to You. I Built the Tool That Proves It.Open your AWS console right now and compare it to your Terraform state file, line by line. I'll save you the trouble. They don't match. Not because you did anything wrong. Because someone — you, a tea00
ADAayush Darangeinaayush-dev.hashnode.dev·2d ago · 4 min readAnsible Part 4 - Secrets, Facts and Conditional TasksSecrets - passwords, API keys, credentials. You just can't paste them in YAML and push them to your repo. System awareness - your playbook might need to behave differently depending on the host. Condi00
KKKushneet Kaurincloudnativebykushneet.hashnode.dev·5d ago · 6 min readWhy Kubernetes Rules Modern InfrastructureThis article is part of the Cloud Native from Scratch series — where I document my journey learning cloud native technologies from scratch, one concept at a time. Start from the beginning: Containers 10
ADAayush Darangeinaayush-dev.hashnode.dev·5d ago · 4 min readAnsible Part 3 - Variables, Because Hardcoding is a TRAP!Variables are what turn a playbook from a one-trick script into something genuinely reusable. This part covers everything you need to know about them. What is a Variable in Ansible? Same concept as a00
SNSolomon Nwachukwu Olungweonwiinsolomon-devops.hashnode.dev·Jun 11 · 5 min readFrom Terraform to Kubernetes: Building a Production-Grade Microservices Platform on AWSAs part of the DevOps Micro Internship (DMI), our team was tasked with deploying and operating a production-style cloud-native application using modern DevOps practices. Over the course of the project00
CHCarl Hayesincarlintheclouds.hashnode.dev·Jun 9 · 8 min readBuilding a Portfolio That Runs on Real InfrastructureThe Mindset Most portfolio sites are drag-and-drop affairs — a template, a hosting platform, and you're done. That approach works, but it doesn't tell anyone anything about how you actually think or w00
LBLalit Baggainblog.lalitbagga.com·Jun 8 · 6 min readRefactoring Terraform: From One File to ModulesMy three-tier AWS architecture worked. VPC, subnets, bastion host, app server, RDS, all deployed and running. But my main.tf was a flat file with everything mixed together. Security groups next to rou51V
FSFOLASAYO SAMUEL OLAYEMIinsaintvandora.hashnode.dev·Jun 7 · 7 min readHow to Auto-Sync Your Hashnode Blog to Dev.to Using GitHub Actions (2026 Guide)If you've been trying to cross-post from Hashnode to Dev.to recently, you've probably hit a wall. Dev.to's RSS importer rejects Hashnode feeds, Hashnode's GraphQL API went paid in May 2026, and every 00