Thread Safety in Golang
Concurrency is neat. If you use it responsibly.

Search for a command to run...
Concurrency is neat. If you use it responsibly.

And why you should use them less than you think.

Caching API responses with the database developers love to use

A really nice module indeed!

What are interfaces, and how do they work

An article about one of golang's most powerful features

Using common string operations in Go

No , it is not. At least not in the way youβd expect. Goβs official documentation says this: β Yes and no. Although Go has types and methods and allows an object-oriented style of programming, there is no type hierarchy. The concept of βinterfaceβ in...

Golang is pretty simple to read and write, but when you first see some code snippets of it, some of itβs syntax looks a bit weird. However, once you get acquainted with how it works, youβll realize how neat this syntax actually is. Iβd like to go ov...
