Programming Backend with Go

by Julian Braun

★★★★☆
4.2 (567)

US$20.00

15% OFF CODE: SAVE15

Description

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 go