Steve HookMerge Sorting Algorithm in GoHave you ever wondered how do the best sorting algorithms work behind the scenes? In this article I’ll teach you everything about Merge…Apr 8, 2021Apr 8, 2021
Steve HookHow MUCH does a Go Dev Make?Usually nobody wants to talk about it. But, the truth is, at the end of the day we all got to pay bills. This is why the question always…Mar 24, 20211Mar 24, 20211
Steve HookinStar GazersInsertion Sorting Algorithm in GoSorting things may seem like a trivial thing, right? Question is when was the last time you asked yourself, how things really work under…Mar 16, 2021Mar 16, 2021
Steve HookMy journey from JavaScript to GoHaving already 2+ years of production experience in Go, made me look back a little bit and realise where things actually began. It’s…Mar 10, 2021Mar 10, 2021
Steve HookinTowards Devvendor directory in GoHow the hell can we use specific locked versions of libraries, without breaking the entire app? Use $GOPATH they said. 🤔Jul 23, 2020Jul 23, 2020
Steve HookPackages in GoSomething you import inside your project and expect it to work, without asking too many questions on how it works under the hood. Right? 😸Jul 23, 2020Jul 23, 2020