Explore the concepts and tools you need to discover the world of microservices with various design patterns About This Book • Get to grips with the microservice architecture and build enterprise-ready microservice applications • Learn design patterns and the best practices while building a microservice application • Obtain hands-on techniques and tools to create high-performing microservices resilient to possible fails Who This Book Is For This book is for architects and senior developers who would like implement microservice design patterns in their enterprise application development. The book assumes some prior programming knowledge. What You Will Learn • How to break monolithic application into microservices • Implement caching strategies, CQRS and event sourcing, and circuit breaker patterns • Incorporate different microservice design patterns, such as shared data, aggregator, proxy, and chained • Utilize consolidate testing patterns such as integration, signature, and monkey