Sublime
An inspiration engine for ideas
Newsletters
Brb, I'm about to containerize my Go app with Docker (written in Go), served by a reverse proxy called Traefik (written in Go). Then, I'll use Pulumi (written in Go) as my IaC, handle auto-scaling with Docker Swarm (written in Go), and cache data on my server using Bbolt (written in Go). For observability, I'll handle tailing logs with Promtail... See more
Lyesx.comGo has rich support for concurrency using goroutines and channels.
Caleb Doxsey • Introducing Go: Build Reliable, Scalable Programs
Go is both the name of the programming language and the name for the toolset used to build and interact with Go programs.
Caleb Doxsey • Introducing Go: Build Reliable, Scalable Programs
Channels provide a way for two goroutines to communicate with each other and synchronize their execution.

