Skip to content

Commit 9eaac32

Browse files
authored
Add Updated Edition for O'Reilly Idiomatic Go (#144)
* Update README.md * Update README.md * Update README.md * Update README.md
1 parent 677f5fc commit 9eaac32

File tree

1 file changed

+20
-17
lines changed

1 file changed

+20
-17
lines changed

README.md

+20-17
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
- [2019 - The Go Workshop](#2019---the-go-workshop)
1212
- [2019 - Head First Go](#2019---head-first-go)
1313
- [2020 - How to Code in Go](#2020---how-to-code-in-go)
14-
- [2021 - Learning Go: An Idiomatic Approach to Real-World Go Programming](#2021---learning-go-an-idiomatic-approach-to-real-world-go-programming)
1514
- [2022 - Go, from the beginning *Free*](#2022---go-from-the-beginning-free)
1615
- [2022 - Practical Go Lessons *Free*](#2022---practical-go-lessons-free)
1716
- [2022 - Pro Go](#2022---pro-go)
@@ -25,6 +24,7 @@
2524
- [2023 - Learn Go with Pocket-Sized Projects](#2023---learn-go-with-pocket-sized-projects)
2625
- [2023 - Go Faster](#2023---go-faster)
2726
- [2023 - Shipping Go](#2023---shipping-go)
27+
- [2024 - Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](#2024---learning-go-an-idiomatic-approach-to-real-world-go-programming-2nd-edition)
2828
- [Advanced Books](#advanced-books)
2929
- [2018 - Hands-On Dependency Injection in Go](#2018---hands-on-dependency-injection-in-go)
3030
- [2018 - Security with Go](#2018---security-with-go)
@@ -143,22 +143,6 @@ Based on the latest research in cognitive science and learning theory, HeadFirst
143143
This book is designed to introduce you to writing programs with the Go programming language. You’ll learn how to write useful tools and applications that can run on remote servers, or local Windows, macOS, and Linux systems for development. Available in [epub](https://assets.digitalocean.com/books/how-to-code-in-go.epub) and [pdf](https://assets.digitalocean.com/books/how-to-code-in-go.pdf).
144144

145145

146-
### 2021 - [Learning Go: An Idiomatic Approach to Real-World Go Programming](https://www.amazon.de/-/en/Jon-Bodner/dp/1492077216)
147-
148-
<img src="https://learning.oreilly.com/library/cover/9781492077206/250w/" width="120px"/>
149-
150-
Go is rapidly becoming the preferred language for building web services. While there are plenty of tutorials available that teach Go's syntax to developers with experience in other programming languages, tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go.
151-
152-
No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. You'll also get a preview of Go's upcoming generics support and how it fits into the language.
153-
154-
- Learn how to write idiomatic code in Go and design a Go project
155-
- Understand the reasons for the design decisions in Go
156-
- Set up a Go development environment for a solo developer or team
157-
- Learn how and when to use reflection, unsafe, and cgo
158-
- Discover how Go's features allow the language to run efficiently
159-
- Know which Go features you should use sparingly or not at all
160-
161-
162146
### 2022 - [Go, from the beginning](https://leanpub.com/go-from-the-beginning) *Free*
163147
<img src="https://d2sofvawe08yqg.cloudfront.net/go-from-the-beginning/s_hero?1651955611" width="120px">
164148

@@ -276,6 +260,25 @@ In Shipping Go you will learn how to:
276260
- Scale your deployment in a cost-effective way
277261
- Deliver a culture of continuous improvement
278262

263+
### 2024 - [Learning Go: An Idiomatic Approach to Real-World Go Programming, 2nd Edition](https://www.amazon.de/-/en/Jon-Bodner/dp/1098139291)
264+
265+
<img src="https://learning.oreilly.com/library/cover/9781098139285/250w/" width="120px"/>
266+
267+
Go has rapidly become the preferred language for building web services. Plenty of tutorials are available to teach Go's syntax to developers with experience in other programming languages, but tutorials aren't enough. They don't teach Go's idioms, so developers end up recreating patterns that don't make sense in a Go context. This practical guide provides the essential background you need to write clear and idiomatic Go.
268+
269+
No matter your level of experience, you'll learn how to think like a Go developer. Author Jon Bodner introduces the design patterns experienced Go developers have adopted and explores the rationale for using them. This updated edition also shows you how Go's generics support fits into the language.
270+
271+
This book helps you:
272+
273+
- Write idiomatic code in Go and design a Go project
274+
- Understand the reasons behind Go's design decisions
275+
- Set up a Go development environment for a solo developer or team
276+
- Learn how and when to use reflection, unsafe, and cgo
277+
- Discover how Go's features allow the language to run efficiently
278+
- Know which Go features you should use sparingly or not at all
279+
- Use Go's tools to improve performance, optimize memory usage, and reduce garbage collection
280+
- Learn how to use Go's advanced development tools
281+
279282

280283

281284
## Advanced Books

0 commit comments

Comments
 (0)