Skip to content

Commit

Permalink
Added "Mastering Go, 4th edition" (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeptillseven authored Apr 17, 2024
1 parent 461fe12 commit f8fd694
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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"/>
Expand All @@ -623,6 +617,12 @@ Let's Go teaches you step-by-step how to create fast, secure and maintainable we

Let’s 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/)

Expand Down

0 comments on commit f8fd694

Please sign in to comment.