Mastering Go. Leverage Go's expertise for advanced utilities, empowering you to develop professional software - Fourth Edition - Helion
Tytuł oryginału: Mastering Go. Leverage Go's expertise for advanced utilities, empowering you to develop professional software - Fourth Edition
ISBN: 9781805122647
stron: 736, Format: ebook
Data wydania: 2024-03-29
Księgarnia: Helion
Cena książki: 149,00 zł
Mastering Go, now in its fourth edition, remains the go-to resource for real-world Go development. This comprehensive guide delves into advanced Go concepts, including RESTful servers, and Go memory management. This edition brings new chapters on Go Generics and fuzzy Testing, and an enriched exploration of efficiency and performance. As you work your way through the chapters, you will gain confidence and a deep understanding of advanced Go topics, including concurrency and the operation of the Garbage Collector, using Go with Docker, writing powerful command-line utilities, working with JavaScript Object Notation (JSON) data, and interacting with databases.
You will be engaged in real-world exercises, build network servers, and develop robust command-line utilities. With in-depth chapters on RESTful services, the WebSocket protocol, and Go internals, you are going to master Go's nuances, optimization, and observability. You will also elevate your skills in efficiency, performance, and advanced testing.
With the help of Mastering Go, you will become an expert Go programmer by building Go systems and implementing advanced Go techniques in your projects.
Osoby które kupowały "Mastering Go. Leverage Go's expertise for advanced utilities, empowering you to develop professional software - Fourth 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. Leverage Go's expertise for advanced utilities, empowering you to develop professional software - Fourth Edition eBook -- spis treści
- 1. A Quick Introduction to Go
- 2. Basic Go Data Types
- 3. Composite Data Types
- 4. Go Generics
- 5. Reflection and Interfaces
- 6. Go Packages and Functions
- 7. Telling a UNIX System What to Do
- 8. Go Concurrency
- 9. Building Web Services
- 10. Working with TCP/IP and WebSocket
- 11. Working with REST APIs
- 12. Code Testing and Profiling
- 13. Fuzz Testing and Observability
- 14. Efficiency and Performance
- 15. Changes in Recent Go Versions
- 16. Appendix