A Tour of Go
GO Learning
Building a Type-Safe Go Backend for a React Web App - DEV Community
In this short guide we'll create and deploy a Go backend for a web app with a React frontend. We'll...
One Billion Rows Challenge in Golang
The One Billion Row Challenge (1BRC) is intended to be a fun exploration of how far modern Java can be pushed for aggregating one billion rows from a text file. ..But what happens if you do it in Go?