Project
Vita ↗
Vita is a tool for digital gardening: creating, tending, and publishing a collection of notes.
Project
1pux-to-pass ↗
A tool to import data from 1Password 8 into pass, a simple password manager.
Project
nextcloud-caddy-docker ↗
Deploy a containerised Nextcloud server with automatic HTTPS via Caddy.
Post
Comments are asynchronous communication
Self-explanatory code is a worthwhile goal, but comments are a helpful way to share knowledge between developers asynchronously.
Post
Method length and scope
Method length is not a design attribute, but the length of a method depends on its design.
Post
Make it right, then make it fast
How and when to design for improved performance.