Muutke küpsiste eelistusi

E-raamat: Functional Design and Architecture: Examples in Haskell

  • Formaat: 456 pages
  • Ilmumisaeg: 19-Nov-2024
  • Kirjastus: Manning Publications
  • Keel: eng
  • ISBN-13: 9781638355786
Teised raamatud teemal:
  • Formaat - EPUB+DRM
  • Hind: 51,64 €*
  • * hind on lõplik, st. muud allahindlused enam ei rakendu
  • Lisa ostukorvi
  • Lisa soovinimekirja
  • See e-raamat on mõeldud ainult isiklikuks kasutamiseks. E-raamatuid ei saa tagastada.
  • Formaat: 456 pages
  • Ilmumisaeg: 19-Nov-2024
  • Kirjastus: Manning Publications
  • Keel: eng
  • ISBN-13: 9781638355786
Teised raamatud teemal:

DRM piirangud

  • Kopeerimine (copy/paste):

    ei ole lubatud

  • Printimine:

    ei ole lubatud

  • Kasutamine:

    Digitaalõiguste kaitse (DRM)
    Kirjastus on väljastanud selle e-raamatu krüpteeritud kujul, mis tähendab, et selle lugemiseks peate installeerima spetsiaalse tarkvara. Samuti peate looma endale  Adobe ID Rohkem infot siin. E-raamatut saab lugeda 1 kasutaja ning alla laadida kuni 6'de seadmesse (kõik autoriseeritud sama Adobe ID-ga).

    Vajalik tarkvara
    Mobiilsetes seadmetes (telefon või tahvelarvuti) lugemiseks peate installeerima selle tasuta rakenduse: PocketBook Reader (iOS / Android)

    PC või Mac seadmes lugemiseks peate installima Adobe Digital Editionsi (Seeon tasuta rakendus spetsiaalselt e-raamatute lugemiseks. Seda ei tohi segamini ajada Adober Reader'iga, mis tõenäoliselt on juba teie arvutisse installeeritud )

    Seda e-raamatut ei saa lugeda Amazon Kindle's. 

Design patterns and architectures for building production quality applications using functional programming, with examples in Haskell and other FP languages.

In  Functional Design and Architecture you will learn:





Designing production applications in statically typed functional languages such as Haskell Controlling code complexity with functional interfaces Architectures, subsystems, and services for functional languages Developing concurrent frameworks and multithreaded applications Domain-driven design using free monads and other functional tools Property-based, integrational, functional, unit, and automatic whitebox testing



Functional Design and Architecture is a pioneering guide to software engineering using Haskell and other functional languages. In it, you'll discover Functional Declarative Design and other design principles perfect for working in Haskell, PureScript, F#, and Scala. about the technology Functional programming offers a powerful alternative to object-oriented programming that helps tackle the complexities of large-scale software. Entrenched design patterns and architectural principles made for OOP are poorly suited for creating large-scale functional applications. This book lays out new methodologies, principles, and architectures optimized for high-level software design using functional languages. about the book Functional Design and Architecture is a comprehensive guide to software engineering using functional programming. Inside, you'll find cutting-edge functional design principles and practices for every stage of application development, from architecting your application through to running simple and maintainable tests. There's no abstract theoryyou'll learn by building exciting sample applications, including an application for controlling a spaceship and a full-fledged backend framework. RETAIL SELLING POINTS 



Designing production applications in statically typed functional languages such as Haskell  Controlling code complexity with functional interfaces Architectures, subsystems, and services for functional languages  Developing concurrent frameworks and multithreaded applications  Domain-driven design using free monads and other functional tools  Property-based, integrational, functional, unit, and automatic whitebox testing 

AUDIENCE  For experienced developers who know a functional language.

Arvustused

'The functional scene needs to have this kind of book, one with not only theoretical functional domain chapters, but with practice in the area too.' German Gonzalez-Morris 'A much desired bridge between the theoretical understanding of functional programming and the ability to design and construct entire software systems using it.' Makarand Deshpande 'A very detailed look at functional design with rich examples.' Charles Earl 'A great book which show you different aspects of Haskell which are very uncommon to see in other articles or books.' Andres Sacco 'If you want to design real world applications in Haskell with a focus on elegance, flexibility, and scalability, you must read this book.' David Paccoud

table of contents  detailed TOC PART 1: INTRODUCTION TO FUNCTIONAL
DECLARATIVE DESIGN READ IN LIVEBOOK 1WHAT IS SOFTWARE DESIGN? READ
IN LIVEBOOK 2THE BASICS OF FUNCTIONAL DECLARATIVE DESIGN PART 2: MINIMUM
VIABLE PRODUCT READ IN LIVEBOOK 3DRAFTING THE MVP APPLICATION READ
IN LIVEBOOK 4END-TO-END DESIGN PART 3: DOMAIN-DRIVEN DESIGN READ IN
LIVEBOOK 5EMBEDDED DOMAIN-SPECIFIC LANGUAGES READ IN LIVEBOOK 6DOMAIN
MODELING WITH FREE MONADS PART 4: STATEFUL AND REACTIVE APPLICATIONS 7
APPLICATION STATE 8 REACTIVE APPLICATIONS (TODO: THE SIMULATOR) PART
5: DESIGNING REAL-WORLD SOFTWARE 9 MULTITHREADING AND CONCURRENCY 10
PERSISTENCE 11 BUSINESS LOGIC DESIGN 12 TESTING APPENDIXES
APPENDIX A: PLENTY OF MONADS APPENDIX B: LAYERING SUBSYSTEMS WITH A
MONADIC STACK APPENDIX C: WORD STATISTICS EXAMPLE WITH MONAD
TRANSFORMERS APPENDIX D: APPLICATION ARCHITECTURES IN HASKELL AND SCALA
APPENDIX E: THE MVAR REQUEST-RESPONSE PATTERN APPENDIX F: FREE
MONADIC EDSL FOR AN INTERACTIVE FICTION GAME APPENDIX G: HASKELL AND
PURESCRIPT
Alexander Granin  is a software architect, international speaker, author, and researcher. He is a known authority in the C++ and Haskell communities.