Functional and Reactive Domain Modeling
Debasish Ghosh
- 出版商: Manning
- 出版日期: 2016-11-01
- 售價: $1,900
- 貴賓價: 9.5 折 $1,805
- 語言: 英文
- 頁數: 320
- 裝訂: Paperback
- ISBN: 1617292249
- ISBN-13: 9781617292248
-
相關分類:
Agile Software 敏捷軟體開發
立即出貨
買這商品的人也買了...
-
$620$527 -
$1,200$948 -
$594$564 -
$680$544 -
$650$618 -
$560$442 -
$780$616 -
$450$383 -
$680$578 -
$380$342 -
$301軟技能代碼之外的生存指南 (Soft Skills : The software developer's life manual)
-
$580$458 -
$580$458 -
$580$458 -
$720$562 -
$690$538 -
$480$379 -
$403深度學習 : Caffe 之經典模型詳解與實戰
-
$590$502 -
$520$442 -
$680$578 -
$580$493 -
$500$395 -
$360$180 -
$580$452
相關主題
商品描述
<Descriptions>
Biographical Note:
Debasish Ghosh is a software architect with extensive experience in domain modeling. Debasish uses Scala and Akka in his daily work and was one of the earliest adopters of event sourcing using EventSourced, now called Akka Persistence. He's the author of DSLs in Action, published by Manning in 2010.
Publisher Marketing:
Summary
Functional and Reactive Domain Modeling teaches you how to think of the domain model in terms of pure functions and how to compose them to build larger abstractions.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Traditional distributed applications won't cut it in the reactive world of microservices, fast data, and sensor networks. To capture their dynamic relationships and dependencies, these systems require a different approach to domain modeling. A domain model composed of pure functions is a more natural way of representing a process in a reactive system, and it maps directly onto technologies and patterns like Akka, CQRS, and event sourcing.
About the Book
Functional and Reactive Domain Modeling teaches you consistent, repeatable techniques for building domain models in reactive systems. This book reviews the relevant concepts of FP and reactive architectures and then methodically introduces this new approach to domain modeling. As you read, you'll learn where and how to apply it, even if your systems aren't purely reactive or functional. An expert blend of theory and practice, this book presents strong examples you'll return to again and again as you apply these principles to your own projects.
What's Inside
Real-world libraries and frameworks
Establish meaningful reliability guarantees
Isolate domain logic from side effects
Introduction to reactive design patterns
About the Reader
Readers should be comfortable with functional programming and traditional domain modeling. Examples use the Scala language.
About the Author
Software architect Debasish Ghosh was an early adopter of reactive design using Scala and Akka. He's the author of DSLs in Action, published by Manning in 2010.
Table of Contents
Functional domain modeling: an introduction
Scala for functional domain models
Designing functional domain models
Functional patterns for domain models
Modularization of domain models
Being reactive
Modeling with reactive streams
Reactive persistence and event sourcing
Testing your domain model
Summary - core thoughts and principles