-
-
Save AlexRogalskiy/35b289e0449c4bd887289f460b52be4a to your computer and use it in GitHub Desktop.
Revisions
-
Rheola revised this gist
Aug 18, 2022 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -41,9 +41,9 @@ github - 🔶[CommonMistakes](https://github.com/golang/go/wiki/CommonMistakes) - [Awesome Go](https://awesome-go.com/#forms) - [yourbasic Go go-to guide](https://yourbasic.org/golang/) - [Gopher Guides](https://www.gopherguides.com/) - [The best Golang Learning Resources on the Web](https://golangresources.com/) - [Go by Example EN](https://gobyexample.com/) -
Rheola revised this gist
Dec 6, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -55,12 +55,12 @@ yourbasic - [Go Bootcamp](http://www.golangbootcamp.com/book) - [The Little Go Book](https://www.openmymind.net/The-Little-Go-Book/) - 🔶[Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) - [zetcode](https://zetcode.com/all/#go) - [golangprograms](https://www.golangprograms.com/golang-package-examples.html) ### Инструменты - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/) ### Book - [Book] "Язык программирования Go" Kernigan - [Book] Cox-Buday K. - Concurrency in Go - 2017 - [Book] Mastering Go: Create Golang production applications using network libraries, concurrency, machine learning, and advanced data structures, 2nd Edition (2019) -
Rheola revised this gist
Sep 12, 2021 . 1 changed file with 28 additions and 21 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -25,42 +25,49 @@ - [Golang: на что рассчитывать специалисту по Go в море IT-специальностей?](https://habr.com/ru/company/habr_career/blog/479666/) - [Параллелизм против многопоточности против асинхронного программирования: разъяснение](https://habr.com/ru/post/337528/) ### Статьи - [](https://nuancesprog.ru/tag/golang/) - [Что почитать про многопоточность и распараллеливание](http://www.1024cores.net/home/in-russian/cto-pocitat-pro-mnogopotocnost-i-rasparallelivanie) - [Конкурентность и параллелизм в Golang. Горутины.](https://nuancesprog.ru/p/5746/) - [30 лучших книг для освоения языка программирования Go](https://proglib.io/p/30-golang-books) ## На английском ### Мануалы и туториалы github - [A Huge Number of Go Examples, Exercises and Quizzes](https://github.com/inancgumus/learngo) - [Codeship Golang Best Practices](https://github.com/codeship/go-best-practices) - [Learning Go](https://github.com/miekg/gobook) - [Learning Go](https://github.com/miekg/learninggo) - 🔶[CommonMistakes](https://github.com/golang/go/wiki/CommonMistakes) yourbasic - [Awesome Go](https://awesome-go.com/#forms) - [Go go-to guide](https://yourbasic.org/golang/) - [Gopher Guides](https://www.gopherguides.com/) - [The best Golang Learning Resources on the Web](https://golangresources.com/) - [Go by Example EN](https://gobyexample.com/) - [Golang By Example EN](https://golangbyexample.com/) - [A weekly newsletter about the Go programming language](https://golangweekly.com/) - [Learning Go](https://www.miek.nl/go/) - [Go free book](https://devfreebooks.github.io/go/) - [Go Bootcamp](http://www.golangbootcamp.com/book) - [The Little Go Book](https://www.openmymind.net/The-Little-Go-Book/) - 🔶[Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) ### Инструменты - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/) ### Book - [Book] "Язык программирования Go" Kernigan - [Book] Cox-Buday K. - Concurrency in Go - 2017 - [Book] Mastering Go: Create Golang production applications using network libraries, concurrency, machine learning, and advanced data structures, 2nd Edition (2019) - [Book] Go Programming for Hackers and Pentesters (2020) - [Book] Distributed Services with Go. Your Guide to Reliable, Scalable, and Maintainable Systems (2020) - [Book] Go 101 - [Book] Hands-On Software Architecture with Golang: Design and architect highly scalable and robust applications using Go (2019) - [Book] Cloud Native Go: Building Reliable Services in Unreliable Environments (2021) - [Book] Network Programming with Go, Adam Woodbeck. (2021) - [Book] Black Hat Go, Tom Steele, Chris Patten, Dan Kottman (2020) -
Rheola revised this gist
Aug 24, 2021 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -51,4 +51,16 @@ yourbasic - 🔶[Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) ### Инструменты - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/) - https://golangbyexample.com// [Book] "Язык программирования Go" Kernigan [Book] Cox-Buday K. - Concurrency in Go - 2017 [Book] Mastering Go: Create Golang production applications using network libraries, concurrency, machine learning, and advanced data structures, 2nd Edition (2019) [Book] Go Programming for Hackers and Pentesters (2020) [Book] Distributed Services with Go. Your Guide to Reliable, Scalable, and Maintainable Systems (2020) [Book] Go 101 [Book] Hands-On Software Architecture with Golang: Design and architect highly scalable and robust applications using Go (2019) [Book] Cloud Native Go: Building Reliable Services in Unreliable Environments (2021) [Book] Network Programming with Go, Adam Woodbeck. (2021) [Book] Black Hat Go, Tom Steele, Chris Patten, Dan Kottman (2020) -
Rheola revised this gist
Aug 20, 2021 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,4 +50,5 @@ yourbasic - 🔶[CommonMistakes](https://github.com/golang/go/wiki/CommonMistakes) - 🔶[Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) ### Инструменты - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/) - https://golangbyexample.com// -
Rheola revised this gist
Feb 8, 2021 . 1 changed file with 17 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,6 +7,7 @@ - [golangs.org](https://golangs.org/) - [Go в примерах](https://gobyexample.ru/) - [Kodazm](https://kodazm.ru/) - [Модели конкурентности в Go. Конвейеры.](https://kodazm.ru/articles/modeli-konkurentnosti-v-go/#.YCGQXmNn1TY) - [Введение в программирование на Go](http://golang-book.ru/) - [Маленькая книга о Go](https://sefus.ru/little-go-book/) - [Go digitalocean](https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-macos-ru) @@ -22,17 +23,31 @@ - [Как устроены каналы в Go](https://habr.com/ru/post/308070/) - [Go: Хороший, плохой, злой](https://habr.com/ru/company/mailru/blog/353790/) - [Golang: на что рассчитывать специалисту по Go в море IT-специальностей?](https://habr.com/ru/company/habr_career/blog/479666/) - [Параллелизм против многопоточности против асинхронного программирования: разъяснение](https://habr.com/ru/post/337528/) ### Статьи - [](https://nuancesprog.ru/tag/golang/) - [Что почитать про многопоточность и распараллеливание](http://www.1024cores.net/home/in-russian/cto-pocitat-pro-mnogopotocnost-i-rasparallelivanie) - [Конкурентность и параллелизм в Golang. Горутины.](https://nuancesprog.ru/p/5746/) - [30 лучших книг для освоения языка программирования Go](https://proglib.io/p/30-golang-books) ## На английском ### Мануалы и туториалы yourbasic - [Awesome Go](https://awesome-go.com/#forms) - [Go go-to guide](https://yourbasic.org/golang/) - [Gopher Guides](https://www.gopherguides.com/) - [The best Golang Learning Resources on the Web](https://golangresources.com/) - [Go by Example EN](https://gobyexample.com/) - [A weekly newsletter about the Go programming language](https://golangweekly.com/) - [A Huge Number of Go Examples, Exercises and Quizzes](https://github.com/inancgumus/learngo) - [Learning Go](https://www.miek.nl/go/) - [Learning Go](https://github.com/miekg/gobook) - [Learning Go](https://github.com/miekg/learninggo) - [Go free book](https://devfreebooks.github.io/go/) - [Go Bootcamp](http://www.golangbootcamp.com/book) - [The Little Go Book](https://www.openmymind.net/The-Little-Go-Book/) - 🔶[CommonMistakes](https://github.com/golang/go/wiki/CommonMistakes) - 🔶[Go Concurrency Patterns: Pipelines and cancellation](https://blog.golang.org/pipelines) ### Инструменты - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/) -
Rheola revised this gist
Jan 20, 2021 . No changes.There are no files selected for viewing
-
Rheola revised this gist
Jan 15, 2021 . 1 changed file with 10 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,20 +10,28 @@ - [Введение в программирование на Go](http://golang-book.ru/) - [Маленькая книга о Go](https://sefus.ru/little-go-book/) - [Go digitalocean](https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-macos-ru) - [Блог о языке программирования Go](https://golang-blog.blogspot.com/) ### Хабр - [Внутренности Go: оборачиваем переменные цикла в замыкании](https://habr.com/ru/company/badoo/blog/468863/) - [Линтеры в Go. Как их готовить. Денис Исаев](https://habr.com/ru/post/457970/) - [Статический анализ в Go: как мы экономим время при проверке кода](https://habr.com/ru/company/roistat/blog/413175/) - [Введение в систему модулей Go](https://habr.com/ru/post/421411) - [Зачем в Go амперсанд и звёздочка (& и *)?](https://habr.com/ru/post/339192/) - [Как устроены каналы в Go](https://habr.com/ru/post/308070/) - [Go: Хороший, плохой, злой](https://habr.com/ru/company/mailru/blog/353790/) - [Golang: на что рассчитывать специалисту по Go в море IT-специальностей?](https://habr.com/ru/company/habr_career/blog/479666/) ### Статьи - [](https://nuancesprog.ru/tag/golang/) ## На английском ### Мануалы и туториалы - [Awesome Go](https://awesome-go.com/#forms) - [Go go-to guide](https://yourbasic.org/golang/) - [Gopher Guides](https://www.gopherguides.com/) - [The best Golang Learning Resources on the Web](https://golangresources.com/) - [Go by Example EN](https://gobyexample.com/) - [A weekly newsletter about the Go programming language](https://golangweekly.com/) -
Rheola revised this gist
Jan 15, 2021 . 1 changed file with 12 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,23 +4,27 @@ ### Мануалы и туториалы - [golangs.org](https://golangs.org/) - [Go в примерах](https://gobyexample.ru/) - [Kodazm](https://kodazm.ru/) - [Введение в программирование на Go](http://golang-book.ru/) - [Маленькая книга о Go](https://sefus.ru/little-go-book/) - [Go digitalocean](https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-macos-ru) ### Хабр - [Внутренности Go: оборачиваем переменные цикла в замыкании](https://habr.com/ru/company/badoo/blog/468863/) - [Линтеры в Go. Как их готовить. Денис Исаев](https://habr.com/ru/post/457970/) - [Статический анализ в Go: как мы экономим время при проверке кода](https://habr.com/ru/company/roistat/blog/413175/) - [Введение в систему модулей Go ](https://habr.com/ru/post/421411) ## На английском ### Мануалы и туториалы - [Awesome Go](https://awesome-go.com/#forms) - [Go go-to guide](https://yourbasic.org/golang/) - [The best Golang Learning Resources on the Web](https://golangresources.com/) - [Go by Example EN](https://gobyexample.com/) - [A weekly newsletter about the Go programming language](https://golangweekly.com/) - [A Huge Number of Go Examples, Exercises and Quizzes](https://github.com/inancgumus/learngo) -
Rheola revised this gist
Jan 15, 2021 . 1 changed file with 21 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,12 +1,26 @@ # Материалы по Go (golang) ## На русском языке ### Мануалы и туториалы - [golangs.org](https://golangs.org/) - [Kodazm](https://kodazm.ru/) - [Введение в программирование на Go](http://golang-book.ru/) - [Маленькая книга о Go](https://sefus.ru/little-go-book/) - [Go by Example EN](https://gobyexample.com/) - [A weekly newsletter about the Go programming language](https://golangweekly.com/) - [Go digitalocean](https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-macos-ru) ### Хабр - [Внутренности Go: оборачиваем переменные цикла в замыкании](https://habr.com/ru/company/badoo/blog/468863/) - [Линтеры в Go. Как их готовить. Денис Исаев](https://habr.com/ru/post/457970/) - [Статический анализ в Go: как мы экономим время при проверке кода](https://habr.com/ru/company/roistat/blog/413175/) - [Введение в систему модулей Go ](https://habr.com/ru/post/421411) -
Rheola created this gist
Jan 14, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ https://golangs.org/ https://kodazm.ru/ Маленькая книга о Go https://sefus.ru/little-go-book/ habr Внутренности Go: оборачиваем переменные цикла в замыкании https://habr.com/ru/company/badoo/blog/468863/