├── .travis.yml ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── dummy.go └── gopher.png /.travis.yml: -------------------------------------------------------------------------------- 1 | language: ruby 2 | rvm: 2.2 3 | before_script: gem install awesome_bot 4 | script: awesome_bot README.md --allow-ssl --allow-redirect -w amazon.com,travis-ci 5 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Contribuições 2 | 3 | ### Por onde começar? 4 | 5 | **1.** Verifique se a informação que deseja adicionar não está na lista. 6 | > Isso evita conteúdo duplicado 7 | 8 | ### Regras 9 | 10 | Para manter a ordem, precisamos seguir algumas regras: 11 | 12 | **1.** Verifique se o link corresponde com o título. 13 | > E se o mesmo não está quebrado 14 | 15 | **2.** Mantenha tudo em ordem. 16 | > É fácil, basta lembrar da regra: Nível, Idioma, Título. 17 | 18 | **3.** Adicione títulos e descrições que expliquem seu commit. 19 | > Nos ajuda entender o que você fez e encontrar essa alteração quando for aceita. 20 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License (MIT) 2 | 3 | Copyright (c) 2017 Geilton Xavier 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |
2 |
3 |
Central de conhecimento sobre Go e afins.
8 | 9 | Uma lista contendo cursos, livros, blogs, palestras, etc. Inspirada em [aprenda-rubyonrails](https://github.com/felipeorlando/aprenda-rubyonrails). 10 | 11 | 12 |13 | Cursos • 14 | Livros • 15 | Blogs • 16 | Palestras • 17 | Screencasts • 18 | Eventos ativos • 19 | Comunidades • 20 | Feeds • 21 | Podcasts • 22 | Gophers 23 |
24 | 25 | ## :mortar_board: Cursos 26 | 27 | **Legenda:** 28 | 29 | - :green_heart:: Básico 30 | - :large_orange_diamond:: Intermediário 31 | - :red_circle:: Avançado 32 | 33 | Curso | Escola/Site | Nível | Assunto | Pago/Gratuito 34 | :-- | :-- | :--: | :--: | :--: 35 | [Aprenda a programar em Go ](https://www.udemy.com/cursodego/) | Jeff Prestes/Udemy | :green_heart: | Go | :moneybag: 36 | [Go Básico](https://www.treinaweb.com.br/curso/go-basico) | Treinaweb | :green_heart: | Go | :moneybag: 37 | [Curso Go: Iniciando com a linguagem do Google](https://cursos.alura.com.br/course/golang) | Alura | :green_heart: | Go | :moneybag: 38 | [Go Hands On](https://github.com/crgimenes/Go-Hands-On) | Cesar Gimenes/GitHub | :green_heart: | Go | :free: 39 | [Iniciando com Go para Web](https://www.schoolofnet.com/curso-iniciando-com-go-para-web/) | School of Net | :green_heart: | Go | :free: 40 | [Introdução a Linguagem Go (Golang)](https://www.youtube.com/watch?v=SyNz6uos_qA&list=PLXFk6ROPeWoAvLMyJ_PPfu8oF0-N_NgEI) | EuProgramador/YouTube | :green_heart: | Go | :free: 41 | [Aprenda Go](https://www.youtube.com/playlist?list=PLCKpcjBB_VlBsxJ9IseNxFllf-UFEXOdg) | Ellen Korbes/YouTube | :green_heart: | Go | :free: 42 | [Creating Web Applications with Go](https://app.pluralsight.com/library/courses/creating-web-applications-go-update) | Pluralsight | :large_orange_diamond: | Go | :moneybag: 43 | [Building Distributed Applications with Go](https://app.pluralsight.com/library/courses/go-build-distributed-applications) | Pluralsight | :red_circle: | Go | :moneybag: 44 | 45 | 46 | 47 | [Ir para o índice](#Índice) 48 | 49 | ## :book: Livros 50 | 51 | Título | Assunto | Nível | Formato | Pago/Gratuito | Idioma 52 | :-- | :--: | :--: | :--: | :--: | :--: 53 | [A Linguagem de Programação Go](https://novatec.com.br/livros/linguagem-de-programacao-go/) | Go | :green_heart: |Físico | :moneybag: | Português 54 | [Go em Ação](https://novatec.com.br/livros/go-em-acao/) | Go | :green_heart: | Físico | :moneybag: | Português 55 | [Go por exemplo](http://goporexemplo.golangbr.org/) | Go | :green_heart: | E-book | :free: | Português 56 | [Introdução à linguagem Go](https://novatec.com.br/livros/introducao-linguagem-go/) | Go |:green_heart: | Físico | :moneybag: | Português 57 | [Programando em Go](https://www.casadocodigo.com.br/products/livro-google-go) | Go | :green_heart: |E-book e Físico | :moneybag: | Português 58 | [An Introduction to Programming in Go](http://www.golang-book.com/books/intro) | Go |:green_heart: | E-book | :free: | Inglês 59 | [Go by Example](https://gobyexample.com/) | Go |:green_heart: | E-book | :free: | Inglês 60 | [Go in Action](http://a.co/h1a4VDb) | Go |:green_heart: | E-book e Físico | :moneybag: | Inglês 61 | [Introducing Go](http://a.co/c690qEt) | Go | :green_heart: |E-book e Físico | :moneybag: | Inglês 62 | [Learning Go](http://www.miek.nl/go) | Go | :green_heart: | E-book | :free: | Inglês 63 | [The Go Programming Language](http://a.co/1sASvak) | Go | :green_heart: | E-book e Físico | :moneybag: | Inglês 64 | [The Go Programming Language Phrasebook](http://www.informit.com/store/go-programming-language-phrasebook-9780321817143) | Go | :green_heart: | E-book | :moneybag: | Inglês 65 | [The Little Go Book](http://openmymind.net/The-Little-Go-Book/) | Go | :green_heart: | E-book | :free: | Inglês 66 | [A Go Developer's Notebook](https://leanpub.com/GoNotebook/) | Go |:large_orange_diamond: | E-book | :moneybag: | Inglês 67 | [Build Web Application with Golang](https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details) | Go | :large_orange_diamond: | E-book | :free: | Inglês 68 | [Go Bootcamp](http://www.golangbootcamp.com/) | Go | :large_orange_diamond: | E-book | :free: | Inglês 69 | [Go Design Patterns](https://www.packtpub.com/application-development/go-design-patterns) | Go | :large_orange_diamond: | E-book | :moneybag: | Inglês 70 | [Go in Practice](http://www.manning.com/butcher/) | Go | :large_orange_diamond: | E-book | :moneybag: | Inglês 71 | [Test-driven development with Go ](https://leanpub.com/golang-tdd) | Go |:large_orange_diamond: | E-book | :free: | Inglês 72 | [Mastering Concurrency in Go](http://shop.oreilly.com/product/9781783983483.do) | Go | :red_circle: | E-book | :moneybag: | Inglês 73 | 74 | 75 | [Ir para o índice](#Índice) 76 | 77 | ## :newspaper: Blogs 78 | 79 | Blog | Principal(is) Autor(es) | Idioma 80 | :-- | :-- | :--: 81 | [Avelino](https://avelino.run/) | Thiago Avelino | Português/Inglês 82 | [Elton](https://eltonminetto.dev/) | Elton Minetto | Português/Inglês 83 | 84 | 85 | [Ir para o índice](#Índice) 86 | 87 | ## :video_camera: Palestras (vídeos) 88 | 89 | Título | Evento | Assuntos 90 | :-- | :-- | :-- 91 | [7Masters Golang](https://www.youtube.com/watch?v=vWdLM3IK0gw&list=PLXFk6ROPeWoC3KHa6HOVMpRjhZkaRyLIh) | 7Masters | Go Stack, Casos de uso 92 | [GopherCon Brasil](https://www.youtube.com/playlist?list=PLOpPtg0fjj4g5nB62khFCGAzhYOXuY_0k) | GopherCon | Go Stack, Empreendedorismo 93 | [Por que Golang?](https://www.youtube.com/watch?v=h_9UNH6pkyo) | HHBR | Adoção da linguagem, Sintaxe, Asincronismo 94 | 95 | 96 | [Ir para o índice](#Índice) 97 | 98 | ## :computer: Screencasts 99 | Título | Assunto | Idioma 100 | :-- | :-- | :-- 101 | [Grupo de Estudos Go](https://www.youtube.com/playlist?list=PLoVcZE-P715FI3sjDy7vH_8-stDGiXHA2) | Go | Português 102 | 103 | 104 | [Ir para o índice](#Índice) 105 | 106 | ## :circus_tent: Eventos Ativos 107 | 108 | Nome do Evento | Região Realizada 109 | :-- | :-- 110 | [GopherCon Brasil](http://gopherconbr.org) | Florianópolis, SC 111 | 112 | 113 | [Ir para o índice](#Índice) 114 | 115 | ## :speech_balloon: Comunidades 116 | 117 | Nome da Comunidade | Tipo | Idioma 118 | :-- | :-- | :-- 119 | [Canal: brazilian-go-studies](https://invite.slack.golangbridge.org/) | Slack | Português/Inglês 120 | [Floripa Gophers](https://www.meetup.com/pt-BR/Floripa-Gophers/) | Meetup | Português 121 | [Go Belo Horizonte](https://www.meetup.com/pt-BR/go-belo-horizonte/) | Meetup | Português 122 | [Golang Brasil](https://www.meetup.com/pt-BR/golangbr/) | Meetup | Português 123 | [Gophers Rio](https://www.meetup.com/pt-BR/Gophers-Rio/) | Meetup | Português 124 | 125 | 126 | [Ir para o índice](#Índice) 127 | 128 | ## :paperclip: Feeds 129 | Nome do Feed | Idioma 130 | :-- | :--: 131 | [Go News](https://golangweekly.com/) | Inglês 132 | 133 | 134 | [Ir para o índice](#Índice) 135 | 136 | ## :sound: Podcasts 137 | Nome do Podcast | Idioma 138 | :-- | :--: 139 | [PodTech](https://soundcloud.com/euprogramador/sets/podtech/) | Português 140 | [Go Time](https://changelog.com/gotime) | Inglês 141 | [Wiki Podcasts](https://github.com/golang/go/wiki/Podcasts) | Inglês 142 | 143 | 144 | [Ir para o índice](#Índice) 145 | 146 | ## :bust_in_silhouette: Gophers 147 | Nome | Github 148 | :-- | :--: 149 | Cesar Gimenes | [crgimenes](https://github.com/crgimenes) 150 | Dave Cheney | [davecheney](https://github.com/davecheney) 151 | Eliseu Codinhoto | [zeucxb](https://github.com/zeucxb) 152 | Felipe Oliveira | [felipeweb](https://github.com/felipeweb) 153 | Francesc Campoy | [campoy](https://github.com/campoy) 154 | Jaana B. Dogan | [rakyll](https://github.com/rakyll/) 155 | Jeff Prestes | [jeffprestes](https://github.com/jeffprestes) 156 | Jess Frazelle | [jessfraz](https://github.com/jessfraz) 157 | Johnny Boursiquot | [jboursiquot](https://github.com/jboursiquot) 158 | Kelsey Hightower | [kelseyhightower](https://github.com/kelseyhightower) 159 | Nate Finch| [natefinch](https://github.com/natefinch) 160 | Peter Bourgon | [peterbourgon](https://github.com/peterbourgon) 161 | Steve Francia | [spf13](https://github.com/spf13) 162 | Thiago Avelino | [avelino](https://github.com/avelino) 163 | Carlos Alexandro | [caarlos0](https://github.com/caarlos0) 164 | Elton Minetto | [eminetto](https://github.com/eminetto) 165 | 166 | 167 | [Ir para o índice](#Índice) 168 | 169 | ## :mortar_board: Quer ajudar? 170 | Veja como [contribuir](CONTRIBUTING.md). 171 | 172 | 173 | [Ir para o índice](#Índice) 174 | 175 |