Build a Binary Clock with Elixir and Nerves

Download Build a Binary Clock with Elixir and Nerves PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680509772
Total Pages : 143 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Build a Binary Clock with Elixir and Nerves by : Frank Hunleth

Download or read book Build a Binary Clock with Elixir and Nerves written by Frank Hunleth and published by Pragmatic Bookshelf. This book was released on 2022-08-02 with total page 143 pages. Available in PDF, EPUB and Kindle. Book excerpt: Want to get better at coding Elixir? Write a hardware project with Nerves. As you build this binary clock, you'll build in resiliency using OTP, the same libraries powering many commercial phone switches. You'll attack complexity the way the experts do, using a layered approach. You'll sharpen your debugging skills by taking small, easily verified steps toward your goal. When you're done, you'll have a working binary clock and a good appreciation of the work that goes into a hardware system. You'll also be able to apply that understanding to every new line of Elixir you write. Combining software with hardware can be frustrating, but you can become proficient in no time by taking a simple, logical approach. Blinking a single LED is the traditional "hello-world" of embedded systems. Building your own binary clock is the logical next step. It blinks groupings of LEDs based on the system time. This guide walks you through a working project using the techniques used by experts who build software for hardware every day. This common sense project moves forward in tiny, logical steps. As you progress, you can verify each step before moving on to the next. You don't have to be a Nerves novice to benefit from this project. Become a better Elixir programmer as you build your own desktop showpiece. With a layered approach to software design, you'll learn to control the complexity of your programs the way the experts do by focusing on one small slice of your system at a time. When you're done, you'll have your own binary clock, and also more of the tools you need to design and build your own Nerves and Elixir projects. You'll also be a better programmer with a deeper appreciation of layering techniques for controlling complexity. What You Need: This project is for Elixir developers who want to get started with Nerves, or improve their skills. The project is designed for Elixir 1.11 and Nerves 1.7, but later versions will probably work as well with slight modifications. The project uses a Raspberry Pi zero with a set of components. With slight modifications, you can make this book work with other components as well.

Build a Binary Clock with Elixir and Nerves

Download Build a Binary Clock with Elixir and Nerves PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 9781680509236
Total Pages : 80 pages
Book Rating : 4.5/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Build a Binary Clock with Elixir and Nerves by : Frank Hunleth

Download or read book Build a Binary Clock with Elixir and Nerves written by Frank Hunleth and published by Pragmatic Bookshelf. This book was released on 2022-07-19 with total page 80 pages. Available in PDF, EPUB and Kindle. Book excerpt: Want to get better at coding Elixir? Write a hardware project with Nerves. As you build this binary clock, you'll build in resiliency using OTP, the same libraries powering many commercial phone switches. You'll attack complexity the way the experts do, using a layered approach. You'll sharpen your debugging skills by taking small, easily verified steps toward your goal. When you're done, you'll have a working binary clock and a good appreciation of the work that goes into a hardware system. You'll also be able to apply that understanding to every new line of Elixir you write. Combining software with hardware can be frustrating, but you can become proficient in no time by taking a simple, logical approach. Blinking a single LED is the traditional "hello-world" of embedded systems. Building your own binary clock is the logical next step. It blinks groupings of LEDs based on the system time. This guide walks you through a working project using the techniques used by experts who build software for hardware every day. This common sense project moves forward in tiny, logical steps. As you progress, you can verify each step before moving on to the next. You don't have to be a Nerves novice to benefit from this project. Become a better Elixir programmer as you build your own desktop showpiece. With a layered approach to software design, you'll learn to control the complexity of your programs the way the experts do by focusing on one small slice of your system at a time. When you're done, you'll have your own binary clock, and also more of the tools you need to design and build your own Nerves and Elixir projects. You'll also be a better programmer with a deeper appreciation of layering techniques for controlling complexity. What You Need: This project is for Elixir developers who want to get started with Nerves, or improve their skills. The project is designed for Elixir 1.11 and Nerves 1.7, but later versions will probably work as well with slight modifications. The project uses a Raspberry Pi zero with a set of components. With slight modifications, you can make this book work with other components as well.

From Ruby to Elixir

Download From Ruby to Elixir PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 :
Total Pages : 298 pages
Book Rating : 4.8/5 (886 download)

DOWNLOAD NOW!


Book Synopsis From Ruby to Elixir by : Stephen Bussey

Download or read book From Ruby to Elixir written by Stephen Bussey and published by Pragmatic Bookshelf. This book was released on 2024-04-23 with total page 298 pages. Available in PDF, EPUB and Kindle. Book excerpt: Elixir will change the way you think about programming. Use your Ruby experience to quickly get up to speed so you can see what all of the buzz is about. Go from zero to production applications that are reliable, fast, and scalable. Learn Elixir syntax and pattern matching to conquer the basics. Then move onto Elixir's unique process model that offers a world-class way to go parallel without fear. Finally, use the most common libraries like Ecto, Phoenix, and Oban to build a real-world SMS application. Now's the time. Dive in and learn Elixir. Whether you're a seasoned Ruby developer looking to expand your skill set or a programming beginner looking for a solid foundation in Elixir, this book has what you need to get up to speed quickly. Elixir is a functional language with a fairly small footprint. This makes it easier to learn and put into production than other languages. Plus, it's built on forty-year-old foundations that give your applications rock-solid stability. The first part of this book is all about developing expertise in the language. Learn about the core data types, build application data structures, enumerate over data, and use pattern matching to control the flow of an application. Elixir has an amazing process model that allows for (actually) easy parallel processing. Learn how to tap into this process model so you can leverage that power yourself. The second part of this book builds a real-world application using the most important libraries in a web developer's toolbox. Each library is compared to its similar Ruby library so you'll quickly see similarities and differences. We'll use Ecto, Phoenix, and Oban to build a SMS application powered by Twilio. What are you waiting for? Tap into your Ruby knowledge and start building scalable Elixir applications today. What You Need: You'll need Elixir 1.14+ and Erlang/OTP 24+ installed on a Mac OS X, Linux, or Windows machine.

Exploring Graphs with Elixir

Download Exploring Graphs with Elixir PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 :
Total Pages : 393 pages
Book Rating : 4.8/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Exploring Graphs with Elixir by : Tony Hammond

Download or read book Exploring Graphs with Elixir written by Tony Hammond and published by Pragmatic Bookshelf. This book was released on 2022-11-02 with total page 393 pages. Available in PDF, EPUB and Kindle. Book excerpt: Data is everywhere - it's just not very well connected, which makes it super hard to relate dataset to dataset. Using graphs as the underlying glue, you can readily join data together and create navigation paths across diverse sets of data. Add Elixir, with its awesome power of concurrency, and you'll soon be mastering data networks. Learn how different graph models can be accessed and used from within Elixir and how you can build a robust semantics overlay on top of graph data structures. We'll start from the basics and examine the main graph paradigms. Get ready to embrace the world of connected data! Graphs provide an intuitive and highly flexible means for organizing and querying huge amounts of loosely coupled data items. These data networks, or graphs in math speak, are typically stored and queried using graph databases. Elixir, with its noted support for fault tolerance and concurrency, stands out as a language eminently suited to processing sparsely connected and distributed datasets. Using Elixir and graph-aware packages in the Elixir ecosystem, you'll easily be able to fit your data to graphs and networks, and gain new information insights. Build a testbed app for comparing native graph data with external graph databases. Develop a set of applications under a single umbrella app to drill down into graph structures. Build graph models in Elixir, and query graph databases of various stripes - using Cypher and Gremlin with property graphs and SPARQL with RDF graphs. Transform data from one graph modeling regime to another. Understand why property graphs are especially good at graph traversal problems, while RDF graphs shine at integrating different semantic models and can scale up to web proportions. Harness the outstanding power of concurrent processing in Elixir to work with distributed graph datasets and manage data at scale. What You Need: To follow along with the book, you should have Elixir 1.10+ installed. The book will guide you through setting up an umbrella application for a graph testbed using a variety of graph databases for which Java SDK 8+ is generally required. Instructions for installing the graph databases are given in an appendix.

Designing Data Governance from the Ground Up

Download Designing Data Governance from the Ground Up PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 :
Total Pages : 212 pages
Book Rating : 4.8/5 (886 download)

DOWNLOAD NOW!


Book Synopsis Designing Data Governance from the Ground Up by : Lauren Maffeo

Download or read book Designing Data Governance from the Ground Up written by Lauren Maffeo and published by Pragmatic Bookshelf. This book was released on 2023-01-18 with total page 212 pages. Available in PDF, EPUB and Kindle. Book excerpt: Businesses own more data than ever before, but it's of no value if you don't know how to use it. Data governance manages the people, processes, and strategy needed for deploying data projects to production. But doing it well is far from easy: Less than one fourth of business leaders say their organizations are data driven. In Designing Data Governance from the Ground Up, you'll build a cross-functional strategy to create roadmaps and stewardship for data-focused projects, embed data governance into your engineering practice, and put processes in place to monitor data after deployment. In the last decade, the amount of data people produced grew 3,000 percent. Most organizations lack the strategy to clean, collect, organize, and automate data for production-ready projects. Without effective data governance, most businesses will keep failing to gain value from the mountain of data that's available to them. There's a plethora of content intended to help DataOps and DevOps teams reach production, but 90 percent of projects trained with big data fail to reach production because they lack governance. This book shares six steps you can take to build a data governance strategy from scratch. You'll find a data framework, pull together a team of data stewards, build a data governance team, define your roadmap, weave data governance into your development process, and monitor your data in production Whether you're a chief data officer or individual contributor, this book will show you how to manage up, get the buy-in you need to build data governance, find the right colleagues to co-create data governance, and keep them engaged for the long haul.

SQL Antipatterns, Volume 1

Download SQL Antipatterns, Volume 1 PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 :
Total Pages : 531 pages
Book Rating : 4.8/5 (886 download)

DOWNLOAD NOW!


Book Synopsis SQL Antipatterns, Volume 1 by : Bill Karwin

Download or read book SQL Antipatterns, Volume 1 written by Bill Karwin and published by Pragmatic Bookshelf. This book was released on 2022-10-24 with total page 531 pages. Available in PDF, EPUB and Kindle. Book excerpt: SQL is the ubiquitous language for software developers working with structured data. Most developers who rely on SQL are experts in their favorite language (such as Java, Python, or Go), but they're not experts in SQL. They often depend on antipatterns - solutions that look right but become increasingly painful to work with as you uncover their hidden costs. Learn to identify and avoid many of these common blunders. Refactor an inherited nightmare into a data model that really works. Updated for the current versions of MySQL and Python, this new edition adds a dozen brand new mini-antipatterns for quick wins. No matter which platform, framework, or language you use, the database is the foundation of your application, and the SQL database language is the standard for working with it. Antipatterns are solutions that look simple at the surface, but soon mire you down with needless work. Learn to identify these traps, and craft better solutions for the often-asked questions in this book. Avoid the mistakes that lead to poor performance and quality, and master the principles that make SQL a powerful and flexible tool for handling data and logic. Dive deep into SQL and database design, and learn to recognize the most common missteps made by software developers in database modeling, SQL query logic, and code design of data-driven applications. See practical examples of misconceptions about SQL that can lure software projects astray. Find the greatest value in each group of data. Understand why an intersection table may be your new best friend. Store passwords securely and don't reinvent the wheel. Handle NULL values like a pro. Defend your web applications against the security weakness of SQL injection. Use SQL the right way - it can save you from headaches and needless work, and let your application really shine! What You Need: The SQL examples use the MySQL 8.0 flavor, but other popular brands of RDBMS are mentioned. Other code examples use Python 3.9+ or Ruby 2.7+.

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

Download Designing Elixir Systems with Otp: Write Highly Scalable, Self-Healing Software with Layers PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 9781680506617
Total Pages : 250 pages
Book Rating : 4.5/5 (66 download)

DOWNLOAD NOW!


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.

Programming Elixir 1. 6

Download Programming Elixir 1. 6 PDF Online Free

Author :
Publisher :
ISBN 13 : 9781680502992
Total Pages : 391 pages
Book Rating : 4.5/5 (29 download)

DOWNLOAD NOW!


Book Synopsis Programming Elixir 1. 6 by : Dave Thomas

Download or read book Programming Elixir 1. 6 written by Dave Thomas and published by . This book was released on 2018-05-28 with total page 391 pages. Available in PDF, EPUB and Kindle. Book excerpt: "Functional programming techniques help you manage the complexities of today’s real-world, concurrent systems; maximize uptime; and manage security. Enter Elixir, with its modern, Ruby-like, extendable syntax, compile and runtime evaluation, hygienic macro system, and more. But, just as importantly, Elixir brings a sense of enjoyment to parallel, functional programming. Your applications become fun to work with, and the language encourages you to experiment."--Publisher's website.

Star Maker

Download Star Maker PDF Online Free

Author :
Publisher : Wesleyan University Press
ISBN 13 : 0819566934
Total Pages : 348 pages
Book Rating : 4.8/5 (195 download)

DOWNLOAD NOW!


Book Synopsis Star Maker by : Olaf Stapledon

Download or read book Star Maker written by Olaf Stapledon and published by Wesleyan University Press. This book was released on 2004-05-24 with total page 348 pages. Available in PDF, EPUB and Kindle. Book excerpt: Science fiction-roman.

Programming Phoenix LiveView

Download Programming Phoenix LiveView PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 9781680508215
Total Pages : 370 pages
Book Rating : 4.5/5 (82 download)

DOWNLOAD NOW!


Book Synopsis Programming Phoenix LiveView by : Bruce A. Tate

Download or read book Programming Phoenix LiveView written by Bruce A. Tate and published by Pragmatic Bookshelf. This book was released on 2021-09-30 with total page 370 pages. Available in PDF, EPUB and Kindle. Book excerpt: The days of the traditional request-response web application are long gone, but you don't have to wade through oceans of JavaScript to build the interactive applications today's users crave. The innovative Phoenix LiveView library empowers you to build applications that are fast and highly interactive, without sacrificing reliability. This definitive guide to LiveView isn't a reference manual. Learn to think in LiveView. Write your code layer by layer, the way the experts do. Explore techniques with experienced teachers to get the best possible performance. Instead of settling for traditional manuals and tutorials, get insights that can only be learned from experience. Start with the Elixir language techniques that effortlessly marry your client templates and server-side handlers. Design your systems with the right layers in the right places so that your code is easier to understand, change, and support. Explore features like multi-part uploads and learn how to comprehensively test your live views. Roll into advanced techniques to tie your code to other services through the powerful publish-subscribe interface. LiveView brings the most important programming techniques from the popular Elm and JavaScript React frameworks to Elixir. You'll experience firsthand how to harness that power by working side by side with some of the first LiveView users. You will write your programs to change data on the server, and you'll see how LiveView efficiently detects those changes and reflects them on the web page. Start from scratch, use built-in generators, and craft reusable components. Your single-purpose reducers will transform server data that your renderers can turn into efficient client-side diffs. Don't settle for knowing how things work. To get the most out of LiveView, you need to know why they work that way. Co-authored by one of the most prolific authors and teachers in all of Elixir, this book is your perfect guide to one of the most important new frameworks of our generation. What You Need: Programming Phoenix LiveView uses Phoenix version 1.5, and any Elixir version compatible with it. You will also want PostgreSQL and JavaScript Node.

Stiff: The Curious Lives of Human Cadavers

Download Stiff: The Curious Lives of Human Cadavers PDF Online Free

Author :
Publisher : W. W. Norton & Company
ISBN 13 : 0393069192
Total Pages : 320 pages
Book Rating : 4.3/5 (93 download)

DOWNLOAD NOW!


Book Synopsis Stiff: The Curious Lives of Human Cadavers by : Mary Roach

Download or read book Stiff: The Curious Lives of Human Cadavers written by Mary Roach and published by W. W. Norton & Company. This book was released on 2004-05-17 with total page 320 pages. Available in PDF, EPUB and Kindle. Book excerpt: Beloved, best-selling science writer Mary Roach’s “acutely entertaining, morbidly fascinating” (Susan Adams, Forbes) classic, now with a new epilogue. For two thousand years, cadavers – some willingly, some unwittingly – have been involved in science’s boldest strides and weirdest undertakings. They’ve tested France’s first guillotines, ridden the NASA Space Shuttle, been crucified in a Parisian laboratory to test the authenticity of the Shroud of Turin, and helped solve the mystery of TWA Flight 800. For every new surgical procedure, from heart transplants to gender confirmation surgery, cadavers have helped make history in their quiet way. “Delightful—though never disrespectful” (Les Simpson, Time Out New York), Stiff investigates the strange lives of our bodies postmortem and answers the question: What should we do after we die? “This quirky, funny read offers perspective and insight about life, death and the medical profession. . . . You can close this book with an appreciation of the miracle that the human body really is.” —Tara Parker-Pope, Wall Street Journal “Gross, educational, and unexpectedly sidesplitting.” —Entertainment Weekly

To Life!

Download To Life! PDF Online Free

Author :
Publisher : Univ of California Press
ISBN 13 : 0520273613
Total Pages : 380 pages
Book Rating : 4.5/5 (22 download)

DOWNLOAD NOW!


Book Synopsis To Life! by : Linda Weintraub

Download or read book To Life! written by Linda Weintraub and published by Univ of California Press. This book was released on 2012-09-01 with total page 380 pages. Available in PDF, EPUB and Kindle. Book excerpt: This title documents the burgeoning eco art movement from A to Z, presenting a panorama of artistic responses to environmental concerns, from Ant Farms anti-consumer antics in the 1970s to Marina Zurkows 2007 animation that anticipates the havoc wreaked upon the planet by global warming.

The Information

Download The Information PDF Online Free

Author :
Publisher : Vintage
ISBN 13 : 0307379574
Total Pages : 400 pages
Book Rating : 4.3/5 (73 download)

DOWNLOAD NOW!


Book Synopsis The Information by : James Gleick

Download or read book The Information written by James Gleick and published by Vintage. This book was released on 2011-03-01 with total page 400 pages. Available in PDF, EPUB and Kindle. Book excerpt: From the bestselling author of the acclaimed Chaos and Genius comes a thoughtful and provocative exploration of the big ideas of the modern era: Information, communication, and information theory. Acclaimed science writer James Gleick presents an eye-opening vision of how our relationship to information has transformed the very nature of human consciousness. A fascinating intellectual journey through the history of communication and information, from the language of Africa’s talking drums to the invention of written alphabets; from the electronic transmission of code to the origins of information theory, into the new information age and the current deluge of news, tweets, images, and blogs. Along the way, Gleick profiles key innovators, including Charles Babbage, Ada Lovelace, Samuel Morse, and Claude Shannon, and reveals how our understanding of information is transforming not only how we look at the world, but how we live. A New York Times Notable Book A Los Angeles Times and Cleveland Plain Dealer Best Book of the Year Winner of the PEN/E. O. Wilson Literary Science Writing Award

Nietzsche: Daybreak

Download Nietzsche: Daybreak PDF Online Free

Author :
Publisher : Cambridge University Press
ISBN 13 : 9780521599634
Total Pages : 296 pages
Book Rating : 4.5/5 (996 download)

DOWNLOAD NOW!


Book Synopsis Nietzsche: Daybreak by : Friedrich Nietzsche

Download or read book Nietzsche: Daybreak written by Friedrich Nietzsche and published by Cambridge University Press. This book was released on 1997-11-13 with total page 296 pages. Available in PDF, EPUB and Kindle. Book excerpt: A new edition of this important work of Nietzsche's 'mature' philosophy.

The Blind Watchmaker

Download The Blind Watchmaker PDF Online Free

Author :
Publisher : Turtleback Books
ISBN 13 : 9780613913812
Total Pages : 0 pages
Book Rating : 4.9/5 (138 download)

DOWNLOAD NOW!


Book Synopsis The Blind Watchmaker by : Charles Simonyi Professor of the Public Understanding of Science Richard Dawkins

Download or read book The Blind Watchmaker written by Charles Simonyi Professor of the Public Understanding of Science Richard Dawkins and published by Turtleback Books. This book was released on 1996-09-17 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Patiently and lucidly, this Los Angeles Times Book Award and Royal Society of Literature Heinemann Prize winner identifies the aspects of the theory of evolution that people find hard to believe and removes the barriers to credibility one by one. As readable and vigorous a defense of Darwinism as has been published since 1859.--The Economist.

Under the Greenwood Tree

Download Under the Greenwood Tree PDF Online Free

Author :
Publisher :
ISBN 13 :
Total Pages : 300 pages
Book Rating : 4.:/5 ( download)

DOWNLOAD NOW!


Book Synopsis Under the Greenwood Tree by : Hardy

Download or read book Under the Greenwood Tree written by Hardy and published by . This book was released on 1896 with total page 300 pages. Available in PDF, EPUB and Kindle. Book excerpt:

Programming Phoenix

Download Programming Phoenix PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680504363
Total Pages : 398 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Programming Phoenix by : Chris McCord

Download or read book Programming Phoenix written by Chris McCord and published by Pragmatic Bookshelf. This book was released on 2016-04-20 with total page 398 pages. Available in PDF, EPUB and Kindle. Book excerpt: Don't accept the compromise between fast and beautiful: you can have it all. Phoenix creator Chris McCord, Elixir creator Jose Valim, and award-winning author Bruce Tate walk you through building an application that's fast and reliable. At every step, you'll learn from the Phoenix creators not just what to do, but why. Packed with insider insights, this definitive guide will be your constant companion in your journey from Phoenix novice to expert, as you build the next generation of web applications. Phoenix is the long-awaited web framework based on Elixir, the highly concurrent language that combines a beautiful syntax with rich metaprogramming. The authors, who developed the earliest production Phoenix applications, will show you how to create code that's easier to write, test, understand, and maintain. The best way to learn Phoenix is to code, and you'll get to attack some interesting problems. Start working with controllers, views, and templates within the first few pages. Build an in-memory repository, and then back it with an Ecto database layer. Learn to use change sets and constraints that keep readers informed and your database integrity intact. Craft your own interactive application based on the channels API for the real-time, high-performance applications that this ecosystem made famous. Write your own authentication components called plugs, and even learn to use the OTP layer for monitored, reliable services. Organize your code with umbrella projects so you can keep your applications modular and easy to maintain. This is a book by developers and for developers, and we know how to help you ramp up quickly. Any book can tell you what to do. When you've finished this one, you'll also know why to do it. What You Need: To work through this book, you will need a computer capable of running Erlang 17 or better, Elixir 1.1, or better, Phoenix 1.0 or better, and Ecto 1.0 or better. A rudimentary knowledge of Elixir is also highly recommended.