RBRajesh Bindevrajesh.hashnode.dev·3h ago · 7 min readDay 93: Using Ansible Conditionals | 100 Days of DevOpsContent Today I learned how to use Ansible conditionals (when) to execute different tasks on different managed hosts within a single playbook. Instead of creating separate playbooks for each server, 00
AAAI Alleywayinaialleyway.hashnode.dev·51m ago · 6 min readWorkflow automation has no portable format, so every "n8n alternative" is a rewriteFor context: our whole content pipeline is ten n8n workflows on a self-hosted box — so this is written from the tool you might be thinking of leaving, not the one I'm selling you. You can move almost 00
AJAshmit JaiSarita Guptainengineeringwithashmit.hashnode.dev·2h ago · 9 min readGreen does not mean working: what a health check confirmsA liveness probe and a real request take different paths through a service, and the gap between them hides a whole class of bug. The first real POST to log0's gateway hung with no error and no log lin00
PRPratik R. Mandgeinpratikm363.hashnode.dev·4h ago · 2 min read🚀 My First AI WhatsApp Bot – A Beginner-Friendly ProjectArtificial Intelligence is changing the way businesses interact with customers. To understand how AI automation works in the real world, I built my first AI-powered WhatsApp Bot. The goal was simple: 00
PMPuppala Manikanta Pavan Kumarindevopswithpmpk.hashnode.dev·19h ago · 6 min readDeploying a Microservices E-Commerce Application on AWS Using Shell ScriptingOver the past few days, I learned Shell Scripting and decided to apply everything I had learned by building a complete project from scratch to gain real hands-on experience. My goal wasn't just to dep00
SKSahil Khuranaininnostaxengineering.hashnode.dev·4h ago · 10 min readDeep Dive into Shopify’s Global Objects in LiquidKey Takeaways Global objects are just there — every Liquid file, zero setup, no imports needed. Cart state, customer info, product details, store settings — it’s all sitting there waiting. Once you k00
ABAniket Bhosaleinaniketbhosale.hashnode.dev·5h ago · 6 min readStop Learning Randomly! Follow This DevOps Roadmap 2026 DevOps looks overwhelming because the ecosystem is crowded with tools—but hiring expectations are not. In 2026, companies don't expect you to know everything. They expect clarity: strong fundamentals,00
ABAniket Bhosaleinaniketbhosale.hashnode.dev·5h ago · 6 min readI Replaced Our On-Call SRE with an LLM Agent for 30 DaysWe ran a 30-day experiment to see if an LLM agent could handle our on-call SRE responsibilities. The short answer? It's not ready to fly solo. But it is absolutely ready to make your life a lot easier00
PPytgaeninpytgaen.hashnode.dev·19h ago · 6 min read8 small data transforms I don't want to write as shell glue anymore🦀🐍 Practical fimod examples for small CI/config data transforms with a Python-like taste. In the first article, I wrote about why I built fimod: I kept seeing tiny python3 -c scripts in CI pipeline00
SHSanskriti Harmukhinvultr.hashnode.dev·18h ago · 6 min readDeploying ClearML as an AWS SageMaker Alternative on UbuntuClearML is an open-source MLOps platform that pairs experiment tracking, pipelines, hyperparameter optimisation, and model serving — a self-hosted alternative to AWS SageMaker. This guide deploys the 00