• Open Daily: 10am - 10pm
    Alley-side Pickup: 10am - 7pm

    3038 Hennepin Ave Minneapolis, MN
    612-822-4611

Open Daily: 10am - 10pm | Alley-side Pickup: 10am - 7pm
3038 Hennepin Ave Minneapolis, MN
612-822-4611
Programming Backend with Go: Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem

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

Paperback

NetworkingProgramming

Publisher Price: $69.99

ISBN10: 8119177991
ISBN13: 9788119177998
Publisher: Gitforgits
Published: Apr 20 2024
Pages: 292
Weight: 1.11
Height: 0.61 Width: 7.50 Depth: 9.25
Language: English

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 integration, JWT for secure APIs, and more.

Also from

Braun, Julian

Also in

Programming