All
Articles 181,059Blog Posts 165,069Tech Tutorials 48,448Research Papers 35,698News 22,588
⚡ AI Lessons

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
My Claude Code Skills in Production: What the Audit Taught Me
9 skills in production. The audit put them under the microscope: length, salience dilution, long-context drift. What holds, what falls apart, and why the search

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
2mo ago
Claude Code Hooks: Real Examples (PostToolUse, Stop, PreToolUse)
Copy-paste Claude Code hook examples: auto-format after edits, block dangerous commands, and the Stop hook that forces a final check without an infinite loop. R

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
2mo ago
Learn JavaScript with Claude in 2026: build real skills, not AI dependency
How to use Claude to learn JavaScript without becoming dependent: closures, event loop, async/await — the workflow to understand before copying.

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
3mo ago
AI + TMDB: 3 Passes to Match Torrent Posters — Prompt Iteration With Real Numbers
How to build a 3-pass AI pipeline to match torrent names to TMDB posters. Measured iteration on 290 real entries: from 72 false positives to 9, with exact promp

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
3mo ago
Building a Side Project with AI Pair Programming: Lessons Learned with Sharebox
What it really looks like to develop a project from scratch with an AI as a permanent pair — architecture decisions, real limits, patterns that work. Lessons le

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
3mo ago
Reinstalling your Claude Code environment on a new machine
Everything Claude knows about how you work lives in ~/.claude/ — and it doesn't sync. How to rebuild your global CLAUDE.md, reference files, statusline and plug

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
3mo ago
Generate Claude Code skills from your git history
Your git log and memory files are the most honest source for creating custom Claude Code skills. How to audit them, identify recurring patterns, and write skill

Dev.to · Odilon HUGONNOT
💻 AI-Assisted Coding
⚡ AI Lesson
3mo ago
AI does exactly what you ask — that's the problem
Bug fix, new feature, refactoring, code review: each dev task has its own prompt template. I tested and scored dozens of formulations — here's what actually wor
DeepCamp AI