All
Articles 133,787Blog Posts 138,257Tech Tutorials 34,731Research Papers 25,953News 18,883
⚡ AI Lessons

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
GitHub Actions won't tell you your CI is getting worse. I built a zero-dep CLI that does.
GitHub Actions shows you one run at a time. Green check, red X, green check, green check, red X. You...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
A reformatted PR shows 80 changed lines but changed nothing — I built a zero-dep diff that sees through it
Someone runs the formatter, the line width changes, and suddenly the pull request touches 80 lines....

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Is that timestamp in seconds or milliseconds? I built a zero-dep CLI that just tells you — both directions.
You find a timestamp in a log line: 1718750000123. Is that seconds? Milliseconds? You reach for...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Your git history is already your changelog — I built a zero-dep CLI to extract it
You ship a release. You mean to write the changelog "later." Three weeks pass, someone asks "what...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
I committed a 200 MB file once. Never again — so I built a zero-dep pre-commit guard.
Everyone has a version of this story. Mine: I git add -A'd in a hurry, a stray build artifact came...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Two branches, the same migration number, one broken deploy. I built a zero-dep linter for that.
Here's a failure I've now watched happen on three different teams. Two people branch off main. Alice...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Your dev stack is 4 terminal tabs. It could be one labeled stream.
The daily ritual for anyone running more than one process in local dev: a terminal tab for the web...

Dev.to · benjamin
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
I built a 1-file CLI to catch .env drift before it causes production bugs
Almost every developer has fought .env issues. They're silent, annoying, and they only show up after...
DeepCamp AI