DEV Community

Discussion on: Building RESTful APIs in Golang

Collapse
 
x777 profile image
YD

Can you advise materials (course, book) for best practices for Web development in Go?

Collapse
 
martinheinz profile image
Martin Heinz

I actually haven't read any Go materials specifically for web dev. I read "The Go Pogramming Language" book, which is good for general Go knowledge. Beyond that, I would say that basic best practices for web dev are more or less same in all languages, so I would apply common patterns and approaches (from whatever you already know).

Collapse
 
x777 profile image
YD

Looks like for beginners Golang isn't best language) As you said "whatever you already know" and only after this you can go to Golang.