Most teams don't know how many feature flags are in their codebase.
They know they have some. They think they cleaned up most. They're not sure about the rest.
One command changes that:
npx flaglint audit ./src
Enter fullscreen mode
Most teams don't know how many feature flags are in their codebase. They know they have some. They...
Most teams don't know how many feature flags are in their codebase.
They know they have some. They think they cleaned up most. They're not sure about the rest.
One command changes that:
npx flaglint audit ./src
Enter fullscreen mode

The codebase had 2 years of feature PRs and zero security audits. In 30 minutes, a fresh ESLint run surfaced 6 distinct…

A few weeks back I inherited an old Node.js project and spent half a day grepping package.json trying...

How a student developer built a provider-agnostic, sandbox-safe CLI tool that scans repos...

I built a CLI that scans codebases — stack detection, dependency mapping, convention analysis,...

Originally posted on getcommit.dev. In October 2021, ua-parser-js was used by Facebook, Microsoft,...

Last week I ran out of disk space mid-deploy. That annoying "Your startup disk is almost full"...