Go for a bit of REST and JSON
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.
Livin' the technology life.
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.
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 …