16 Jul 2026 · 19 min read
Containers are often introduced as “a lightweight way to package an application.” That is true, but incomplete. The interesting engineering question begins after the image has been built: …
cloudcontainerssecurity
Read article →16 Jul 2026 · 20 min read
An MCP server can turn a natural-language request into a database query, a file write, a cloud deployment, or a customer-impacting transaction. That is the promise—and the security boundary. …
aimcpsecurity
Read article →14 Jul 2026 · 7 min read
At first glance, container networking looks like a collection of small details: localhost, 0.0.0.0, eth0, bridge networks, ports, and broadcast addresses. The details matter because each one …
cloudcontainersgood engineering
Read article →13 Jul 2026 · 9 min read
Hermes Agent on Windows: Building Your Personal AI Software Factory Abstract
Most AI assistants answer questions. Hermes Agent goes much further—it remembers, learns, automates, connects to …
aihermes agentsoftware factory
Read article →11 Jul 2026 · 14 min read
A rotation policy question pulled a thread that unravelled into the whole design: certificate-based client credentials, the resource/client split, and the surprisingly small number of …
aiazureentra-id
Read article →08 Jul 2026 · 6 min read
A Practical Guide to .http Files - Ditch Postman, Keep Your API Calls in Source Control
If you’ve spent any time bouncing between a browser tab, Postman, and your terminal just to test …
engineering.httpgood engineering
Read article →07 Jul 2026 · 5 min read
Stop shipping plaintext secrets. Encrypt your .env, commit it safely, and let one key unlock it at runtime.
As developers, we’ve largely accepted .env files as the standard way to …
engineering.envgood engineering
Read article →25 Jun 2026 · 9 min read
Azure Functions can be a pragmatic way to expose narrow, auditable MCP tools to agents without inventing a new hosting platform. This post explains the pattern, the identity choices, and the …
aiazure-functionsmcp
Read article →18 Dec 2025 · 9 min read
How I built a cross-platform CLI tool in 1 hour to eliminate the frustration and security risks of manually managing Entra ID access tokens across multiple environments—and why you should …
aientra-idazure
Read article →20 Nov 2025 · 4 min read
Discover how breaking down AI-assisted development into small, focused batches—aligned with the Single Responsibility Principle—produces better code, reduces costs, and keeps developers …
aiai-assisted-developmentprompt-engineering
Read article →23 Apr 2025 · 5 min read
In this article, you’ll learn how VS Code connects to a remote MCP server, where trust boundaries sit, and how to troubleshoot the transport. That matters because useful AI integration …
aimodel context protocolmcp
Read article →18 Apr 2025 · 4 min read
In this article, you’ll learn how prompt files and repository instructions shape GitHub Copilot interactions without replacing review and verification. That matters because useful AI …
aipromptsprompt engineering
Read article →17 Apr 2025 · 2 min read
In this article, you’ll learn where the remote MCP example lives, how remote transport changes the threat model, and what to verify first. That matters because centralising a …
aimodel-context-protocolremote-servers
Read article →17 Apr 2025 · 2 min read
In this article, you’ll learn where the local MCP example lives, how standard input/output transport works, and what trust decisions remain with the user. That matters because a local …
aimodel-context-protocollocal-development
Read article →06 Jul 2024 · 7 min read
In this article, you’ll learn what the engineering inner loop contains, how to measure it, and where to shorten feedback without lowering standards. That matters because durable …
engineeringcicontinuous integration
Read article →26 Feb 2024 · 3 min read
In this article, you’ll learn how to implement an accessible Hugo figure shortcode with a real caption and predictable resource handling. That matters because durable engineering comes …
engineeringshortcodecaption
Read article →25 Feb 2024 · 7 min read
In this article, you’ll learn how .NET Aspire models a Redis dependency, wires it into an application, and improves local orchestration. That matters because durable engineering comes …
engineering.net aspireazd
Read article →05 Feb 2024 · 10 min read
In this article, you’ll learn what WebAssembly and WASI add to server-side compute, where the component model helps, and which claims remain speculative. That distinction matters …
cloudwasmwasi
Read article →04 Feb 2024 · 2 min read
In this article, you’ll learn how to inspect Terraform plan changes using the supported JSON representation instead of scraping human-readable output. That matters because a plan is a …
cloudterraformpowershell
Read article →28 Sep 2022 · 2 min read
In this article, you’ll learn how to diagnose NETSDK1045 by distinguishing an installed SDK from the SDK selected by the build. That matters because installing another SDK only helps …
engineeringdotnetsdk
Read article →26 Sep 2022 · 2 min read
In this article, you’ll learn how to write clipboard content to disk in PowerShell with explicit encoding and predictable paths. That matters because durable engineering comes from …
engineeringclipboardpowershell
Read article →21 Sep 2022 · 4 min read
In this article, you’ll learn how MSBuild conditions can select platform-specific NuGet assets without creating divergent project files. That matters because durable engineering comes …
engineeringazurefunctionsapp
Read article →04 Feb 2022 · 6 min read
In this article, you’ll learn how .NET stores values, when boxing allocates, and why stack-versus-heap slogans are only approximations. That matters because durable engineering comes …
engineeringcsharp.net
Read article →30 Jan 2022 · 7 min read
In this article, you’ll learn how to evaluate a cloud migration by capabilities, constraints, and operating model rather than by vendor promises. That matters because durable …
engineeringazureaws
Read article →27 Jan 2022 · 3 min read
In this article, you’ll learn what the Model Context Protocol (MCP) standardises, how it differs from OpenAPI, and why agent-to-agent communication is a separate concern. That matters …
aimodel-context-protocolopenapi
Read article →27 Jan 2022 · 3 min read
In this article, you’ll learn how to set up Minecraft Java Edition for a family, choose between local and hosted multiplayer, and avoid the account and world-backup surprises that turn …
gamingminecraftjava-edition
Read article →22 Jan 2022 · 3 min read
In this article, you’ll learn how to trace npm E401 errors across credentials, registry selection, and Azure Artifacts upstream behavior. That matters because durable engineering comes …
engineeringnodejse401
Read article →21 Jan 2022 · 5 min read
In this article, you’ll learn how PodDisruptionBudgets constrain voluntary disruption and how to render one safely from Helm values. That distinction matters because cloud failures …
cloudkubernetespod-disruption-budget
Read article →18 Jan 2022 · 3 min read
In this article, you’ll learn how to add self-hosted runner capacity safely and why ephemeral runners are usually easier to trust than cloned machines. That matters because durable …
engineeringgithub self-hosted runnerlinux
Read article →15 Jan 2022 · 3 min read
In this article, you’ll learn how DNS, redirects, reverse proxies, and origin routing differ when one hostname spans several platforms. That matters because durable engineering comes …
engineeringcloudflaredns
Read article →15 Jan 2022 · 3 min read
In this article, you’ll learn how Kubernetes labels and selectors bind controllers to Pods, and why an accidental mismatch is operationally serious. That distinction matters because …
cloudkubernetesk8s
Read article →15 Jan 2022 · 4 min read
In this article, you’ll learn how Microsoft Defender for Cloud evaluates container workloads and where its recommendations fit in a delivery pipeline. That distinction matters because …
cloudazuredefender for cloud
Read article →11 Jan 2022 · 4 min read
In this article, you’ll learn how to distinguish an npm authentication failure from a TLS validity failure caused by clocks, certificates, or proxies. That matters because durable …
engineeringgithub actionsnpm
Read article →09 Jan 2022 · 4 min read
In this article, you’ll learn how workflow templates and reusable workflows standardize delivery without hiding important repository differences. That matters because durable …
engineeringgithub action workflowstarter
Read article →08 Jan 2022 · 4 min read
In this article, you’ll learn how GitHub Actions evaluates contexts, configuration variables, secrets, and runner environment variables at different times. That matters because durable …
engineeringgithub actionslinux
Read article →08 Jan 2022 · 6 min read
In this article, you’ll learn how runtime support, target frameworks, container bases, and deployment models affect operational risk. That matters because durable engineering comes …
engineering.net framework.net core
Read article →07 Jan 2022 · 4 min read
In this article, you’ll learn why Docker socket permissions fail, how to repair runner access, and what privilege you grant when you do. That distinction matters because cloud failures …
clouddockerlinux
Read article →06 Nov 2020 · 3 min read
In this article, you’ll learn what Dapr contributes to a Kubernetes application and where its building blocks stop short of replacing application design. That distinction matters …
clouddaprkubernetes
Read article →02 Nov 2020 · 5 min read
In this article, you’ll learn how to create ConfigMaps, consume them from Pods, and keep confidential values in an appropriate secret system. That distinction matters because cloud …
cloudkubernetesconfigmap
Read article →21 Sep 2020 · 3 min read
In this article, you’ll learn how process failure, container restart policies, and orchestration each cover a different part of Node.js resilience. That distinction matters because …
cloudnodejscluster
Read article →28 Jul 2020 · 3 min read
In this article, you’ll learn how the Ignite control agent relates to an Ignite.NET server node, and how to run the pairing deliberately. That distinction matters because cloud …
cloudapache igniteignite
Read article →23 Jul 2020 · 3 min read
In this article, you’ll learn how Terraform expressions expose values directly and why text-oriented workarounds are brittle. That distinction matters because cloud failures usually …
cloudterraform
Read article →08 Jun 2020 · 9 min read
A practical guide to the boundaries between encoding, hashing, encryption, signing and certificates, with modern OpenSSL examples and an accurate explanation of JWT verification.
engineeringsecuritycryptography
Read article →28 May 2020 · 3 min read
In this article, you’ll learn how to isolate filesystem access in Jest tests without turning mocks into an inaccurate model of Node.js. That matters because durable engineering comes …
engineeringjestunit testing
Read article →06 Apr 2020 · 2 min read
In this article, you’ll learn how Hugo shortcodes package reusable presentation without embedding repeated HTML in Markdown. That matters because durable engineering comes from …
engineeringhugoshortcodes
Read article →06 Apr 2020 · 8 min read
In this article, you’ll learn how to build a local Kubernetes learning environment on Windows and understand each moving part rather than memorising commands. That distinction matters …
cloudkubernetessetup
Read article →05 Apr 2020 · 5 min read
In this article, you’ll learn how modern JavaScript syntax changes the shape of code, and which examples need context in a post-ES2015 world. That matters because durable engineering …
engineeringjavascriptdestructuring
Read article →26 Mar 2020 · 8 min read
In this article, you’ll learn how to mentor without taking the keyboard or the thinking away from the person you are helping. That matters because durable engineering comes from …
engineeringhugomentoring
Read article →01 Mar 2020 · 24 min read
In this article, you’ll learn how to apply familiar engineering principles as context-sensitive reasoning tools rather than rigid commandments. That matters because durable engineering …
engineeringhugogood engineering
Read article →