A common mistake pattern using make() in go and how to fix, optimize and make yourself a better go developer :)
Using make() in go

A common mistake pattern using make() in go and how to fix, optimize and make yourself a better go developer :)
A stack is an abstract data type and it’s used everywhere. In this post, let’s dive into details and implementation in golang
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 golang