#go
Read more stories on Hashnode
Articles with this tag
Go has been one of the most popular languages for building microservices. Its simplicity and less overhead have proven to favor its rise in the...
Today the web is full of people using various platforms. Every platform has its own authentication mechanism to identify users specific to their...
Go was designed to run on modern computers with multiple cores. Go has first-hand support for concurrency through goroutines and channels. Writing a...
Golang has quickly become an industry standard for creating and maintaining high scale web services. It has an inbuilt package net/http to create an...