andyevans.dev
Posts
Being ignored? Find out why with git check-ignore
Jul 2025
Have you got files being ignored in source control and you don't know why? Git's got your back. Here I demonstrate git's secret weapon: check-ignore
Read now
Testing Durable Azure Function Apps using XUnit and TestContainers
Jun 2025
My new approach to writing functional tests against Azure Durable Functions. Use a similar approach for any containerised web app!
Read now
Cache dependencies in your Azure DevOps pipeline
Jun 2025
We take a look at how caching your npm dependencies using the Cache task in Azure DevOps can improve performance and avoid upstream bandwidth limitations!
Read now
Hosting apps on-prem using Cloudflare Tunnels
Mar 2025
Host apps on your own kit - and expose them to the internet - safely!
Read now
Hosting an Azure Functions API for an Azure DevOps Extension
Mar 2025
Following on from my post about creating a web-based Azure DevOps extension using Vue, in this post I demonstrate how to securely host a backend API for your DevOps extension
Read now
Azure DevOps Web Extensions with Vue
Mar 2025
Learn how to create an Azure DevOps extension using a statically generated Vue / Nuxt website and the VSS library
Read now
Water Temperature Monitoring in my Ford Fiesta
Feb 2025
My 2012 Ford Fiesta is marvellous in many ways. However, it was not blessed with a water temperature gauge from factory. In this post, I do something about that...
Read now
Functional Testing for .NET 8 Isolated Azure Functions
Feb 2025
Follow along to learn how to create functional tests using UnitTestEx for your .NET 8 (Isolated) HTTP-triggered functions
Read now