Spotlight-Tip

WebAssembly in 5 Minutes

Compiling 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.

Final Destination: Go?

After a long (and exciting) journey through umpteenth of programming languages, I arrived at Go and finally feel at home.

JSON Lines

This happens when JSON and CSV have a baby. (And how your Go code can benefit from it.)

Option Types

Are option types a good idea, or are they just syntactic sugar?