
Getting Started with Azure Event Grid Simulator
A walkthrough of AzureEventGridSimulator - install it, configure topics and subscribers, publish events to a locally running Azure Function, and explore filtering, retry, dead-lettering, and the built-in dashboard. No Azure subscription required.

Azure Log Retention Gotchas
Compliance says keep your logs for six years. Azure says sure, just navigate this maze of export limitations, append blob quirks, and lifecycle management gaps. Here’s what you’ll actually run into.

The Chainsaw and the Axe
Most development teams right now have two types of developer: the ones polishing the axe and the ones ripping through forests with a chainsaw. The person paying for the tree to come down doesn’t care which tool you use.

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 That People Actually Write and Read
Most teams either skip documenting architecture decisions entirely or create heavyweight documents everyone ignores. ADRs fix this - but only when they’re lightweight enough to write during the decision, structured enough to answer ‘why did we do that?’ six months later, and stored where people actually look. Here’s a practical approach with a template that sticks.