
Interactive Chord Finder: A Free Scale and Chord Explorer
A while back I started building a small tool to help me figure out which chords belong to a given scale. What began as a …

A while back I started building a small tool to help me figure out which chords belong to a given scale. What began as a …

For many years I’ve been writing code, but it wasn’t until recently that I realised I had been using …

Often times we encounter the need to adapt layouts significantly between mobile and desktop views. A common requirement …

In the world of terminal applications, colour and styling are essential for creating user-friendly interfaces, …

Right, just arrived in New York… wow, it’s absolute madness here straight away, love it! 😎 My hotel is literally just …


Welcome to my blog! Here’s a sample code block with python:
1def greet(name: str) -> str:
2 …