Useful / toolbox
Tools and notes I use often.
Copy-ready prompts and short web fixes. No account, no setup, just the useful part.
Browse collections
9 itemsAll useful things
Search by title, topic, or tag.
9 results
- PromptsCode Review PartnerTurns an AI into a senior reviewer that reports real defects with a failure scenario, instead of praising your diff.#dev#code-review#quality
- How ToFree a Port a Dead Dev Server Still HoldsEADDRINUSE when nothing is running — how to find the real owner of a port and kill it, without guessing at PIDs.#cli#node#debugging
- PromptsBug Report RewriterTurns a vague user complaint into a reproducible ticket — steps, expected vs actual, and the questions still unanswered.#dev#support#writing
- How ToShip a Fix Users Can't See (Service Worker Edition)You deployed, you hard-refreshed, they still get the old page. How the service worker update cycle actually works, and how to force it.#pwa#debugging#web
- PromptsSEO Blog OutlinePlans an article around what the reader is actually trying to do — search intent first, headings second, keyword stuffing never.#writing#seo#marketing
- How ToStop the Page Jumping While It LoadsLayout shift is almost always four causes. How to find which one you have in about a minute, and the CSS that fixes each.#css#performance#web
- PromptsCommit Message WriterReads a staged diff and writes a Conventional Commit that explains why the change exists, not what the lines say.#dev#git#workflow
- How ToTruncate Text Without Breaking the LayoutOne line, several lines, and the flexbox trap that makes ellipsis silently stop working.#css#web
- PromptsUI Microcopy RewriterRewrites buttons, empty states and error messages so they say what happens next — with three options per string, not one.#design#writing#ux