§ tools · scripts · gists

Small things,
still useful.

Single-purpose scripts that solved a real problem at least once. Each one ships with a write-up explaining the problem and the approach — and the source, in full, where it makes sense.

§01

utilities

01
Broken Links WP-CLI

Database-first link checker for WordPress — skips crawler overhead and firewall conflicts. Generates an HTML report.

02
Trello Planner Calendar Fix

Apps Script that promotes Trello Planner Focus Time events to busy state in Google Calendar.

03
Google Timeline Mileage

Python script parsing Google Maps Timeline JSON to extract business mileage for tax deductions.

§02

philosophy

// Three rules for what ends up here:

if (solved.aProblem === "more than once") keep.it();
if (writing.itDown.helps("the next person")) ship.it();
if (it.depends.on("a client's data")) return private;

// That's it. No portfolio padding, no resume bait.