Blog

Page 4

Docker Containers and my Adventures in Versioning and Tagging - Part II
11 April 2020

What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?

Docker Containers and my Adventures in Versioning and Tagging
10 April 2020

What's the best way to version, and tag, your code and containers so you know which commits actually make it to production?

Running Your Test Suite in Azure DevOps On A Mac Build Agent And Publishing The Results
21 March 2020

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!

C# 8.0 - Switch Expressions
01 February 2020

Switch 'expressions' are a more concise version of a switch 'statement' that was released in C# 8.0. Let's take a look!

My Blogging Process - Part 2
24 January 2020

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

My Blogging Process - Part 1
21 January 2020

Somewhat of a 'meta' post, but here's how I get new blog posts into the world!

Xamarin Forms - Debouncing an Entry Field
18 January 2020

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

The Software Developers' Dictionary - Debounce
18 January 2020

Let's take a look at the definition of 'debounce', a term used in software development, that doesn't exist in modern language dictionaries.

Getting Started with Xamarin.Forms, Prism, and Unity
29 December 2019

Let's go over what I just went through recently to get a new Xamarin.Forms project stood up with Prism and and Unity (for IoC/DI).