DEV Community

benjamin profile picture

benjamin

404 bio not found

Joined Joined on 
I built a zero-dep CLI that finds unused dependencies — and is wrong less often than depcheck

I built a zero-dep CLI that finds unused dependencies — and is wrong less often than depcheck

1
Comments
3 min read
npm audit cries wolf. I built a zero-dep CLI that tells you what to actually fix

npm audit cries wolf. I built a zero-dep CLI that tells you what to actually fix

Comments
3 min read
A GPL dep can quietly poison your closed-source product. I built a tiny offline tool that catches it.

A GPL dep can quietly poison your closed-source product. I built a tiny offline tool that catches it.

Comments 1
3 min read
Every TODO in your codebase is lying about its age. So I built a CLI that blames them.

Every TODO in your codebase is lying about its age. So I built a CLI that blames them.

Comments 1
3 min read
git branch -d is fine — until the day you delete the wrong one

git branch -d is fine — until the day you delete the wrong one

Comments 1
4 min read
Your dev stack is 4 terminal tabs. It could be one labeled stream.

Your dev stack is 4 terminal tabs. It could be one labeled stream.

Comments 1
3 min read
I built a zero-dependency CLI that catches i18n drift (and knows your plural rules)

I built a zero-dependency CLI that catches i18n drift (and knows your plural rules)

Comments
4 min read
jq chokes on real-world log streams. So I built a tiny tool that doesn't.

jq chokes on real-world log streams. So I built a tiny tool that doesn't.

Comments
3 min read
I built a local dead-man's-switch for cron jobs (no server, no signup)

I built a local dead-man's-switch for cron jobs (no server, no signup)

Comments
3 min read
I built a 1-file CLI to catch .env drift before it causes production bugs

I built a 1-file CLI to catch .env drift before it causes production bugs

Comments
2 min read
loading...