Início GopherCon no InfoQ Brasil
Apresentações
Feed RSS-
Go as a scripting language in Linux
Why use Go as a scripting language? Short answer: why not? Go is relatively easy to learn, not too verbose and there is a huge ecosystem of libraries which can be reused to avoid writing all the (...)
-
Hugo, o mais novo gerador de sites estáticos de código aberto
Como o grande sucesso da linguagem de programação criada pela Google, sendo ela GO, a comunidade vendo esse sucesso dessa linguagem para Back end fazer um projeto voltado a Front-end para Web, su(...)
-
Prática de conjuntos: usos e técnicas para um tipo "Set" em Go
Esta palestra tem dois objetivos: mostrar como operações de conjunto podem simplificar seu código na prática, e apresentar alternativas para implementar operações de conjunto em Go, desde o uso d(...)
-
Serverless em Go
Nesta apresentação mostro as principais formas para desenvolvermos lambda functions usando frameworks como o serverless, apex up e usando apenas a standard lib
-
GoReleaser: lessons learned so far
Carlos talks about things he did wrong and what he learned while working on GoReleaser.
-
Golang Application Performance Monitoring with Elastic Stack
Elastic APM (Application Performance Management) is the first open source APM solution built on the Elastic Stack. With the Elastic APM Golang Agent you can collect detailed real time information(...)
-
The best feature of Go
In this talk I expose how to engage with the Go community, which in my humble opinion, the the best feature of the language. From writing open source code to giving talks and organizing events, e(...)
-
Entendendo alocação de memória no Go
Nessa palestra, iremos mergulhar no funcionamento dos alocadores de memória, e entenderemos como estes interagem com o Sistema Operacional e gerenciam a memória alocada. Aprenderemos como funcion(...)