tag: go
Mar 25, 2024
Go Gotchas, Tips, and Good Practices for Efficient GoReview some of the common mistakes we make while writing Go code and learn how to avoid them along with good practices for efficient Go.
Mar 23, 2024
Advanced Go: Internals, Memory Model, Garbage Collection and ConcurrencyDeep dive into the Go's Memory model, the internals of Go's data structures, Garbage collection and Concurrency model.