Topic: Azure DevOps

Showing all posts categorized under "Azure DevOps".

Ephemeral environments with Kubernetes and Azure DevOps in the cloud
Dec 2025

Ephemeral environments with Kubernetes and Azure DevOps in the cloud

Learn how I introduced a whole new way to test - and boosted team productivity - by creating the ability for developers and testers create their own throwaway deployment of our product
Read post →
Cache dependencies in your Azure DevOps pipeline
Jun 2025

Cache dependencies in your Azure DevOps pipeline

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 post →
Azure DevOps Web Extensions with Vue
Mar 2025

Azure DevOps Web Extensions with Vue

Learn how to create an Azure DevOps extension using a statically generated Vue / Nuxt website and the VSS library
Read post →
Hosting an Azure Functions API for an Azure DevOps Extension
Mar 2025

Hosting an Azure Functions API for an Azure DevOps Extension

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 post →