stockpile logo image

stockpile: know what’s in your arsenal

At some point, I stopped knowing what was on my Mac. A tool here, a dependency my agent dropped in there. Collectively, a mystery. I was losing track. To help, I created stockpile.

Claude code mascot

So I Put My AI Skills in a Marketplace

Everyone's building custom skills for their AI coding assistants right now. Commit helpers, linting rules, project scaffolding. Little markdown files that make Claude Code do things your way instead of the default way. I've been doing the same thing. But the more skills I wrote, the more I wanted them to follow me between machines…

Three AIs Missed It. One Human Didn’t

I had done everything right. Or at least, everything the current playbook says to do. Used AI to fill the gaps, reviewed it myself, then handed it off to more AI.

close up shot of keyboard buttons

npm uninstall humans

In software, a dependency is a risk you accept. It's a package you didn't write, maintained by someone you've never met, that can break your entire application if it disappears. Good engineering means knowing which dependencies are worth the risk and which ones aren't. Right now, I'm watching our industry decide that people aren't worth…

The AI Productivity Paradox

Satya Nadella said AI would fuel a "creative revolution." GitHub told us Copilot would let developers "focus on creative and strategic work." Sam Altman measures ChatGPT's success by the percentage of human work it can accomplish. So why am I spending more time reviewing and fixing AI output than I ever imagined?

A pile of various craftsperson tools

Craft Doesn’t Define My Work

Lately, I've been questioning one of the more beloved words in our industry: "craft." It shows everywhere - in portfolios, product copy, and job listings. But is it helping us describe what we do? I think craft might be the wrong fit for modern design and development.

DEV Logo

Plight of the UXD

Phenomenal article on the unique position UXDs are in within the tech industry. A must-read by the always thought-provoking Quinton Jason Jr.

Dreamweaver Logo

Removing Line Breaks in Dreamweaver

Ok ok, I know what you're thinking. You still use Dreamweaver!? The quick answer is: I use the tool that fits the job when I need it. So yes sometimes!

multiple devices icons

Mobile First & Responsive… Finally!

Since the introduction of Responsive web design, it's irked me that my site didn't look appropriate on different devices and screen sizes. While I know that browsing the web on a mobile device is growing like crazy, it has been a while since I've spent any time working on my own site. I'm happy to…

Anchor Links and Fixed Headers

Offsetting Anchor Links with a Fixed Header

I ran into an issue recently where I wanted to use anchors to jump to different sections within a long web page. The problem was every time I clicked the page would jump, but a fixed header would cover part of each section's content.