| ../ | - | - | |
| executando-comandos-remotos-de-forma-interativa-com-ssh.md | 2025-02-08 13:38 | 2.1K | How to run commands on remote servers without starting full sessions, keeping interactive features and simplifying automation with SSH. |
| tracebacks-em-go.md | 2025-02-06 02:12 | 3.6K | How to get stack traces in Go with runtime.Caller and runtime.CallersFrames. Trace errors, customize logs, and improve your code's debugging. |
| internet-time.md | 2024-07-10 02:41 | 6.1K | Creating my own version of Swatch Internet Time, but with a personal twist |
| hierarquia-de-processos.md | 2024-02-11 14:13 | 1.6K | Discovering the process hierarchy. |
| go-controle-de-sessao.md | 2020-10-04 12:27 | 5.9K | How to build session control in Golang using Gorilla sessions, keeping data in cookies securely with AES-256 encryption |
| problemas-programando-em-golang.md | 2020-03-01 11:11 | 13.4K | No programming language is perfect, and in this text I try to describe everything that can go wrong using Golang. |
| go-carregando-arquivos-sped-fiscal-super-rapido.md | 2020-01-07 15:39 | 3.8K | One Sunday morning was all it took to make the system 95% faster at reading Sped Fiscal files |
| go-percorrendo-diretorios-com-filepath-walk.md | 2017-02-28 09:07 | 1.7K | With the help of the path/filepath package, walking through directories and files is easy. |
| go-usando-time-e-canais.md | 2020-01-07 15:39 | 1.6K | How to use the time package and channels to run a task every X interval, with a bit of terminal play along the way. |
| go-plugins.md | 2017-02-05 11:19 | 2.3K | Plugins in Go: the upside of loading modules dynamically, and the downsides — limited platform support, a CGO dependency, and no way to unload them. With practical examples of building and using one. |
| index.xml | - | - | RSS feed |