Elixir in Action, Third Edition
eBook - ePub

Elixir in Action, Third Edition

  1. 416 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Elixir in Action, Third Edition

About this book

Fully updated to Elixir 1.15, this authoritative bestseller reveals how Elixir tackles problems of scalability, fault tolerance, and high availability. Thousands of developers have learned to build applications in Elixir by using Saša Juric's Elixir in Action. You'll 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. Inside Elixir in Action, Third Edition you'll find:

  • Updates for Elixir 1.15
  • Elixir modules, functions, and type system
  • Functional and concurrent programming
  • Introduction to distributed system design
  • Creating deployable releases


Fully updated to Elixir 1.15, this book contains new coverage of working with application configuration and the latest OTP releases. It teaches you the underlying principles and functional concepts of Elixir, and how each piece fits into the bigger picture of building production-ready systems with Elixir, Erlang, and the OTP framework. Foreword by Francesco Cesarini. About the technology With best-in-class fault tolerance and concurrency, a pragmatic approach to functional programming, and the power to operate at scale, Elixir is the perfect choice for mission-critical software. Start reading Elixir in Action, and you'll quickly understand why Elixir creator José Valim says it "...tops the list" of Elixir books. About the book Elixir in Action, Third Edition teaches you how to create distributed applications and server-side systems using Elixir and the Erlang VM. This Third Edition from Elixir expert Saša Juric is fully updated to include the latest features of Elixir 1.15. In it, you'll master the foundations of the language, discover how the OTP framework minimizes tedious boilerplate code, and explore numerous examples that ensure you're learning hands-on. What's inside

  • Elixir modules, functions, and type system
  • Functional and concurrent programming
  • Introduction to distributed system design
  • Creating deployable releases


About the reader For programmers comfortable with client/server applications. No experience with Elixir, Erlang, or functional programming required. About the author Saša Juric uses Elixir and Erlang to build fault-tolerant, scalable, highly concurrent systems. Technical editor on this book was Marius Butuc. Table of Contents PART 1 Functional Elixir
1 First steps
2 Building blocks
3 Control flow
4 Data abstractions
PART 2 CONCURRENT ELIXIR
5 Concurrency primitives
6 Generic server processes
7 Building a concurrent system
8 Fault tolerance basics
9 Isolating error effects
10 Beyond GenServer
PART 3 PRODUCTION
11 Working with components
12 Building a distributed system
13 Running the system

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Elixir in Action, Third Edition by Saša Juric in PDF and/or ePUB format, as well as other popular books in Computer Science & Data Processing. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2024
eBook ISBN
9781638354376
Edition
0

Table of contents

  1. Praise for the Second Edition
  2. Elixir in Action
  3. Copyright
  4. dedication
  5. contents
  6. front matter
  7. Part 1 Functional Elixir
  8. 1 First steps
  9. 2 Building blocks
  10. 3 Control flow
  11. 4 Data abstractions
  12. Part 2 Concurrent Elixir
  13. 5 Concurrency primitives
  14. 6 Generic server processes
  15. 7 Building a concurrent system
  16. 8 Fault tolerance basics
  17. 9 Isolating error effects
  18. 10 Beyond GenServer
  19. Part 3 Production
  20. 11 Working with components
  21. 12 Building a distributed system
  22. 13 Running the system
  23. index