Main Site
All Categories
Explore topics and browse articles by category.
5 Category
Language Ecosystems
Choosing and configuring code-quality tooling per language — JavaScript/TypeScript, Python, Go, Rust — and migrating between tools.
3 posts
Linting Basics
What linters actually do and how to use them well — rules, severities, autofix, and keeping the signal without the noise.
2 posts
Formatters & Code Style
Automatic code formatting: what formatters do that linters don't, ending style debates, and adopting a formatter without churn.
1 posts
Static Analysis
Tools that find bugs without running your code — how analysis works, what type checkers add, and where deeper analyzers earn their keep.
1 posts
CI & Workflow Integration
Enforcing code quality where it sticks: editor feedback, pre-commit hooks, CI gates, and keeping checks fast on large repos.
1 posts