
Architecture Decision Records: Actually Using Them
ADRs work when theyâre lightweight enough to write during the decision, structured enough to answer âwhy did we do that?â six months later, and stored somewhere people actually look.

Software Development: Engineering or Science?
A look at why software development isnât engineering - itâs a scientific journey through complexity. Explore how the Cynefin framework exposes why Agile thrives where Waterfall fails, why requirements shift like ecosystems, and why adaptability beats rigid blueprints. Learn why software isnât built - itâs discovered.

Allen Holub @ YOW! Brisbane 2024
A brief summary of Allen Holubâs âGetting Buy-In: Overcoming Larmanâs Lawâ at the YOW! Brisbane conference December 2024.

Deploying AnythingLLM as an Azure Container Instance
Some notes on deploying AnythingLLM in an Azure Container Instance using Bicep, ensuring persistent storage. AnythingLLM allows you to use multiple LLMs, using your existing API keys, with one UI.

Enabling HTTPS on Azure Container Instances with Caddy
Learn how to deploy an Azure Container Instance (ACI) container group with HTTPS enabled using Caddy. This guide walks through deploying a Hello World app and securing it with SSL using a Bicep template.