Julian Braun
Broschiertes Buch

Programming Backend with Go

Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem

Versandkostenfrei!
Versandfertig in 1-2 Wochen
54,99 €
inkl. MwSt.
Weitere Ausgaben:
PAYBACK Punkte
27 °P sammeln!
Quickly introducing readers to Go and its ecosystem, the book walks them through installing and creating a development environment with VS Code. Next, it takes a baby step into learning the basics of building web servers with the net/http package, going over topics like routing, handling various HTTP methods, and the structures of requests and responses. Path variables, regex-based routing, custom handlers, and middleware are some of the advanced routing topics covered, which uses the robust gorilla/mux package. The book then moves on to user authentication, covering topics such as OAuth2 inte...