PinnedAnnouncing The Coder Cafe: One Concept With Your CoffeeOne concept with your coffee.Oct 7, 2024Oct 7, 2024
I Completed All 8 Advents of Code in One Go: Here Are the Lessons I Learned.From 2015 to 2022: 400 ⭐️Feb 15, 20232Feb 15, 20232
Profiling and Execution Tracing in GoDelving into profiling and execution tracing to help us get insights into how an application performs.Dec 23, 202211Dec 23, 202211
Slice length vs. capacity in GoMaking sure the concepts of slice length and capacity are crystal clear.Nov 9, 20224Nov 9, 20224
Maps 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.Sep 28, 20227Sep 28, 20227
Concurrency isn’t Always Faster in GoReminding us some fundamental knowledge of concurrency in Go and exploring a concrete example where a concurrent solution isn’t faster.Sep 14, 20223Sep 14, 20223
How to Write Accurate Benchmarks in GoFour common mistakes that prevent you from writing accurate benchmarks in Go.Aug 31, 20222Aug 31, 20222
📖 100 Go Mistakes: Released!After almost three years of work, I wanted to announce that my book, 100 Go Mistakes and How to Avoid Them, has finally been released 🎉.Aug 25, 20222Aug 25, 20222
When to Use Generics in Go?Introducing Go 1.18 generics and discussing common uses and misuses.Dec 15, 20215Dec 15, 20215