Elixir in Action

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

The Elixir language blends the battle-tested power and stability of the Erlang virtual machine with an approachable and expressive syntax. Elixir in Action, Second Edition teaches you how to use the Elixir programming language to solve the practical problems of scalability, fault tolerance, and high availability. This new edition is fully updated to cover Elixir 1.7 with new and improved code examples.

Author(s): Saša Jurić
Edition: 2
Publisher: Manning Publications
Year: 2019

Language: English
Commentary: True PDF
Pages: 384
City: Shelter Island, NY
Tags: Programming; Debugging; Concurrency; Distributed Systems; Logging; Clusters; Fault Tolerance; Elixir; Erlang; Web Servers

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