Automation
How I Wrote a Python Script to Parse Google Timeline Data Instead of Just Installing a Mileage App
How I reverse-engineered Google Maps Timeline JSON data with a Python script to extract months of business mileage instead of installing a tracking app.
Trello Planner Doesn't Mark You as Busy in Google Calendar. Here's How to Fix It.
Trello Planner creates Focus Time events that don't mark you as busy in Google Calendar. A free Google Apps Script fixes it in five minutes.
Finding Broken Links in WordPress: A WP-CLI Approach
A database-first approach to link checking that skips the crawler overhead and firewall conflicts.
Building a Personal Workflow in 10 Minutes with Claude
How a morning voice dump into Google Calendar became a reusable AI-powered task management workflow.
Never Update "Years of Experience" Again: Dynamic Shortcodes in WordPress
How to replace hardcoded year references with shortcodes that calculate automatically, so your content stays current without manual updates.
AI-Assisted Content Migration: From Discovery to Deployment
How Claude Code handled a WordPress content update from database analysis through safe deployment, with minimal human intervention.
Backfilling Git Release History: Adding Tags and a Changelog to an Existing Repo
How to use AI to retroactively add semantic version tags and a proper changelog to a project that shipped without them.
Automating Client Documentation with AI: A Practical Workflow
Turn documentation from a dreaded chore into a 30-minute task using AI-assisted workflows.
From MVP to Production: Iterating with Claude Code
How a 7-minute MVP evolved into a full-featured UptimeRobot management tool through iterative AI-assisted development