Fixing a cache:clear command that couldn't run and couldn't be trusted

How Waaseyaa’s cache:clear command couldn’t even run in production, and how a hardcoded bin list quietly reported success while clearing the wrong cache entirely.

September 12, 2026 · 6 min · Russell

Automate your Dev.to presence with the Forem API

Build scripts that track your Dev.to analytics, surface unanswered comments, monitor follower growth, and engage with your community automatically.

March 23, 2026 · 8 min · Russell

Fix CLI Browser Hangs in WSL

Use BROWSER=echo to prevent CLI tools from hanging when they try to open a browser in WSL.

February 27, 2026 · 2 min · Russell

coaudit: AI-Powered Code Audits with GitHub Copilot CLI

A CLI that runs structured code audits using GitHub Copilot across dead code, architecture, selectors, routing, tests, and observability.

February 15, 2026 · 5 min · Russell

Testing Cobra CLI Apps in Go: A DI Approach

Learn how to effectively test Cobra CLI applications using dependency injection in Go, with practical examples and best practices.

July 24, 2024 · 2 min · Russell