I had three broken / failed AzureDevOps service connections that I could not remove via the UI. I finally figured it out using AzureDevOps API. Read on to find out how!
What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?
What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?
How do you run your test suite in Azure DevOps, while using a Mac build agent, and then publish the results? Read on to find out!
Switch 'expressions' are a more concise version of a switch 'statement' that was released in C# 8.0. Let's take a look!
Another 'meta' post about blogging, but in this article, we'll take a look at the automation I've built around my blog for spreading the word on the social medias
Somewhat of a 'meta' post, but here's how I get new blog posts into the world!
While adding a search-as-you-type input to our Xamarin.Forms application, I wanted to 'debounce' it to save network requests. Read on to find out how I did it
Let's take a look at the definition of 'debounce', a term used in software development, that doesn't exist in modern language dictionaries.