Exciting Features Coming in Go 1.25: What to Expect
Go 1.25 is on the horizon, and it’s bringing some exciting improvements to the language. Let’s explore the …
Read moreGo 1.25 is on the horizon, and it’s bringing some exciting improvements to the language. Let’s explore the …
Read moreI guess that almost everyone in the go community was exciting when Go 1.18 was released, especially because of generics. …
Read moreIn this post, I’m going to show the way how we can implement a simple queue in Golang, using channels.
Read moreTesting of functions with database interactions always was challenging. Recently, I found a wonderful library, which will simplify writing tests and mocking database queries in golang applications a lot. And I want to share a short example of how to work with it.
Read more