Rafał GałusGo packages that I’m using in every (almost) MicroserviceI thought it can be beneficial to share a list of Go packages that are popular in my projects. The list consist of modules used for parsing…May 27, 20212May 27, 20212
Rafał GałusHow to format your Go projects with gofmt, goimports and gitKeeping your code well formatted is a good practice. Sometimes formatting is sacrificed for delivery time but it comes back eventually…Mar 7, 2020Mar 7, 2020
Rafał GałusSorting algorithms: Quick Sort implementation in GoOne of the most common operation on data that developers do is sorting. In this post we will implement quick sort in Go, which is one of…Sep 15, 2019Sep 15, 2019