Elixir in Action, Third Edition (MEAP V06)

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"

Elixir in Action, Third Edition teaches you to build production-quality distributed applications and highly available server-side systems using Elixir. This new edition is fully updated with the latest versions and features of the language. You’ll start with the foundations of the Erlang platform that underpins Elixir, then quickly progress to functional and concurrent programming. Discover how the OTP framework can radically reduce tedious low-level coding tasks, and explore practical approaches to concurrency as you learn to distribute a production system over multiple machines. Throughout, code samples and real-world examples make sure you’re learning hands-on. Inside Elixir in Action, Third Edition you’ll find: • Updates for Elixir 1.14 • Elixir modules, functions, and type system • Functional and concurrent programming • Introduction to distributed system design • Creating deployable releases

Author(s): Saša Jurić
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 360

MEAP_VERSION_5
Welcome
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