SQL Window Functions Finally Make Sense

June 03, 2024

Window functions were the SQL feature I avoided for years because the syntax looked intimidating. Then I actually learned them and realised I’d been writing unnecessarily convoluted subqueries for a decade.

Read More

Getting Started with Docker: A Practical Introduction

March 12, 2024

If you’ve been hearing about Docker for a while but haven’t taken the plunge, this post is for you. Docker is a platform that lets you package your application and all its dependencies into a standardised unit called a container. Containers are lightweight, portable, and consistent — which means if it runs on your machine, it’ll run anywhere.

Read More