WebAssembly in 5 Minutes May 25, 2025Compiling Go code into a WebAssembly module is easy as pie. Getting the code to interact with the browser requires a few lines of Javascript, but it's less complicated than you might think.
Pixel Perfect: Display Images in The Go Playground May 18, 2025Programs in the Go Playground can print text to a space below the code editor. With a simple trick, you can even output PNG images.
Tuppers Self-Referential Formula May 11, 2025A formula that describes a picture of itself? How is that possible...?!
Green Tea Makes Your Life Easier (If You're A Garbage Collector) May 04, 2025The Go team develops a new garbage collector algorithm suitable for multicore CPU architectures and non-uniform memory. You can try it now!
Security: The Habits That Matter Most Apr 27, 2025Security is more crucial than ever. Making security an afterthought is a footgun. Learn how to write secure Go code from the start.