Thread
Stories related to "Principles of designing Go APIs with channels" across the full archive.
This talk helped me fully realise the reasons for HATEOAS, and the 3rd level of the [Richardson Maturity Model](http://martinfowler.com/articles/richardsonMaturityModel.html). It gives some really useful practical examples of ways that proper use of HATEOAS can enhance both client and server side de...
An n+1 problem on the server has many manifestations. Slow responses, thread starvation, and inconsistent performance are some of the symptoms.This article looks into the background to the problem and propose several patterns and solutions.
I also saw Jon's talk at QConSF on the distributed monotonic clocks, which was one of my favorite talks of the whole conference. Hopefully it'll be available soon.
I have been using a chrome app/extension called Postman for years to test REST API's.
Great news is today I discovered that they now have a native mac app.
This is really good news as I used to find using using the chrome based postman annoying to use as when I wanted to tab switch to my chro...
This was submitted in 2013 but lobste.rs is more lively now. Hopefully some new people will see this and ideally we can discuss some points.