All
Articles 129,064Blog Posts 133,903Tech Tutorials 33,365Research Papers 25,152News 18,269
⚡ AI Lessons

Dev.to · Mike Lane
🤖 AI Agents & Automation
⚡ AI Lesson
2mo ago
Teaching Claude to Stop Reaching for git diff — git-prism v0.7.0
The problem: AI agents and git muscle memory Claude Code has git-prism registered as an...

Dev.to · Mike Lane
2mo ago
My Claude Code status bar colors rate-limit bars by pace, not fill
Most Claude Code status bars render a flat string: model · tokens used. Mine renders two lines, and...

Dev.to · Mike Lane
📐 ML Fundamentals
⚡ AI Lesson
4mo ago
Your Mutation Testing Tool Should Make You Explain Yourself
Every team that adopts mutation testing hits the same wall around week two. The tool generates a...

Dev.to · Mike Lane
⚡ AI Lesson
4mo ago
Announcing pytest-gremlins v1.3.0
Mutation Testing That Actually Fits Into Your Workflow Mutation testing tools (mutmut,...

Dev.to · Mike Lane
5mo ago
Your Tests Pass. But Would They Catch This Bug?
You have 90% code coverage, green CI, and you ship. A user reports that >= should have been >....

Dev.to · Mike Lane
🏗️ Systems Design & Architecture
5mo ago
Dioxide v2.0.0: Clean Architecture Made Simple
TL;DR: Dioxide is a dependency injection framework for Python that makes hexagonal architecture the...

Dev.to · Mike Lane
🏗️ Systems Design & Architecture
6mo ago
dioxide v1.1.2: Multi-Binding for Plugin Systems
Collection injection lands in dioxide - inject all implementations of a port as a list for plugin systems, pipelines, and extensible architectures.
DeepCamp AI