Descriere YEO:
Pe YEO găsești Microservices Patterns: With Examples in de la Chris Richardson, în categoria Computers.
Indiferent de nevoile tale, Microservices Patterns: With Examples in Java - Chris Richardson din categoria Computers îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 371.93 Lei
Caracteristicile produsului Microservices Patterns: With Examples in
- Brand: Chris Richardson
- Categoria: Computers
- Magazin: libris.ro
- Ultima actualizare: 11-04-2024 01:14:23
Comandă Microservices Patterns: With Examples in Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda Microservices Patterns: With Examples in de la libris.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
Summary
Microservices Patterns teaches enterprise developers and architects how to build applications with the microservice architecture. Rather than simply advocating for the use the microservice architecture, this clearly-written guide takes a balanced, pragmatic approach, exploring both the benefits and drawbacks. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology Successfully developing microservices-based applications requires mastering a new set of architectural insights and practices. In this unique book, microservice architecture pioneer and
Java Champion
Chris Richardson collects, catalogues, and explains 44 patterns that solve problems such as service decomposition, transaction management, querying, and inter-service communication. About the Book
Microservices Patterns teaches you how to develop and deploy production-quality microservices-based applications. This invaluable set of design patterns builds on decades of distributed system experience, adding new patterns for writing services and composing them into systems that scale and perform reliably under real-world conditions. More than just a patterns catalog, this practical guide offers experience-driven advice to help you design, implement, test, and deploy your microservices-based application. What\'s inside How (and why ) to use the microservice architectureService decomposition strategiesTransaction management and querying patternsEffective testing strategiesDeployment patterns including containers and serverlessices About the Reader Written for enterprise developers familiar with standard enterprise application architecture.
Examples are in
Java. About the Author
Chris Richardson is a
Java Champion, a JavaOne rock star, author of Manning\'s POJOs in Action, and creator of the original CloudFoundry.com. Table of Contents Escaping monolithic hell Decomposition strategies Interprocess communication in a microservice architecture Managing transactions with sagas Designing business logic in a microservice architecture Developing business logic with event sourcing Implementing queries in a microservice architecture External API patterns Testing microservices: part 1 Testing microservices: part 2 Developing production-ready services Deploying microservices Refactoring to microservices