Go: Working with custom Time format in JSONLet’s imagine you want to parse this simple JSON to the Golang struct:Nov 14, 20221Nov 14, 20221
I compared VPS prices from different CloudsOnce one of my customers asked me to help him with some Linux stuff, to have a kind of mentoring session. We jumped on a Zoom session and I…Nov 12, 2022Nov 12, 2022
Go: Chi rate limiter useful examplesIn this article, I will show you how to add a rate limiter to an existing Goland Chi project using a simple and powerful httprate library.Nov 9, 2022Nov 9, 2022
Go: How to pass arguments to Singleflight functionIf you have already played with singleflight package you know that the signature of the Do() function looks like this:Nov 7, 2022Nov 7, 2022