Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Marcello H
You could take a look at: https://mehdihadeli.github.io/awesome-go-education/ Op dinsdag 23 mei 2023 om 14:33:18 UTC+2 schreef Zhang Jie (Kn): > 1. https://go101.org, from beginner to true gopher > 2. go perf book, search it from github, this will teach you some > optimization techniques > 3. h

Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Zhang Jie (Kn)
1. https://go101.org, from beginner to true gopher 2. go perf book, search it from github, this will teach you some optimization techniques 3. here's a reading list about golang internals: https://hitzhangjie.notion.site/149643669e0846e6b8e3294d04a6df0d?v=e1cea88688ec4102ae5d9af8cf9ac4c7, ac

Re: [go-nuts] Help me study resources or guides

2023-05-23 Thread Zhang Jie (Kn)
Here're some good materials: 1. https://go101.org, after learning this, you will be a true gopher. 2. go语言设计实现,maybe there's no English version. When I learns golang, I want to know its internals, and I kept lots of good articles, here: https://www.notion.so/hitzhangjie/149643669e0846e6b8e3294d0

Re: [go-nuts] Help me study resources or guides

2023-05-03 Thread Kamil Ziemian
Hello, I now try to read "Go Language Specification", which you must read to became true Gopher. If you want to read this document, I offer all my help, but not overestimate me. Recently I even doubt if I'm programmer at all, maybe just advanced hobbyist. Because Go Spec my by too much for the

Re: [go-nuts] Help me study resources or guides

2023-05-02 Thread Rajesh Pandian
HI Nyilynn, I have watched Matt's Golang videos about concurrency and few others and I have to say it is Brilliant! I highly recommend it. (And Thank you Matt for the brilliant content!! ) If you are interested in books then "Learning Go" from O'reilly was also helpful to me. If you want sta

Re: [go-nuts] Help me study resources or guides

2023-04-28 Thread Matt KØDVB
You can find my video class at https://www.youtube.com/playlist?list=PLoILbKo9rG3skRCj37Kn5Zj803hhiuRK6; people seem to like it Matt > On Apr 26, 2023, at 9:45 PM, Nyilynn Htwe wrote: > > I am starting to learn GO programming language with this course >

[go-nuts] Help me study resources or guides

2023-04-27 Thread Nyilynn Htwe
I am starting to learn GO programming language with this course . Can you all guide me how to learn and how to be geek at Go? Thank you for reading -- You received this message because you are subscribed to the Google Groups "golang-nuts