SRE: Data Integrity

  Data integrity usually refers to the accuracy and consistency of data throughout its lifetime. For customer involved online services, things can go even more complex. Any data corruption, data loss, or extended unavailability are considered data integrity issue...

SRE: Service Level Objectives

As we are moving from monolithic service to the micro-services, I find it pretty useful to think about the following problems: How do we correctly measure the service? This question can be breakdown into the following sub questions: If you are about to maintain your...

Book Review: Cloud Native Java

Cloud Native Java provides an overview of why people want to build cloud-native applications, and how to build them with Spring Boot and other frameworks. A cloud-native application focus on the application logic that solves the business and product problems,...