Mastering Go - Third Edition - Helion
Tytuł oryginału: Mastering Go - Third Edition
ISBN: 9781801073011
stron: 682, Format: ebook
Data wydania: 2021-08-31
Księgarnia: Helion
Cena książki: 134,10 zł (poprzednio: 149,00 zł)
Oszczędzasz: 10% (-14,90 zł)
Mastering Go is the essential guide to putting Go to work on real production systems. This freshly updated third edition includes topics like creating RESTful servers and clients, understanding Go generics, and developing gRPC servers and clients.
Mastering Go was written for programmers who want to explore the capabilities of Go in practice. As you work your way through the chapters, you'll gain confidence and a deep understanding of advanced Go concepts, including concurrency and the operation of the Go Garbage Collector, using Go with Docker, writing powerful command-line utilities, working with JavaScript Object Notation (JSON) data, and interacting with databases. You'll also improve your understanding of Go internals to optimize Go code and use data types and data structures in new and unexpected ways.
This essential Go programming book will also take you through the nuances and idioms of Go with exercises and resources to fully embed your newly acquired knowledge.
With the help of Mastering Go, you'll become an expert Go programmer by building Go systems and implementing advanced Go techniques in your projects.
Osoby które kupowały "Mastering Go - Third Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Mastering Go. Harness the power of Go to build professional utilities and concurrent servers and services - Third Edition eBook -- spis treści
- 1. A Quick Introduction to Go
- 2. Basic Go Data Types
- 3. Composite Data Types
- 4. Reflection and Interfaces
- 5. Go Packages and Functions
- 6. Telling a UNIX System What to Do
- 7. Go Concurrency
- 8. Building Web Services
- 9. Working with TCP/IP and WebSocket
- 10. Working with REST APIs
- 11. Code Testing and Profiling
- 12. Working with gRPC
- 13. Go Generics
- 14. Appendix