📰 Dev.to · Maxi Contieri
20 articles · Updated every 3 hours · View all reads
All
Articles 67,240Blog Posts 99,885Tech Tutorials 16,254Research Papers 13,808News 12,532
⚡ AI Lessons

Dev.to · Maxi Contieri
5d ago
AI Coding Tip 021 - Avoid Comprehension Debt
Stop shipping code you can't explain. TL;DR: Merging code you don't understand creates...

Dev.to · Maxi Contieri
2w ago
AI Coding Tip 019 - Tell the AI Why, Not Just What
State your reasons before your prompt and the AI will solve the right problem. TL;DR: Tell the AI...

Dev.to · Maxi Contieri
2w ago
AI Coding Tip 018 - Use Voice-Driven-Development
Talk twice as fast as you type, and create richer prompts with less effort. TL;DR: Dictate your...

Dev.to · Maxi Contieri
1mo ago
AI Coding Tip 017 - Ask for the Analyst, Not the Analysis
When you have a lot of data to analyze, Ask for a tool, not a summary. TL;DR: Ask the AI to write a...

Dev.to · Maxi Contieri
💻 AI-Assisted Coding
⚡ AI Lesson
1mo ago
AI Coding Tip 016 - Feed Your PR Lessons into the AI Brain
Your PR descriptions are training data for your future self, and for every agent after you. TL;DR:...

Dev.to · Maxi Contieri
1mo ago
AI Coding Tip 015 - Force the AI to Obey You
Don't let your most important instructions drown in context noise TL;DR: Bury critical rules and AI...

Dev.to · Maxi Contieri
1mo ago
Code Smell 319 - Hardcoded Stateless Properties
Don't turn collaborators into permanent roommates TL;DR: You should avoid storing stateless utility...

Dev.to · Maxi Contieri
1mo ago
AI Coding Tip 014 - Use Nested AGENTS.md Files
Context is precious. Don't waste it. TL;DR: Split your AGENTS.md into layered files so your AI...

Dev.to · Maxi Contieri
2mo ago
AI Coding Tip 013 - Use Progressive Disclosure
Structure your skills so the AI loads only the files it needs. Split complexity across modular files...

Dev.to · Maxi Contieri
4mo ago
AI Coding Tip 003 - Force Read-Only Planning
Think first, code later TL;DR: Set your AI code assistant to read-only state before it touches your...

Dev.to · Maxi Contieri
8mo ago
Code Smell 310 - Vague Date Naming
When 'date' doesn't tell you what you need to know TL;DR: Use descriptive date names that reveal...

Dev.to · Maxi Contieri
1y ago
From Helpful to Harmful: How AI Recommendations Destroyed My OS
Why you should always be in control TL;DR: Always stay in control when using AI tools. Blind trust...

Dev.to · Maxi Contieri
1y ago
Code Smell 294 - Implicit Return
Your language adds clever features. Making YOU more obsolete TL;DR: Overusing implicit returns...

Dev.to · Maxi Contieri
1y ago
Code Smell 292 - Missing Return
When your code loses its way TL;DR: Missing return statements cause unexpected behavior. ...

Dev.to · Maxi Contieri
1y ago
Code Smell 284 - Encrypted Functions
Cryptic Code is Bad Code TL;DR: Avoid obfuscated functions in your code. This article is based on...

Dev.to · Maxi Contieri
1y ago
Code Smell 260 - Crowdstrike NULL
Avoiding the Null Trap in Privilege Mode Drivers TL;DR: Using null pointers in critical code can...

Dev.to · Maxi Contieri
3y ago
Code Smell 192 - Optional Attributes
You need to model something optional. Have you tried collections? TL;DR: Collections are fantastic....

Dev.to · Maxi Contieri
4y ago
TDD Conference 2021 - Test-Driven Development on Legacy Systems - Maximiliano Contieri
First International Test Driven Development took place on July 10th. In this series, I will include...

Dev.to · Maxi Contieri
4y ago
TDD Conference 2021 - Agile Pain Relief Through Technical Excellence - James Grenning
First International Test Driven Development took place on July 10th. In this series, I will include...

Dev.to · Maxi Contieri
4y ago
TDD Conference 2021 - Want More Value Faster? Take Many More Much Smaller Steps - GeePaw Hill
First International Test Driven Development took place on July 10th. In this series, I will include...
DeepCamp AI