Azure Kubernetes Service (AKS) and Flux – ii – Flux with Empty Repository

Configuring a repo to use with Flux including NGINX Ingress Controller, Cert-Manager and a demo application.

Azure Kubernetes Service (AKS) and Flux – i – Introduction and AKS Cluster Setup

Setting up a low cost AKS cluster running two nodes and relatively low cost VMs.

PowerShell TDD with Pester – Adding More Rules (part 3 of 3)

This final article will cover reading mocked files and retrieving the version number from the CSProj or Chart.yaml file.

PowerShell TDD with Pester – Adding More Rules (part 2 of 3)

Adding more rules to the version number generator to handle things like bug fixes to major versions, pre-release labels and build labels

PowerShell TDD with Pester – Setup and Basic Tests (part 1 of 3)

This article is covering how I built a function to generate a new version number for a NuGet package based upon the version number is a csproj file and the latest published version.

Test Driven Development (TDD) – C# – Finishing the App (part 5 of 5)

This fourth and final article will add some error handling to the blog list retrieval and also populate the BlogPostEntry object with values from the API.

Test Driven Development (TDD) – C# – Blazor Server with bUnit (part 4 of 5)

In this third article on building an app using TDD, we’ll build a blog list component and add it to the default page. We’ll be using bUnit for the testing of this component.

Test Driven Development (TDD) – C# – Faking the Configuration (part 3 of 5)

This follow up article to part i of my TDD learning project will cover using the Options pattern (with IOptions) to read your configuration as well as User Secrets for sensitive storage of keys.

Test Driven Development (TDD) – C# – API Calling (part 2 of 5)

An overview of my first TDD project that was an attempt to do a real application and not just a demo like the commonly used FizzBuzz example.

Test Driven Development (TDD) – C# – Introduction and Setup (part 1 of 5)

An overview of my first TDD project that was an attempt to do a real application and not just a demo like the commonly used FizzBuzz example.