With examples in Java
Chris Richardson

#Microservices
#Pattern
#applications
#microservices_architecture
#real_world
#Java
#deploy
📚 ۴۴ الگوی قابلاستفاده مجدد برای توسعه و استقرار برنامههای مبتنی بر میکروسرویسهای قابلاعتماد و آمادهی تولید، همراه با مثالهای کاربردی در جاوا
✨ ویژگیهای کلیدی
📘 دربارهی کتاب
«الگوهای میکروسرویس» به شما ۴۴ الگوی قابلاستفاده مجدد را میآموزد تا برنامههای مبتنی بر میکروسرویس را بهصورت قابلاعتماد و آمادهی محیط تولید توسعه و استقرار دهید. این مجموعهی بینظیر از الگوهای طراحی، بر پایهی دههها تجربه در سیستمهای توزیعشده شکل گرفته و الگوهای نوینی را برای ترکیب سرویسها در سیستمهایی که در شرایط واقعی مقیاسپذیر و پایدار هستند، ارائه میدهد. این کتاب صرفاً فهرستی از الگوها نیست؛ بلکه یک راهنمای عملی با مثالهای کاربردی و راهکارهایی است که در صنعت آزمایش شدهاند تا به شما کمک کند برنامهی میکروسرویس خود را طراحی، پیادهسازی، تست و استقرار دهید.
🎯 چه چیزهایی یاد میگیرید؟
👨💻 این کتاب برای چه کسانی نوشته شده؟
برای توسعهدهندگان سطح سازمانی که با معماریهای کلاسیک برنامههای سازمانی آشنا هستند. تمام مثالها به زبان جاوا هستند.
👤 دربارهی نویسنده
کریس ریچاردسون یک Java Champion، ستارهی رویداد JavaOne، نویسندهی کتاب معروف POJOs in Action و بنیانگذار اولیهی CloudFoundry.com است.
📑 فهرست مطالب
⭐ نظرات کارشناسان
«مروری جامع بر چالشهای رایج تیمها در انتقال به میکروسرویس و راهحلهای صنعتی برای آنها.»
— تیم مور، Lightbend
«رویکردی واقعگرایانه به یکی از مهمترین مناظر معماری نوین.»
— سیمون لیزرزون، Excelsior Software
«مجموعهای قوی که مهاجرت شما به این معماری مدرن مبتنی بر ابر را تسریع میکند.»
— جان گاثری، Dell/EMC
«چگونه میکروسرویس را درک کنیم و چطور آن را در دنیای واقعی بهکار بگیریم.»
— پوتیتو کولوچلی، Bizmatica Econocom
📦 پشت جلد کتاب
همهی فرآیندهای توسعه و استقرار نرمافزار بهمرور آهسته و دردناک میشوند. راهحل، پذیرش معماری میکروسرویس است. این معماری، سرعت توسعهی نرمافزار را افزایش داده و تحویل و استقرار مداوم برنامههای پیچیده را ممکن میسازد.
«الگوهای میکروسرویس» به معماران و توسعهدهندگان سازمانی میآموزد چگونه با این معماری برنامه بسازند. این کتاب فقط معماری میکروسرویس را تبلیغ نمیکند؛ بلکه با نگاهی متعادل و عملگرا، هم مزایا و هم معایب آن را بررسی میکند.
برای موفقیت در توسعهی برنامههای میکروسرویس، نیازمند بینشها و روشهای معماری جدیدی هستید. در این کتاب منحصربهفرد، کریس ریچاردسون — پیشگام معماری میکروسرویس و Java Champion — ۴۴ الگو را گردآوری، دستهبندی و توضیح داده که مشکلاتی مانند تجزیهی سرویسها، مدیریت تراکنشها، پرسوجو و ارتباط بین سرویسها را حل میکنند.
🧑💼 دربارهی نویسنده
کریس ریچاردسون یک توسعهدهنده و معمار نرمافزار است. او بنیانگذار وبسایت microservices.io — منبع معتبری برای یادگیری توسعه و استقرار میکروسرویس — است. همچنین مشاور و مربی در حوزهی میکروسرویس فعالیت دارد و در حال کار روی سومین استارتاپ خود (eventuate.io ) است که یک پلتفرم برای توسعهی برنامههای میکروسرویس است.
وبلاگ: plainoldobjects.com
توییتر: @crichardson
44 reusable patterns to develop and deploy reliable production-quality microservices-based applications, with worked examples in Java
Key Features
About The Book
Microservices Patterns teaches you 44 reusable patterns to reliably 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 composing services into systems that scale and perform under real-world conditions. More than just a patterns catalog, this practical guide with worked examples offers industry-tested advice to help you design, implement, test, and deploy your microservices-based application.
What You Will Learn
This Book Is Written For
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
'A comprehensive overview of the challenges teams face when moving to microservices, with industry-tested solutions to these problems.' Tim Moore, Lightbend
'Pragmatic treatment of an important new architectural landscape.' Simeon Leyzerzon, Excelsior Software
'A solid compendium of information that will quicken your migration to this modern cloud-based architecture.' John Guthrie, Dell/EMC
'How to understand the microservices approach, and how to use it in real life.' Potito Coluccelli, Bizmatica Econocom
All aspects of software development and deployment become painfully slow. The solution is to adopt the microservices architecture. This architecture accelerates software development and enables continuous delivery and deployment of complex software applications. 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.
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.
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
Chris Richardson is a developer and architect. He is a Java Champion, a JavaOne rock star and the author of POJOs in Action, which describes how to build enterprise Java applications with frameworks such as Spring and Hibernate. Chris was also the founder of the original CloudFoundry.com, an early Java PaaS for Amazon EC2. He is the creator of http://microservices.io, a website describing how to develop and deploy microservices. Chris provides microservices consulting and training and is working on his third startup http://eventuate.io, an application platform for developing microservices. Blog: http://plainoldobjects.com/, Twitter: @crichardson.









