📰 Dev.to · Gabriel Anhaia
Articles from Dev.to · Gabriel Anhaia · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10416)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Gabriel Anhaia
🔧 Backend Engineering
⚡ AI Lesson
21h ago
10 Go Mistakes That Survive Code Review (2026 Edition)
The 10 subtle Go bugs that pass go vet, pass tests, and ship to production. Updated for Go 1.26: no loop-variable retreads, no nil-map filler, just the mistakes

Dev.to · Gabriel Anhaia
🔧 Backend Engineering
⚡ AI Lesson
21h ago
Go Generics, 4 Years In: The 3 Cases Where They're the Right Answer
Generics shipped in Go 1.18. Four years later, the Go team has quietly written the best style guide that exists: the standard library itself. Here's what they g

Dev.to · Gabriel Anhaia
⚡ AI Lesson
21h ago
The 5 Ways Go Developers Misuse context.Context
A ctx parameter your function never reads from is worse than no ctx at all. The five context mistakes that pass code review, and what correct usage looks like i

Dev.to · Gabriel Anhaia
⚡ AI Lesson
21h ago
Goroutine Leaks in Go: The 4 Patterns and the New Profile in Go 1.26
Go 1.26 shipped a built-in goroutine leak profile almost nobody's talking about. Here's how it works, the 4 structural patterns that cause most leaks, and which

DeepCamp AI