Posts tagged programming
There are 15 posts in this category. You can also view all tags.
2025
Another Site Rewrite
The why and the how behind my latest site rewrite.
Python-style kwargs in TypeScript
A pain-free way to write expressive, readable typed option bags in TypeScript.
2024
Versioning as Communication
Talking through why choosing a versioning scheme is of vital importance and why SemVer is the best option for most.
Backdating my Exercism Repo
How I used jq and Rust to build a repo of my Exercism solutions that showed how they evolved over time
Quirky Behavior of the `cp` Command
Copying a file to a folder is not always as simple as it seems.
2021
⭐Python Dataclasses from Scratch
Learn about Python's dataclass module and implement a working version from scratch!
2020
On the Storing of Dates
In all of my personal record keeping, I use a slightly unusual method of tracking the date. Learn how I do it and what problems it solves
2017
Bogosort in Practice
If you actually implemented Bogosort, how bad could it be?