Tool libraries look fantastic. I didn't know about them before watching this video https://www.youtube.com/watch?v=YAniGCwoSv0 but I looked them up and I have a local one that started this year. What a cool way to reduce consumer trash.
Category: Tips & Tricks
Bits of information that are useful, but too small to count as an article.
The Two-Model UX Review: Stop UI From Sucking (on a Budget)
I’m building a side project — an offline-first PWA called Starchive where teams track appreciation with stars and hearts. Stars are admin-given points (gold, cashable).…
Watch out for Hades
According to Reddit, horrible people have made a nasty supply-chain attack called Hades: [Link] Looks like it’s marked at this time by: If you find…
prquicktest: Run Your PR’s Testing Instructions
We’ve been sneakily improving our manual verification process for server PRs over the past few weeks. Sneakily, because it hasn’t been planned, just experiments snuck…
Handling Increases in Test Code
Code written with AI agents gets substantially more robust when the agent has a feedback loop, like a good test suite. And agents like Claude…
Freeing Up Flow With Claude Code & Linear MCP
I’ve been experimenting with using Claude Code to create Linear issues instead of filling them out by hand, and it’s been a bigger workflow upgrade…
Claude Code Hooks for Fun and Focus
My attention wanders. A lot. I’ll kick off a Claude Code session, switch to check on something else, and 20 minutes later realize I’ve got…
Persuasive Resumes
Writing a resume after years of work can be tough, but don’t dismay! Get feedback, write convincingly, focus on specifics, and consider using AI to improve. Keep at it!
AI’s Not Trustworthy, But It Is Testworthy
Today as I hammered away on a code refactor with Cursor AI to migrate some Express endpoints to Next.js, I was met with the sad…
Debugging Flaky Tests
Oh no, the tests are failing. Wait, now they aren’t. Wait, only when I re-run the test it works. Wait, I just ran it from…
Are they the same object?
While debugging I needed to know if two references in two separate parts of my codebase were pointing to the same object in memory. According…