Programming Backend with Go: Build robust and scalable backends for Your applicati... - Printable Version +- Softwarez.Info - Software's World! (https://softwarez.info) +-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone) +--- Forum: E-Books (https://softwarez.info/Forum-E-Books) +--- Thread: Programming Backend with Go: Build robust and scalable backends for Your applicati... (/Thread-Programming-Backend-with-Go-Build-robust-and-scalable-backends-for-Your-applicati) |
Programming Backend with Go: Build robust and scalable backends for Your applicati... - AD-TEAM - 06-18-2024
pdf | 8.23 MB | English | Isbn:9788119177455 | Author: Julian Braun | Year: 2024
About ebook: Programming Backend with Go: Build robust and scalable backends for your applications using the efficient and powerful tools of the Go ecosystem Quote: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. |