Skip to content

Instantly share code, notes, and snippets.

@joellobo
Last active August 16, 2017 16:53
Show Gist options
  • Save joellobo/21448f209eefbd3dadeac7ab1c1699cd to your computer and use it in GitHub Desktop.
Save joellobo/21448f209eefbd3dadeac7ab1c1699cd to your computer and use it in GitHub Desktop.
0. Introdução
https://golang.org/
https://pt.wikipedia.org/wiki/Go_(linguagem_de_programa%C3%A7%C3%A3o)
https://en.wikipedia.org/wiki/Go_(programming_language)
1. Linguagem
1.1 Orientada a Objetos?
1.2 Metaprogramação
2. Bibliotecas
https://golanglibs.com/
3. Ferramentas
3.1 dependency management
4. Uso
4.1 Web
4.2 Network
4.3 Processamento Paralelo
4.4 Cloud
4.5 Microservices
5. Livros
http://www.golang-book.com/
https://www.casadocodigo.com.br/products/livro-google-go
https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440/
6. Comunidades
https://groups.google.com/forum/#!forum/golang-brasil
https://groups.google.com/forum/#!forum/golang-dev
https://stackoverflow.com/questions/tagged/go
7. Videos
[Webinar] Introdução a GO
https://www.youtube.com/watch?v=GtQWUGX33XE
gofn, pREST, goConfig, e mais; Hangout do grupo de estudos de Go 2017-02-23
https://www.youtube.com/watch?v=S1b8H7WPYe0
8. Conferência
https://2017.gopherconbr.org/
9. Pessoas chaves
10. Podcast
http://castalio.info/episodio-86-linguagem-de-programacao-go-parte-1.html
http://castalio.info/episodio-87-linguagem-de-programacao-go-parte-2.html
11. Cheat sheet
https://github.com/a8m/go-lang-cheat-sheet/blob/master/golang_refcard.pdf
12. IDE
https://github.com/fatih/vim-go
https://github.com/fatih/vim-go-tutorial
https://goclipse.github.io/
https://geekmonkey.org/2012/09/comparison-of-ides-for-google-go/ (2012)
13. Examples
http://golang-examples.tumblr.com/
https://gobyexample.com/
https://tour.golang.org
14. Produção
https://peter.bourgon.org/go-in-production/
15. Benchmark
http://benchmarksgame.alioth.debian.org/
https://husobee.github.io/golang/url-router/2015/06/15/why-do-all-golang-url-routers-suck.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment