Azure Functions Middleware How to effectively use Middleware in Azure functions - with a less-trivial example. -- 8/16/2025 -- azure functions middleware auth coding csharp
Outbox Domain Events in Catan Building domain events into Catan with the Outbox pattern - using Redis Streams. -- 9/2/2025 -- coding backend redis outbox projects csharp
Dynamic Dashboard Dates How to use SQL functions within Vantagepoint's standard interfaces to make date and deadline calculations. -- 7/11/2024 -- vantagepoint deltek coding dashboards
HTMX + Astro Search Removing React and implementing HTMX on my Search Posts page. -- 5/29/2024 -- astro htmx frontend partials coding
Introducing my Catan Project I'm starting a new coding project - building a Catan web app. -- 8/29/2025 -- coding frontend backend projects csharp
Introducing the Blog Say hi to the blog! Here's an overview of this project. -- 5/22/2024 -- astro blogging coding frontend
Clean Catan Serialization Using Json Serialization as an Infrastructure concern to avoid polluting my Domain layer. -- 9/9/2025 -- coding backend json projects csharp
Postman with SignalR Testing SignalR with Postman - useful tips. -- 12/10/2024 -- signalr coding postman