Data Consistency in Microservices Using Sagas 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. Survey: What is difficult to get right with Microservices? Via RISINGSTACK Tell us in this super short survey, so we can cover the topic that interests you the most. Take the survey here. Microservices for Startups: An Interview with Mike Hu of LogDNA Via JAKE LUMETTA How did LogDNA implement Microservices into their architecture, and what was its impact? The RED Method: A New Approach to Monitoring Microservices 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. Simplifying Microservices with Istio in Google Kubernetes Engine — Part III 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. Rebel with a CORS Via ZANDER MARTINEAU How to make your own simple CORS enabled API from one that has CORS disabled. Super-Powering Your Enterprise Jenkins CI Pipeline with Docker-Compose Via DARIEN FORD Learn about a specific fix to make a Jenkins file more readable and make the usage of Docker images simpler. In brief Migrating from Monoliths to Micro-services Via DUNCAN FENNING Microservices and Data Virtualization Via THOMAS JARDINET My Microservices FAQ Via JIMMY BOGARD Role of APIS in Microservices Via SHRAVANTHI REDDY