Tag: Desenvolvimento
Showing all entries and posts with tag "Desenvolvimento"
Other Posts
Running Remote Commands Interactively with SSH
How to run commands on remote servers without starting full sessions, keeping interactive features and simplifying automation with SSH.
Traceback in Go: How to Explore the Call Stack
How to get stack traces in Go with runtime.Caller and runtime.CallersFrames. Trace errors, customize logs, and improve your code's debugging.
Building My Own System to Tell Time
Creating my own version of Swatch Internet Time, but with a personal twist
ps - process hierarchy
Discovering the process hierarchy.
Session Control in Golang with Gorilla Sessions
How to build session control in Golang using Gorilla sessions, keeping data in cookies securely with AES-256 encryption
The Problems with Programming in Golang
No programming language is perfect, and in this text I try to describe everything that can go wrong using Golang.