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

Dev.to · Areesh Zafar
💻 AI-Assisted Coding
⚡ AI Lesson
4d ago
sql.Open() doesn't open anything
We all know the basic drill of connecting a db in Go: func main(){ //... dsn := flag.String("dsn",...

Dev.to · Areesh Zafar
1w ago
(Golang)You've Been Calling It a Handler Wrong All Along
When routing in go, we attach a normal function to a router and call it a handler, for example...

Dev.to · Areesh Zafar
1w ago
How Go's Server Multiplexer Actually Works
What is ServeMux in Go? ServeMux is a request router that decides which function should...
DeepCamp AI