#go
Read more stories on Hashnode
Articles with this tag
How to use Unix Sockets in Go to communicate between processes on the same machine. ยท What are Unix Sockets? A UNIX socket, AKA Unix Domain Socket, is...
Concurrency is one of the strongest tools in Go but how to use them? Well just put the keyword go before a function. It can't be that easy, does it?...
Why There might be a situation where you want to deploy your backend on an ubuntu server but you don't have/want to deploy your backend as a docker...