Elixir in Action, Third Edition (MEAP v7)

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"

Fully updated to Elixir 1.14, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. 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 Thousands of developers have learned to build applications in Elixir by using Saša Juric’s Elixir in Action. Now in its third edition and fully updated to Elixir 1.14, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. Skip the programming basics or 101 introductions; this book builds on your existing knowledge to get you quickly writing real Elixir code. Along the way, you'll develop an appreciation for, and considerable skill in, functional and concurrent programming. about the technology Elixir is the perfect choice for mission-critical software. Its fault-tolerance and concurrency capabilities let it seamlessly handle huge numbers of users and data, and its functional programming mindset means Elixir applications are predictable, readable, and easy to maintain. Start coding in Elixir, and you’ll get instant access to the battle-tested Erlang virtual machine that powers this awesome language, along with Elixir’s own thriving ecosystem of resources. It’s the reliable solution you need for everything from a large-scale distributed system to a simple web app. about the book 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. 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 long time software developer focused on the server-side of things, where he tackles the challenge of building fault-tolerant, scalable, highly concurrent systems using Elixir and Erlang. In recent years he's worked as an Elixir mentor, helping teams adopt Elixir and use it in production.

Author(s): Sasa Juric
Publisher: Manning Publications
Year: 2023

Language: English
Pages: 397

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
10_Beyond_GenServer