Added "Mastering Go, 4th edition" (#146)

master
Christoph Jasinski 2 weeks ago committed by GitHub
parent 461fe1235b
commit f8fd6943bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -65,9 +65,9 @@
- [2021 - Creative DIY Microcontroller Projects with TinyGo and WebAssembly](#2021---creative-diy-microcontroller-projects-with-tinygo-and-webassembly)
- [2021 - Distributed Services with Go Your Guide to Reliable, Scalable, and Maintainable Systems](#2021---distributed-services-with-go-your-guide-to-reliable-scalable-and-maintainable-systems)
- [2021 - Build Systems with Go: Everything a Gopher Must Know](#2021---build-systems-with-go-everything-a-gopher-must-know)
- [2021 - Mastering Go, 3rd edition](#2021---mastering-go-3rd-edition)
- [2023 - Let's Go!](#2023---lets-go)
- [2023 - Let's Go Further](#2023---lets-go-further)
- [2024 - Mastering Go, 4rd edition](#2024---mastering-go-4rd-edition)
- [Web Development with Go: Learn to Create Real World Web Applications using Go](#web-development-with-go-learn-to-create-real-world-web-applications-using-go)
- [Wasm Cooking with Golang](#wasm-cooking-with-golang)
- [Generative Art in Go](#generative-art-in-go)
@ -605,12 +605,6 @@ Take your Go skills to the next level by learning how to design, develop, and de
The Go ecosystem is helping developers to build distributed and scalable systems efficiently. If you plan to jump into this fascinating world, you must know how Go can help you to build REST APIs, use SQL/NoSQL databases, data streaming platforms, gRPC, design your own CLIs, or how to log your programs efficiently just to mention a few. *Build Systems with GO: Everything a Gopher Must Know* is split into two blocks: the first explores the Go language and its standard library, the second one provides the reader with examples and explanations of the most powerful libraries to be used in any Go development. With more than 200 detailed and straight-forward examples [available at GitHub](https://github.com/juanmanuel-tirado/savetheworldwithgo), this book helps early adopters and experienced developers to have a real view of what a system built with Go looks like.
### 2021 - [Mastering Go, 3rd edition](https://www.packtpub.com/product/mastering-go-third-edition/9781801079310)
<img src="https://raw.githubusercontent.com/mactsouk/mastering-Go-3rd/main/B17194.png" width="120px"/>
This is the 3rd edition of Mastering Go. There exist many exciting new topics in this latest edition including writing RESTful services, working with the Websocket protocol, using GitHub Actions and GitLab Actions for Go projects as well as an entirely new chapter on Generics and the development of lots of practical utilities.
### 2023 - [Let's Go!](https://lets-go.alexedwards.net/)
<img src="https://lets-go.alexedwards.net/sample/assets/img/cover.png" width="120px"/>
@ -623,6 +617,12 @@ Let's Go teaches you step-by-step how to create fast, secure and maintainable we
Lets Go Further helps you extend and expand your knowledge of Go — taking you beyond the basics and guiding you through advanced patterns for developing, managing and deploying APIs and web applications. By the end of the book you'll have all the knowledge you need to create robust and professional APIs which act as backends for SPAs and native mobile applications, or function as stand-alone services.
### 2024 - [Mastering Go, 4rd edition](https://www.packtpub.com/en-us/product/mastering-go-9781805127147)
<img src="https://content.packt.com/_/image/original/B21003/cover_image.jpg" width="120px"/>
This is the 4rd edition of Mastering Go. There exist many exciting new topics in this latest edition including writing RESTful services, working with the Websocket protocol, using GitHub Actions and GitLab Actions for Go projects as well as an entirely new chapter on Generics and the development of lots of practical utilities.
### [Web Development with Go: Learn to Create Real World Web Applications using Go](https://www.usegolang.com/)

Loading…
Cancel
Save