Notes on what I had to do to get Wasm and Web Workers playing together to let me run some Go code in the browser.

A review of working with the MediaWiki Wikibase API, and the Go library I built to make it easier to work with.

A write up of the testing pattern I use for Go http handlers as I've not seen this technique documented anywhere else.

A quick tip on using the direnv project to make it easier to manage multiple Go projects without sharing your GOPATH.

One of the current weaknesses of Go is how third part libraries are managed, in particular how they depend on third party services, which is not ideal for production build systems. This is a write-up of how I've solved this for one particular project at Bromium.

Having used Go to ship a major project for the first time, here's a summary of what I found its strengths and weaknesses to be, and why it was the right tool for this particular job.