Book Details Author: Jeremy Saenz Publisher: Gitbook Published: November 2014 Number of pages: 39 If you are reading this then you have just started your journey from noob to pro. No seriously, web programming in Go is so fun and easy that you won’t even notice how much information you are learning along the way! Topics included: - Introduction - Go Makes Things Simple - The net/http package - Creating a Basic Web App - Deployment - URL Routing - Middleware - Rendering - Testing - Controllers - Databases - Tips and Tricks - Moving Forward.
Чтобы скачать этот файл зарегистрируйтесь и/или войдите на сайт используя форму сверху.
Manning, 2016. — 314 p. — ISBN: 9781633430075 Go in Practice guides you through 70 real-world techniques in key areas like package management, microservice communication, and more. Following a cookbook-style Problem/Solution/Discussion format, this practical handbook builds on the foundational concepts of the Go language and introduces specific strategies you can use in your...
Manning, 2016. — 314 p. — ISBN: 9781617292569.
Go Web Programming teaches you how to build web applications in Go using modern design principles. You’ll learn how to implement the dependency injection design pattern for writing test doubles, use concurrency in web applications, and create and consume JSON and XML in web services. Along the way, you’ll discover how to minimize...
Packt Publishing, 2017. — 353 p. — ISBN10: 1786468662, ISBN13: 978-1786468666. Code files Microservice architecture is sweeping the world as the de facto pattern to build web-based applications. Golang is a language particularly well suited to building them. Its strong community, encouragement of idiomatic style, and statically-linked binary artifacts make integrating it with...
PE Press, 2015. — 136 p. in color. — ISBN: N\A Go, commonly referred to as golang, is a programming language initially developed at Google in 2007. This book helps you to get started with Go programming. It describes all the elements of the language and illustrates their use with code examples. The following is highlight topics in this book: Development Environment Go...
Packt Publishing, 2017. — 672 p. Function literals, Monads, Lazy evaluation, Currying, and more Functional programming is a popular programming paradigm that is used to simplify many tasks and will help you write flexible and succinct code. It allows you to decompose your programs into smaller, highly reusable components, without applying conceptual restraints on how the software...
Apress, 2016. — 289 p. — ISBN: 978-1-4842-1053-6. Код примеров к книге выложен здесь. Take a deep dive into web development using the Go programming language to build web apps and RESTful services to create reliable and efficient software. Web Development with Go provides Go language fundamentals and then moves on to advanced web development concepts and successful deployment...