4d ago · 8 min read · Every deployment has the standard tasks — install dependencies, build assets, run migrations, cache configuration, restart queue workers. Deploynix handles all of these automatically. But your application might need more. Maybe you need to seed speci...
Join discussion
Mar 25 · 1 min read · Claude Code recently changed their hooks format, and if you haven't updated your project settings, you'll see this cryptic error: hooks: Expected array, but received undefined Files with errors are skipped entirely, not just the invalid settings. The...
Join discussionMar 23 · 5 min read · Every Intersection Observer tutorial on the internet has the same bug. They just don't know it yet. The pattern goes like this: create a ref, attach it to your element, set up an IntersectionObserver
Join discussion
Mar 15 · 4 min read · Misconfigure a single Claude Code hook and you get an agent that loops 25 times. This is what happened while writing a book about Claude Code using Claude Code. Out of 26 sessions and 147 tool calls, exactly three sessions produced anything useful. T...
Join discussionMar 3 · 8 min read · Git Hooks and Pre-commit Tools: Husky, Lefthook, and lint-staged Git hooks are scripts that run automatically at specific points in the Git workflow -- before a commit, before a push, after a merge. They are the last line of defense against committin...
Join discussion