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…

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!

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…

GitHub Projects “OR” in filter

GitHub sure doesn’t make it obvious, but you can filter issues in the the new Projects with an “or” operator in between conditions by joining…

GitHub CoPilot is Good at SQL

I’m reminded how quickly life can change when I check my blog and see that the last posts were about spending all of my time…