I’ve been playing around with Go. Here’s a quick skeleton to start up a REST microservice, using the GoRest framework, and using the Go-Uuid library to generate a UUID.

Tagged with: , , ,

Microservices are great. Easy to reason about each component, easy to deploy/upgrade/scale. But here’s the rub – it’s quick tricky to see the wood for the trees. If you push more of the logic about how your system co-operates down …

Microservices are hard Read more »

Tagged with: , ,