#programming-languages
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...
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...
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...