Skip to content

Instantly share code, notes, and snippets.

@AlexRogalskiy
Forked from Rheola/library.md
Created November 24, 2024 10:40
Show Gist options
  • Select an option

  • Save AlexRogalskiy/35b289e0449c4bd887289f460b52be4a to your computer and use it in GitHub Desktop.

Select an option

Save AlexRogalskiy/35b289e0449c4bd887289f460b52be4a to your computer and use it in GitHub Desktop.

Revisions

  1. @Rheola Rheola revised this gist Aug 18, 2022. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions library.md
    Original file line number Diff line number Diff line change
    @@ -41,9 +41,9 @@ github
    - 🔶[CommonMistakes](https://github.com/golang/go/wiki/CommonMistakes)


    yourbasic

    - [Awesome Go](https://awesome-go.com/#forms)
    - [Go go-to guide](https://yourbasic.org/golang/)
    - [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/)
  2. @Rheola Rheola revised this gist Dec 6, 2021. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions library.md
    Original 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)
  3. @Rheola Rheola revised this gist Sep 12, 2021. 1 changed file with 28 additions and 21 deletions.
    49 changes: 28 additions & 21 deletions library.md
    Original 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)
    ### Статьи
    - [](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/)
    - [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/)
    - https://golangbyexample.com//

    ### 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)
    - [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)
  4. @Rheola Rheola revised this gist Aug 24, 2021. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion library.md
    Original 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//
    - 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)
  5. @Rheola Rheola revised this gist Aug 20, 2021. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion library.md
    Original 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/)
    - [GolangCI-Lint is a linters aggregator](https://golangci-lint.run/)
    - https://golangbyexample.com//
  6. @Rheola Rheola revised this gist Feb 8, 2021. 1 changed file with 17 additions and 2 deletions.
    19 changes: 17 additions & 2 deletions library.md
    Original 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)
    - [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/)
  7. @Rheola Rheola revised this gist Jan 20, 2021. No changes.
  8. @Rheola Rheola revised this gist Jan 15, 2021. 1 changed file with 10 additions and 2 deletions.
    12 changes: 10 additions & 2 deletions library.md
    Original 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/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/)
  9. @Rheola Rheola revised this gist Jan 15, 2021. 1 changed file with 12 additions and 8 deletions.
    20 changes: 12 additions & 8 deletions library.md
    Original 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 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)


    ## На английском

    ### Мануалы и туториалы

    - [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)
  10. @Rheola Rheola revised this gist Jan 15, 2021. 1 changed file with 21 additions and 7 deletions.
    28 changes: 21 additions & 7 deletions library.md
    Original file line number Diff line number Diff line change
    @@ -1,12 +1,26 @@
    https://golangs.org/
    https://kodazm.ru/
    # Материалы по Go (golang)

    Маленькая книга о Go
    https://sefus.ru/little-go-book/
    ## На русском языке

    ### Мануалы и туториалы

    habr

    Внутренности Go: оборачиваем переменные цикла в замыкании

    https://habr.com/ru/company/badoo/blog/468863/
    - [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)


  11. @Rheola Rheola created this gist Jan 14, 2021.
    12 changes: 12 additions & 0 deletions library.md
    Original 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/