tag: go

Go Gotchas, Tips, and Good Practices for Efficient Go

Mar 25, 2024

Go Gotchas, Tips, and Good Practices for Efficient Go

Review some of the common mistakes we make while writing Go code and learn how to avoid them along with good practices for efficient Go.

Advanced Go: Internals, Memory Model, Garbage Collection and Concurrency

Mar 23, 2024

Advanced Go: Internals, Memory Model, Garbage Collection and Concurrency

Deep dive into the Go's Memory model, the internals of Go's data structures, Garbage collection and Concurrency model.