📰 Dev.to · Alexander Mia
5 articles · Updated every 3 hours · View all reads
All
Articles 67,371Blog Posts 99,885Tech Tutorials 16,278Research Papers 13,812News 12,538
⚡ AI Lessons

Dev.to · Alexander Mia
⚡ AI Lesson
1w ago
I Used to Love Python's Magic. Now I Default to Go.
I loved Python for a long time. The abstractions. Custom DSLs with that gamified syntax feel....

Dev.to · Alexander Mia
🔧 Backend Engineering
⚡ AI Lesson
2w ago
I Hid a Web Server on My Coworker's MacBook to Make It Talk. Eight Years Later, He Still Locks His Screen.
Around 2018, I sat across from a coworker — let's call him D — who had a habit of stepping away for...

Dev.to · Alexander Mia
2w ago
I Built a Dataclass in 25 Lines of Python. Then I Found Three Bugs.
Python's @dataclass is great, but it is a decorator. You sprinkle it on, you get __init__, __eq__,...

Dev.to · Alexander Mia
2w ago
I Built Rust-Style ADTs in 30 Lines of Python (Pattern Matching Works)
Sum types — also called tagged unions or algebraic data types — are the feature I miss most when I...

DeepCamp AI