PinnedAnnouncing The Coder Cafe: One Concept With Your CoffeeOne concept with your coffee.Oct 7, 2024Oct 7, 2024
For the Love of Haskell and MonadsThis post aims to explain the concept of monads while highlighting Haskell's elegance. You do not need to know anything about Haskell.Mar 19, 20242Mar 19, 20242
Counting the Countless: A Case Study on Handling Probabilistic Increments in Large-Scale Systems 🎲Using a probabilistic solution in the context of large-scale systems.Apr 9, 2023Apr 9, 2023
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