Elixir in Action

Elixir in Action
Author :
Publisher : Simon and Schuster
Total Pages : 652
Release :
ISBN-10 : 9781638351658
ISBN-13 : 1638351651
Rating : 4/5 (58 Downloads)

Book Synopsis Elixir in Action by : Sasa Juric

Download or read book Elixir in Action written by Sasa Juric and published by Simon and Schuster. This book was released on 2019-01-03 with total page 652 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 First steps Building blocks Control flow Data abstractions Concurrency primitives Generic server processes Building a concurrent system Fault-tolerance basics Isolating error effects Beyond GenServer Working with components Building a distributed system Running the system


Elixir in Action Related Books

Elixir in Action
Language: en
Pages: 652
Authors: Sasa Juric
Categories: Computers
Type: BOOK - Published: 2019-01-03 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

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,
Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers
Language: en
Pages: 250
Authors: James Edward Gray
Categories: Computers
Type: BOOK - Published: 2019-11-04 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

You know how to code in Elixir; now learn to think in it. Learn to design libraries with intelligent layers that shape the right data structures, flow from one
Elixir
Language: en
Pages: 324
Authors: Hilary Duff
Categories: Juvenile Fiction
Type: BOOK - Published: 2011-06-07 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Clea Raymond, a young photojournalist who has spent her life in the spotlight, and her best friends travel the globe trying to unravel a centuries-old mystery t
Metaprogramming Elixir
Language: en
Pages: 0
Authors: Chris McCord
Categories: Computer programming
Type: BOOK - Published: 2015 - Publisher:

DOWNLOAD EBOOK

Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you'll learn how to use macro
The Little Elixir & OTP Guidebook
Language: en
Pages: 437
Authors: Benjamin Tan Wei Hao
Categories: Computers
Type: BOOK - Published: 2016-09-25 - Publisher: Simon and Schuster

DOWNLOAD EBOOK

Summary The Little Elixir & OTP Guidebook gets you started programming applications with Elixir and OTP. You begin with a quick overview of the Elixir language