Posts

Showing posts from December, 2020

The Loyalty Leap

Image
I read this book, The Loyalty Leap - Turning Customer Information into Customer Intimacy , due to my business. I found this book quite inspiring. If you are working for loyalty, you may find new insight and redirect your work. In summary, the author  Bryan Pearson shared his practical experience of loyalty program to explain what loyalty program is, why loyalty program is needed and how loyalty program is run. Loyalty is not simply about collecting customer data and offering benefits. There are considerations to guide you do the right things. Every enterprise is talking about loyalty, every CEO aims at loyalty but not everyone understands what it should look like. Loyalty is not a set of numbers or a couple of pay or gift but human behaviours as well as continuous growth of an enterprise.  The book starts with 3Rs of loyalty (maybe the author created), which are Rewards , tangible thank-you given and tailored to consumers, Recognition , appreciation to consumers' commitment to mak

Architect's job is not easy

Image
I took a course called Reliable Google Cloud Infrastructure: Design and Process . Actually the course's knowledge is not specific to Google Cloud Platform but also applicable to other cloud platforms. The course is about how to do Architect's job well, including Architecture, Design and Process.   Introduction Requirements Gathering Process Rough --> Structural Design --> Measurable Microservices is an architectural style for developing applications. It decomposes a large application into independent constituent parts, where each part has its own area of responsibility. To serve a single user or API request, such kind of application can call many internal microservices to compose its response. The key advantage is the agility of the application in aspects such as development speed, deployment, and monitoring . It also allows multiple teams to work independently and deliver through to production at their own cadence. Measurement To identify most important require