Blog

Page 3

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!

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?