Add Pro Go Patterns (#156)

* Pro Go Patterns

* Pro Go Patterns
This commit is contained in:
Rez Moss
2025-02-06 21:27:41 -05:00
committed by GitHub
parent ae896f2278
commit 6c05409e21
+8
View File
@@ -57,6 +57,7 @@
- [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go) - [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go)
- [2024 - Explore Go: Cryptography](#2024---explore-go-cryptography) - [2024 - Explore Go: Cryptography](#2024---explore-go-cryptography)
- [2024 - Practical guide for building a blockchain from scratch in Go with gRPC](#2024---practical-guide-for-building-a-blockchain-from-scratch-in-go-with-grpc-free) - [2024 - Practical guide for building a blockchain from scratch in Go with gRPC](#2024---practical-guide-for-building-a-blockchain-from-scratch-in-go-with-grpc-free)
- [2025 - Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](#2025---pro-go-patterns-advanced-function-design-concurrency-models-and-clean-code)
- [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free) - [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free)
- [Spaceship Go *Free*](#spaceship-go-free) - [Spaceship Go *Free*](#spaceship-go-free)
- [Ultimate Go Notebook](#ultimate-go-notebook) - [Ultimate Go Notebook](#ultimate-go-notebook)
@@ -552,6 +553,13 @@ progressively building a blockchain from scratch in Go with gRPC. An interesting
adventure that takes you from the foundational concepts and purpose through the technical design and adventure that takes you from the foundational concepts and purpose through the technical design and
implementation to the practical testing and usage of the proposed blockchain. Simple, yet non-trivial. Concise, yet detailed. Practical, yet well-grounded. implementation to the practical testing and usage of the proposed blockchain. Simple, yet non-trivial. Concise, yet detailed. Practical, yet well-grounded.
### 2025 - [Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](https://www.amazon.com/dp/B0DW9JNCVV?ref_=ast_author_mpb)
<a href="https://www.amazon.com/dp/B0DW9JNCVV?ref_=ast_author_mpb"><img src="https://m.media-amazon.com/images/I/61JkL-4aXsL._SL1500_.jpg" width="120x"></a>
Pro Go Patterns is your comprehensive guide to writing scalable, maintainable, and efficient Go code. Moving beyond the basics, this book dives deep into advanced patterns and practices used in real-world applications.
### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free* ### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free*
<a href="https://threedots.tech/go-with-the-domain/"><img src="https://threedots.tech/img/go-with-domain-cover-160-retina.jpg" width="120px"/></a> <a href="https://threedots.tech/go-with-the-domain/"><img src="https://threedots.tech/img/go-with-domain-cover-160-retina.jpg" width="120px"/></a>