📰 Dev.to · Aaron Maxwell
11 articles · Updated every 3 hours · View all reads
All
Articles 80,172Blog Posts 103,824Tech Tutorials 19,550Research Papers 17,534News 13,707
⚡ AI Lessons

Dev.to · Aaron Maxwell
1w ago
If You Are Overwhelmed, It's Because You Are Not Setting Boundaries
Do any of the following describe you: Working longer hours than you expected Agreeing to things you...

Dev.to · Aaron Maxwell
2w ago
How To "Market" Yourself As A Tech Pro
As you build your technical skills, your next step is to create your own open-source software...

Dev.to · Aaron Maxwell
3w ago
First Principles
Every domain of human activity has its own first principles. These are the foundational concepts,...

Dev.to · Aaron Maxwell
3w 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...

Dev.to · Aaron Maxwell
3w ago
Dark Python Patterns
Here are some terrible ideas you should avoid at all costs: Import Everything Avert your...

Dev.to · Aaron Maxwell
💻 AI-Assisted Coding
⚡ AI Lesson
3w ago
So Does AI Boost Coding Speed Or Not?
Marc Andreessen, a former revolutionary software engineer and now venture capitalist at Andreessen...

Dev.to · Aaron Maxwell
⚡ AI Lesson
1mo ago
Deterministic AI
The enthusiasm around AI has been focused on large language models for years now. For quite a few...

Dev.to · Aaron Maxwell
1mo ago
"Prime Testable" Code
What is the EASIEST Python code to test? Because writing unit tests is a superpower. It's great....

Dev.to · Aaron Maxwell
1mo ago
Emergent Abstractions
Here's an interesting class, from a program I wrote: from datetime import ( date, ...

Dev.to · Aaron Maxwell
💻 AI-Assisted Coding
⚡ AI Lesson
1mo 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...

Dev.to · Aaron Maxwell
1mo ago
Pandas' secret mini-language
The DataFrame class (from Pandas) is a work of art. Even if you never "do data", priceless lessons...
DeepCamp AI