Spotlights

Short tips, essays, and news about working with Go and software development.

A demo-friendly web server

Or: don't hard-code your demo server port to 8080. Let it choose the next available port instead.

3 Go anti-patterns

Don't do this or you must go to bed without committing your code.

Containers from scratch?

Containers manage binaries and their supporting libs. Pure Go binaries don't need any external libs. Is the `scratch` image the right choice?