
Part III: SQL Server Integration Testing with Testcontainers
Take your containerised SQL Server setup to the next level by using Testcontainers for .NET to write robust integration tests. Spin up real SQL Server instances on-demand, run your tests, and tear them down automatically.

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.