
Creating an Azure Event Grid Simulator
I built an Azure Event Grid Simulator so I could run integration tests locally without needing a real Event Grid instance. It鈥檚 on GitHub.

I built an Azure Event Grid Simulator so I could run integration tests locally without needing a real Event Grid instance. It鈥檚 on GitHub.

How to locally debug an Azure Function with an Event Grid trigger using Postman. The trick is the aeg-event-type header, which took me ages to find in the docs.

A curated list of open source .NET libraries and tools created by Readify consultants - from Autofac and Serilog to Octopus Deploy and GuardAgainst.

A look at the CallerArgumentExpression attribute coming in C# 8.0 and how it could simplify guard clause libraries like GuardAgainst.

Learn how to integrate Octopus Deploy with Slack for real-time deployment notifications using Azure Functions. This guide covers setting up Octopus subscriptions, converting Octopus events to Slack messages, and securing your webhook integration.