#go
Read more stories on Hashnode
Articles with this tag
Concurrency is neat. If you use it responsibly. · A couple of articles ago I wrote about goroutines and how great they are. However, I didn't mention in...
And why you should use them less than you think. · The concept of pointers in programming languages is quite old. C and C++ are probably the best...
Caching API responses with the database developers love to use · If there's one technology that is on par with Golang on the "coolness" scale, it is...
A really nice module indeed! · If you're in to web development, you've probably heard someone talking about how Golang is the language for modern backend...
What are interfaces, and how do they work · If you're coming from Java, you definitely know about interfaces. If you're coming from Python, you're...
An article about one of golang's most powerful features · Concurrency and parallelism. Quite a complex topic. Various programming languages tackle this...