Via ANDREW MORGAN
The core principle of using Sagas is that instead of having long transactions that hold onto locks (e.g. a two-phase commit), you break them up into a series of short transactions that commit in sequence. Read about this approach in this post.
Via RISINGSTACK
Tell us in this super short survey, so we can cover the topic that interests you the most. Take the survey here.
Via JAKE LUMETTA
How did LogDNA implement Microservices into their architecture, and what was its impact?
Via JOAB JACKSON
A former Google and Weave engineer has developed an approach to monitoring, called the RED Method, that seems to be gaining favor with administrators.
Via NITHIN MALLYA
This is the 3rd part of the ‘Simplifying Microservices’ series. In this part, you can learn how to do Canary Deployments and ramp traffic with Istio.
Via ZANDER MARTINEAU
How to make your own simple CORS enabled API from one that has CORS disabled.
Via DARIEN FORD
Learn about a specific fix to make a Jenkins file more readable and make the usage of Docker images simpler.
Via DUNCAN FENNING
Via THOMAS JARDINET
Via JIMMY BOGARD
Via SHRAVANTHI REDDY