Pavle Djuric
Go long with Golang

Go long with Golang

Follow
homebadges
Tag

Go Language

#go

More content

Read more stories on Hashnode


Articles with this tag

Thread Safety in Golang

Nov 18, 20217 min read

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

Thread Safety in Golang

When Should You Use Pointers in Go

Nov 11, 20216 min read

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

When Should You Use Pointers in Go

How to connect your Go web app to a Redis server

Oct 19, 20217 min read

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

How to connect your Go web app to a Redis server

The glorious net/http Go module

Oct 13, 20216 min read

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

The glorious net/http Go module

Interfaces in Golang

Oct 7, 20217 min read

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

Interfaces in Golang

A short intro to goroutines and channels

Sep 30, 20216 min read

An article about one of golang's most powerful features · Concurrency and parallelism. Quite a complex topic. Various programming languages tackle this...

A short intro to goroutines and channels