andyevans.dev
Posts
Hosting apps on-prem using Cloudflare Tunnels
Mar 2025
Host apps on your own kit - and expose them to the internet - safely!
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
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
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...
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