📰 Dev.to · Kazu
8 articles · Updated every 3 hours · View all reads
All
Articles 87,123Blog Posts 108,005Tech Tutorials 21,585Research Papers 18,887News 14,388
⚡ AI Lessons

Dev.to · Kazu
3w ago
"How I Cut My Go Markdown Linter's Benchmark by 81%"
When I started optimizing gomarklint, I had no benchmarks. I had unit tests. I had coverage. But I...

Dev.to · Kazu
☁️ DevOps & Cloud
⚡ AI Lesson
3w ago
Catching Invisible Degradation in a Go OSS Project: 7 CI Checks Over 11 Months
Three days after a release, an issue arrived: "The install command doesn't work." A module path...

Dev.to · Kazu
1mo ago
grep Said 1,202. The Real Answer Was 10. — Introducing colref
When deleting a database column, I ran grep "\.html\b" across a Django codebase to check for...

Dev.to · Kazu
1mo ago
Beyond Lines: Announcing "gosemdiff" – A Logic-Aware Diff Tool for Go
Today marks a personal milestone: I have finally finished a massive, six-month-long refactoring of my...

Dev.to · Kazu
1mo ago
How I Built Inline Disable Comments for a Go Markdown Linter
If you've used ESLint, you've probably written // eslint-disable-next-line at least once. It's one of...

Dev.to · Kazu
⚡ AI Lesson
1mo ago
Markdown Linting in CI: markdownlint-cli2 vs gomarklint
You want to lint Markdown in CI. You add markdownlint-cli2. Then you realize your CI job needs a...

Dev.to · Kazu
3mo ago
I Built a Markdown Linter in Go — Here's How It Stacks Up Against markdownlint and remark-lint
Documentation breaks quietly. Trust erodes loudly. If you've worked on an engineering team...

Dev.to · Kazu
4mo ago
Beyond Lines: Announcing "gosemdiff" – A Logic-Aware Diff Tool for Go
Today marks a personal milestone: I have finally finished a massive, six-month-long refactoring of my...
DeepCamp AI