Deploying a Go App Is Almost Boring (Here’s Why)

To deploy a Node or Python app you ship code, plus a runtime, plus a folder of dependencies, and hope the versions line up. To deploy a Golang app you ship a file. One file. That single difference is why deploying Go is the most anticlimactic deploy in this whole series, in the best way. […]