Using make() in go2022-01-25 :: Marin#go #beginner A common mistake pattern using make() in go and how to fix, optimize and make yourself a better go developer :)Read more →
Stack - data type implementation in go2022-01-16 :: Marin#algorithms #go #beginner A stack is an abstract data type and it’s used everywhere. In this post, let’s dive into details and implementation in golangRead more →
Binary Search in Go2022-01-12 :: Marin#algorithms #data structure #go #beginner Binary Search is a beginner-friendly algoritham that is easy to implement once you fully understand how it works. This post will try to explain how it works and provide an implementation in golangRead more →