null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Elixir in Action - 9781617295027

List Price: $49.99
SKU:
9781617295027
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Saša Juric
    Format:
    Paperback
    Pages:
    384
    Publisher:
    Manning (January 12, 2019)
    Language:
    English
    ISBN-13:
    9781617295027
    ISBN-10:
    1617295027
    Weight:
    23.92oz
    Dimensions:
    7.38" x 9.25" x 0.8"
    File:
    Eloquence-Simon_09012023_093020_Complete_onix21-20230901.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Case Pack:
    18
    As low as:
    $38.49
    Publisher Identifier:
    P-SS
    Discount Code:
    A
  • Overview

    Summary

    Revised and updated for Elixir 1.7, Elixir in Action, Second Edition teaches you how to apply Elixir to practical problems associated with scalability, fault tolerance, and high availability. Along the way, you'll develop an appreciation for, and considerable skill in, a functional and concurrent style of programming.

    Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

    About the Technology

    When you're building mission-critical software, fault tolerance matters. The Elixir programming language delivers fast, reliable applications, whether you're building a large-scale distributed system, a set of backend services, or a simple web app. And Elixir's elegant syntax and functional programming mindset make your software easy to write, read, and maintain.

    About the Book

    Elixir in Action, Second Edition teaches you how to build production-quality distributed applications using the Elixir programming language. Author Saša Jurić introduces this powerful language using examples that highlight the benefits of Elixir's functional and concurrent programming. You'll discover how the OTP framework can radically reduce tedious low-level coding tasks. You'll also explore practical approaches to concurrency as you learn to distribute a production system over multiple machines.

    What's inside

    • Updated for Elixir 1.7
    • Functional and concurrent programming
    • Introduction to distributed system design
    • Creating deployable releases

    About the Reader

    You'll need intermediate skills with client/server applications and a language like Java, C#, or Ruby. No previous experience with Elixir required.

    About the Author

    Saša Jurić is a developer with extensive experience using Elixir and Erlang in complex server-side systems.

    Table of Contents

    1. First steps
    2. Building blocks
    3. Control flow
    4. Data abstractions
    5. Concurrency primitives
    6. Generic server processes
    7. Building a concurrent system
    8. Fault-tolerance basics
    9. Isolating error effects
    10. Beyond GenServer
    11. Working with components
    12. Building a distributed system
    13. Running the system