27 followers
I am a Python developer currently exploring Go. Join me on my journey as I go long with Golang π¨π»βπ»ππ»
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...