This site serves as more of a collection of bookmarks/reminders for me than anything useful for others.

Recent posts

Project Decomposition

7 minute read

As an architect, I frequently assist software engineers in breaking down project scope into manageable chunks. Here is one of the techniques I use.

One Rule to Build Them All

2 minute read

Every business is different, every codebase has debt that needs to be worked around. Any given project has different success criteria (budget vs. cost vs. sc...

A Simple Script Base

less than 1 minute read

Sometimes you just need a script that takes arguments. This is a simple script which will call different functions based on the first argument from the user.

Simple QR Code Command

less than 1 minute read

Sometimes you need to open a URL on your phone that you found on your company laptop but theres no simple way to send it between the two devices. This simple...

Bye-Bye GPG

1 minute read

So I have been using GPG to sign my Git commits for about 5 years now and every year, when my keys expire, it’s a nightmare to renew the keys for another yea...