Posts
All the articles I've posted.
-
Automating Astro Builds and Deployments
Published:A guide on how I have automated the build and deployment of my Astro site using GitHub Actions, Zapier and Cloudflare.
-
Sharing Code Across .NET Projects with csproj Includes: An Azure Functions Example
Published:A guide for how and why to share code between .NET projects using csproj includes, with an example using Azure Function Apps.
-
Feature Flags - What and Why
Published:Discover the benefits of feature flags in modern software development. Learn how to implement, manage, and leverage feature flags to enable safer deployments, rapid experimentation, and continuous delivery in your projects.
-
Troubleshooting Entra External Identities B2C OTP Emails
Published:Now that Entra External Identities custom OTP Emails has become generally available I wanted to share a guide to troubleshooting issues with Entra External Identities B2C OTP emails.
-
Versioned .NET APIs with Swagger UI
Published:A quick guide on how to set up Swagger UI for versioned .NET APIs, specifically when setup for use with Azure API Management.
-
.NET API Versioning in Azure API Management
Published:A guide on setting up .NET API versioning with Azure API Management.
-
Function App Vs Web App for APIs
Published:A discussion of why to choose a Function App or Web App for building and hosting an API in Azure.
-
Writing A Code Review
Published:How to write a code review for a development project
-
Why Write a Blog?
Published:Why did I start a blog?