ZZyVOPinzyvop.hashnode.dev·4h ago · 16 min readPython Scraping at Scale: Distributed Crawling Across Multiple Machines (2026)Introduction: When One Machine Is No Longer Enough Most Python developers write simple scrapers—requests, BeautifulSoup, a loop, CSV writer—just to get data once or twice. When scaling or running them00
MMMike Mooreinwebofmike.hashnode.dev·5h ago · 12 min readRegression Tests for kagent Agents with agentevalsOriginally published at webofmike.com on 2026-09-25. The demo repo and every command in it were run before publishing. An AI agent that stops calling its tools does not throw an error. It answers from00
MRMounika Reddy Indyalainmounikaindyala.hashnode.dev·6h ago · 10 min readShell Scripting for DevOps Engineers — ArraysManage multiple values efficiently with Arrays and automate multiple servers, applications, environments, and resources using Shell Scripting. In the previous article, we learned about Functions in Sh00
GBGowtham Beharainworksonmyproduction.hashnode.dev·1d ago · 6 min readKubernetes on a Shoestring: a Podman FableEvery engineer has a version of this story. Mine involves a laptop, a container runtime that quietly changed its mind about how it wanted to work, and a cloud VM that made me wait three weeks for the 00
MMMike Mooreinwebofmike.hashnode.dev·1d ago · 7 min readServe Markdown to Agents at the Gateway, Not the OriginOriginally published at webofmike.com on 2026-09-24. The demo repo and every command in it were run before publishing. Agents parse HTML badly and expensively. The usual fix is to make the site emit m00
SSarahinsarah-dyne.hashnode.dev·1d ago · 11 min readDocker Alternatives in 2026: What to Use Instead (and When You Don't Need a Container at All)Docker made containers mainstream, but "Docker" is no longer one thing. There's the open container standard (OCI), the low-level runtime (containerd, runc), the CLI, and the desktop app with the licen00
TCThankGod Chibugwum Oboboinactocodes.hashnode.dev·1d ago · 11 min readWebAssembly in the Backend: How to Run High-Performance Microservices on KubernetesWebAssembly's origin story is the browser. Designed to run near-native-speed code in web applications, it became the standard for computationally intensive frontend tasks, image processing, video deco00
GEGeorge Ezejioforingeorgeezejiofor.com·2d ago · 26 min readTekton, Cosign, Kyverno: A Signed CI/CD Supply Chain on RKE2Introduction The Workshop Where Trust Is Manufactured Here's a confession I'll make out loud: I was running code I'd never read, built by people I've never met, pulled from a registry I don't control—00
MRMounika Reddy Indyalainmounikaindyala.hashnode.dev·1d ago · 11 min readShell Scripting for DevOps Engineers — FunctionsWrite once, reuse anywhere — Functions make Shell scripts cleaner, modular, and easier to maintain. In the previous article, we learned about Loops in Shell Scripting. Loops help us automate repetitiv00
VCVivian Chiamaka Okoseinvivianokose.hashnode.dev·1d ago · 5 min readMy Pods Got AWS Permissions From Thin Air. No Keys Anywhere.I opened a shell inside one of my pods and asked AWS who it was. It answered with an IAM role and a set of temporary credentials. No access keys anywhere. Not in an environment variable, not in a Kube00