Blog

Page 3

Installing Docker, and Docker-Compose, in WSL2/Ubuntu on Windows
02 September 2021

Since Docker Desktop has a new subscription model, I needed a way to run docker and docker-compose, without subscribing. That's easier said than done on Windows, though, so WSL2 to the rescue!

Real-Time UI Updates with Postgres and SignalR
16 May 2021

In this post, I'll discuss how I sent new database records to the UI with Postgres and SignalR.

GitKraken Git GUI How-To: Committing Changes
20 June 2020

In this post, we'll take a look at how to commit your changes inside the GitKraken Git GUI application.

GitKraken Git GUI How-To: Add & Remove Files
30 May 2020

In this post, we're going to look at how you add new files - and remove them - to be committed in the GitKraken Git GUI.

GitKraken Git GUI How-To: Cloning a Repository
09 May 2020

In this tutorial, I'm going to show you how to use the GitKraken Git GUI to clone a repository

Git Tag Based Released Process Using GitHub Actions
08 May 2020

In this post, we're going to take a look at using Git Tags and Conditional Steps in GitHub Actions to create a release process.

Clean Coding in C# - Part I
30 April 2020

The first post in a new series about what I consider to be 'clean code' (using C#, of course). In this one, let's take a look at conditionals (if/else statements)

Building .NET Framework Applications with Github Actions
21 April 2020

After spending way too much time figuring it all out, I now have a Github Action that can build my .NET Framework web application - and deploy it to Azure!

Deleting Failed AzureDevOps Service Connections
19 April 2020

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!