Teiva HarsanyiinITNEXTThe Top 10 Most Common Mistakes I’ve Seen in Go ProjectsThis post is my top list of the most common mistakes I’ve seen in Go projects.11 min read·Jul 17, 2019--9
Teiva HarsanyiMaps and Memory Leaks in GoA map can always grow in memory; it never shrinks. Hence, if it leads to some memory issues, you can try different options.1 min read·Sep 28, 2022--7
Teiva HarsanyiSlice length vs. capacity in GoMaking sure the concepts of slice length and capacity are crystal clear.1 min read·Nov 9, 2022--4
Harendra KumarFiber Golang: A Rapid Growing Framework For Go (Golang)Unveiling the Features and Advantages of Fiber in Go Web Development6 min read·Aug 28--2
Mou Sam DahalHandle Errors In Go Like A Pro.Errors? Manage them at Scale? Debug at runtime?9 min read·May 11--1
Nina PakshinainBetter ProgrammingMemory Optimization and Garbage Collector Management in GoManaging the garbage collector in Go, optimizing memory consumption in applications, and protecting against out-of-memory errors13 min read·Aug 9--4
Rao TalhainStackademicAWS Lambda and GolangLambda Function in Go(golang) with S3 bucket trigger. Resolved Runtime.InvalidEntrypoint error.6 min read·Sep 4--1
surya prakashProfiling in Go with pprofProfiling in Go is technique to optimising the performance of the Go application. Go provide the built in package for profiling the code…3 min read·Sep 21--