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 192Mar 192
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