In search of the best Go HTTP router for REST

I’m diving into REST APIs, and I want to implement one in Go, largely as a way to teach myself more about the language. One of the first problems I came up across (within an hour of starting coding) is that the HTTP router I selected (gorilla/mux) doesn’t have any way to issue a 405 …

Continue reading ‘In search of the best Go HTTP router for REST’ »

The Glossophile: My new language learning blog

For several months I’ve had some ideas rolling around in my head for articles to write on my blog. Most of them have been about my passion for languages and language learning. Recently, as I’ve been reading books and other blogs on similar topics, the idea has been forming to start my own, more focused …

Continue reading ‘The Glossophile: My new language learning blog’ »