Go in practice /
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...
Clasificación: | Libro Electrónico |
---|---|
Autores principales: | , |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Shelter Island, NY :
Manning Publications Co.,
[2016]
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- Part 1. Background and fundamentals. Getting into Go
- A solid foundation
- Concurrency in Go
- Part 2. Well-rounded applications. Handling errors and panic
- Debugging and testing
- Part 3. An interface for your applications. HTML and email template patterns
- Serving and receiving assets and forms
- Working with web services
- Part 4. Taking your applications to the cloud. Using the cloud
- Communication between cloud services
- Reflection and code generation.