SPSprasad Pujariinsprasad.hashnode.dev·12h ago · 4 min read🚀 Setting up a Mac for DevOps? Here’s my complete real-world setup (with mistakes & fixes)I recently switched to a new MacBook (M1/M2) and started setting it up for DevOps work. Coming from other environments, I realized: Mac setup is not just installing tools. It’s understanding the right00
DHDave Hartinblog.openziti.io·19h ago · 6 min readBake It In: Building Agent Runtimes on Zero Trust from Day OneIf you're building an agent harness, whether it's a product you sell or an internal runtime for your organization, architectural decisions you make early can be expensive to change later. Most teams f00
SBSamanta Bindrainarchitecturedev.hashnode.dev·5h ago · 8 min readKafka Partitioning Strategy in ProductionPartition count is the most consequential — and most irreversible — decision you make when designing a Kafka topic. Get it right and your system scales gracefully for years. Get it wrong and you're ei00
ARAhmad Raafatinbuilt-properly.hashnode.dev·1d ago · 21 min readMulti-Tenancy Is the Real Agent Platform Problem Overview What I have seen when building agent platforms is that most agent demos work because there is only one tenant. One user, one memory store, one tool set, one trace, one notebook, and one happy10
PPPrajwa Pinprajwal-blog.hashnode.dev·1d ago · 17 min read🚀 Day 17 of 30DaysofAWSTerraform: Blue-Green Deployments with AWS Elastic Beanstalk Using TerraformDeploying applications without downtime is one of the biggest challenges in modern DevOps. Imagine updating your production application and having users experience outages because the deployment faile00
JFJoel Fernandesinblog.joel-fernandes.com·1d ago · 17 min readWhy EKS Blue-Green Upgrades Scare Teams More Than They ShouldHaving interviewed with companies of all sizes from smaller startups to large enterprises, and the conversation around EKS tends to follow a familiar pattern. We talk about control plane upgrades, nod00
Rromanagaevinllmgen.hashnode.dev·2d ago · 6 min readI Built an AI Platform That Delivers 333 LOC Per Dollar - Here's How I Benchmarked ItWhy I Built This I am a platform engineer. Not a researcher, not a prompt engineer — someone who ships production systems. Over the past 117 days, I built LLMGen: an AI-driven platform engineering sys00
SFSteve Fentoninfenton.hashnode.dev·2d ago · 7 min readHow To Measure Platform EngineeringThough developer burnout has been a strong motivator for platform engineering, there are many other reasons to adopt this approach. The method you use to track the success of your internal developer p00
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
AYAnkit Yadavinheyankit.hashnode.dev·2d ago · 6 min readFrom Docker Compose to Kubernetes: Adding Helm Charts to EventLens🐳 The Docker Compose Comfort Zone Docker Compose is a wonderful lie. It makes distributed systems feel simple. One file, one command, everything starts. Services talk to each other by name. Volumes j00