Thread Safety in Golang
Concurrency is neat. If you use it responsibly.
Nov 18, 20217 min read3.0K

Search for a command to run...
Articles tagged with #programming-languages
Concurrency is neat. If you use it responsibly.

And why you should use them less than you think.

A really nice module indeed!

What are interfaces, and how do they work

An article about one of golang's most powerful features

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...
