Skip to content

Commit da9645d

Browse files
authored
Merge pull request #160 from rezmoss/master
updated the book entry for go at scale, go pattern now has a new name
2 parents d0efda0 + aea5794 commit da9645d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- [2024 - Build an Orchestrator in Go](#2024---build-an-orchestrator-in-go)
5959
- [2024 - Explore Go: Cryptography](#2024---explore-go-cryptography)
6060
- [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)
61-
- [2025 - Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](#2025---pro-go-patterns-advanced-function-design-concurrency-models-and-clean-code)
61+
- [2025 - Go at Scale: Patterns for Professional Development](#2025---go-at-scale-patterns-for-professional-development)
6262
- [Go with the Domain: Building Modern Business Software in Go *Free*](#go-with-the-domain-building-modern-business-software-in-go-free)
6363
- [Spaceship Go *Free*](#spaceship-go-free)
6464
- [Ultimate Go Notebook](#ultimate-go-notebook)
@@ -561,11 +561,11 @@ progressively building a blockchain from scratch in Go with gRPC. An interesting
561561
adventure that takes you from the foundational concepts and purpose through the technical design and
562562
implementation to the practical testing and usage of the proposed blockchain. Simple, yet non-trivial. Concise, yet detailed. Practical, yet well-grounded.
563563

564-
### 2025 - [Pro Go Patterns: Advanced Function Design, Concurrency Models, and Clean Code](https://www.amazon.com/dp/B0DW9JNCVV?ref_=ast_author_mpb)
564+
### 2025 - [Go at Scale: Patterns for Professional Development](https://rezmoss.com/go-at-scale/)
565565

566-
<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>
566+
<a href="https://rezmoss.com/go-at-scale/"><img src="https://rezmoss.com/images/go-at-scale-cover-1.jpg" width="120x"></a>
567567

568-
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.
568+
Go at Scale 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.
569569

570570

571571
### [Go with the Domain: Building Modern Business Software in Go](https://threedots.tech/go-with-the-domain/) *Free*

0 commit comments

Comments
 (0)