Teiva HarsanyiFor 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
Teiva HarsanyiA 2023 RetrospectiveFor whom it may interest, my retrospective of 2023.Dec 21, 20231Dec 21, 20231
Teiva HarsanyiCounting 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
Teiva HarsanyiI 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
Teiva HarsanyiProfiling 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
Teiva HarsanyiSlice length vs. capacity in GoMaking sure the concepts of slice length and capacity are crystal clear.Nov 9, 20224Nov 9, 20224
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.Sep 28, 20227Sep 28, 20227
Teiva HarsanyiConcurrency 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
Teiva HarsanyiHow to Write Accurate Benchmarks in GoFour common mistakes that prevent you from writing accurate benchmarks in Go.Aug 31, 20222Aug 31, 20222