Don’t embed pointers

In Go, it’s important to be aware of potential bugs when embedding pointers within structs. This article explores such a scenario and provides alternative solutions to avoid confusion and errors.
Read more →

Go has new generic slices and map packages

Since the introduction of generics in Go 1.18, there have been discussions about adding new helper functions to the standard library to cover most frequent operations. After more than a year, two new libraries with generics will be added12 into the Go standard library starting from Go 1.21.
Read more →

Introduction to Gonkey – Testing automation tool

Gonkey is a testing automation tool that can test your service API without a single line of code.
Read more →