Skip to content

Commit 6c05409

Browse files
authored
Add Pro Go Patterns (#156)
* Pro Go Patterns * Pro Go Patterns
1 parent ae896f2 commit 6c05409

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
- [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go)
5858
- [2024 - Explore Go: Cryptography](#2024---explore-go-cryptography)
5959
- [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)
60+
- [2025 - Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](#2025---pro-go-patterns-advanced-function-design-concurrency-models-and-clean-code)
6061
- [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free)
6162
- [Spaceship Go *Free*](#spaceship-go-free)
6263
- [Ultimate Go Notebook](#ultimate-go-notebook)
@@ -552,6 +553,13 @@ progressively building a blockchain from scratch in Go with gRPC. An interesting
552553
adventure that takes you from the foundational concepts and purpose through the technical design and
553554
implementation to the practical testing and usage of the proposed blockchain. Simple, yet non-trivial. Concise, yet detailed. Practical, yet well-grounded.
554555

556+
### 2025 - [Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](https://www.amazon.com/dp/B0DW9JNCVV?ref_=ast_author_mpb)
557+
558+
<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>
559+
560+
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.
561+
562+
555563
### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free*
556564

557565
<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>

0 commit comments

Comments
 (0)