✕ Clear all filters
12 articles
▶ Videos →

📰 Dev.to · Aaron Maxwell

12 articles · Updated every 3 hours · View all reads

All Articles 131,075Blog Posts 136,076Tech Tutorials 33,950Research Papers 25,448News 18,608 ⚡ AI Lessons
Is Python High Level Or Low Level?
Dev.to · Aaron Maxwell 📐 ML Fundamentals ⚡ AI Lesson 2mo ago
Is Python High Level Or Low Level?
Imagine you need to fill a list with square numbers - or more complex objects, but we'll just use...
Dark Python Patterns
Dev.to · Aaron Maxwell ⚡ AI Lesson 2mo ago
Dark Python Patterns
Here are some terrible ideas you should avoid at all costs: Import Everything Avert your...
So Does AI Boost Coding Speed Or Not?
Dev.to · Aaron Maxwell 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
So Does AI Boost Coding Speed Or Not?
Marc Andreessen, a former revolutionary software engineer and now venture capitalist at Andreessen...
Deterministic AI
Dev.to · Aaron Maxwell ⚡ AI Lesson 2mo ago
Deterministic AI
The enthusiasm around AI has been focused on large language models for years now. For quite a few...
"Prime Testable" Code
Dev.to · Aaron Maxwell ⚡ AI Lesson 2mo ago
"Prime Testable" Code
What is the EASIEST Python code to test? Because writing unit tests is a superpower. It's great....
Emergent Abstractions
Dev.to · Aaron Maxwell 2mo ago
Emergent Abstractions
Here's an interesting class, from a program I wrote: from datetime import ( date, ...
What To Optimize For With Coding Agents
Dev.to · Aaron Maxwell 💻 AI-Assisted Coding ⚡ AI Lesson 2mo ago
What To Optimize For With Coding Agents
When you start to use agentic coding tools - like Claude Code, or OpenAI Codex, or OpenCode - it can...
Pandas' secret mini-language
Dev.to · Aaron Maxwell 2mo ago
Pandas' secret mini-language
The DataFrame class (from Pandas) is a work of art. Even if you never "do data", priceless lessons...