Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers

Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 250
Release :
ISBN-10 : 1680506617
ISBN-13 : 9781680506617
Rating : 4/5 (617 Downloads)

Book Synopsis Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers by : James Edward Gray

Download or read book Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers written by James Edward Gray and published by Pragmatic Bookshelf. This book was released on 2019-11-04 with total page 250 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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 function into the next, and present the right APIs. Embrace the same OTP that's kept our telephone systems reliable and fast for over 30 years. Move beyond understanding the OTP functions to knowing what's happening under the hood, and why that matters. Using that knowledge, instinctively know how to design systems that deliver fast and resilient services to your users, all with an Elixir focus. Elixir is gaining mindshare as the programming language you can use to keep you software running forever, even in the face of unexpected errors and an ever growing need to use more processors. This power comes from an effective programming language, an excellent foundation for concurrency and its inheritance of a battle-tested framework called the OTP. If you're using frameworks like Phoenix or Nerves, you're already experiencing the features that make Elixir an excellent language for today's demands. This book shows you how to go beyond simple programming to designing, and that means building the right layers. Embrace those data structures that work best in functional programs and use them to build functions that perform and compose well, layer by layer, across processes. Test your code at the right place using the right techniques. Layer your code into pieces that are easy to understand and heal themselves when errors strike. Of all Elixir's boons, the most important one is that it guides us to design our programs in a way to most benefit from the architecture that they run on. The experts do it and now you can learn to design programs that do the same. What You Need: Elixir Version 1.7 or greater.


Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers Related Books

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
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
Designing for Scalability with Erlang/OTP
Language: en
Pages: 482
Authors: Francesco Cesarini
Categories: Computers
Type: BOOK - Published: 2016-05-16 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you need to build a scalable, fault tolerant system with requirements for high availability, discover why the Erlang/OTP platform stands out for the breadth,
Real-Time Phoenix
Language: en
Pages: 405
Authors: Stephen Bussey
Categories: Computers
Type: BOOK - Published: 2020-03-25 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

Give users the real-time experience they expect, by using Elixir and Phoenix Channels to build applications that instantly react to changes and reflect the appl
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,