📰 Dev.to · Areesh Zafar
Articles from Dev.to · Areesh Zafar · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9111)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog

Dev.to · Areesh Zafar
💻 AI-Assisted Coding
⚡ AI Lesson
7h 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
3d 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
4d 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