Blog

Add checklists to your peer review process through templates

Add checklists to your peer review process through templates

  • 2024-05-22
  • 5 minutes to read

One useful tool to standardise your peer review process is to create a pull request template. This is really easy to achieve in both Azure DevOps and Github.

Read More
Hugo live reload constantly keeps reloading

Hugo live reload constantly keeps reloading

  • 2024-05-18
  • 3 minutes to read

I have run into an issue from time to time where Hugo's live reload feature keeps reloading the page. This is how I fixed it.

Read More
Creating Mermaid diagrams in markdown using vscode

Creating Mermaid diagrams in markdown using vscode

  • 2024-05-17
  • 7 minutes to read

My blog theme supports mermaid. Mermaid is a visual diagram syntax, so I wanted to test it out in vscode.

Read More
T-SQL Tuesday #174 My favourite job interview question

T-SQL Tuesday #174 My favourite job interview question

  • 2024-05-14
  • 4 minutes to read

This is my 12th contribution to TSQL Tuesday, the data community blog party. Have a read, and why not join in next time!

Read More
Using Brewfile to Share Homebrew Configs across machines

Using Brewfile to Share Homebrew Configs across machines

  • 2024-05-14
  • 4 minutes to read

I have found Brewfile to be a useful tool for producing a dotfile, which allows me to share my Homebrew configuration between machines.

Read More
Connecting to a Postgres database with Azure Data Studio

Connecting to a Postgres database with Azure Data Studio

  • 2024-05-09
  • 2 minutes to read

You can connect to a Postgres database using Azure Data Studio with the help of the Postgres extension.

Read More