Blog

How to run a powershell script as part of a Git hook

How to run a powershell script as part of a Git hook

  • 2024-03-09
  • 3 minutes to read

Ever wanted to run a powershell script as part of a Git Hook? Well you can! This post explains how you do it.

Read More
Why does my markdown header not appear has a header

Why does my markdown header not appear has a header

  • 2024-03-03
  • 3 minutes to read

Sometimes my markdown headers don't work and I have ignored it and fixed it manually for way too long. Why is this happening?

Read More
Running SQL Server on macOS Silicon natively using Docker

Running SQL Server on macOS Silicon natively using Docker

  • 2024-03-01
  • 3 minutes to read

It is really easy to run the SQL Server database engine natively on macOS silicon using Docker for local development.

Read More
Microsoft Certified Trainer 2024

Microsoft Certified Trainer 2024

  • 2024-03-01
  • 3 minutes to read

I have recently been awarded the Microsoft Certified Trainer accreditation for 2024 permitting me to provide training towards Microsoft certifications.

Read More
How to update the remote URL of a Git repository

How to update the remote URL of a Git repository

  • 2024-02-24
  • 4 minutes to read

You need to update the URL for the remote repository. In this post I will explain to you how to do it.

Read More
Connect to and authenticate with Azure from Github Actions

Connect to and authenticate with Azure from Github Actions

  • 2024-02-19
  • 8 minutes to read

How to set up authentication between Github Actions and Azure to allow you to run DevOps tasks securely and efficiently.

Read More