April 2018
Beginner to intermediate
406 pages
9h 33m
English
Chapter 1, A Brief Introduction to Elixir and Phoenix, goes over the basics of developing in Elixir and Phoenix and makes the readers understand some of the basic constructs available.
Chapter 2, Building Controllers, Views, and Templates, covers working with the fundamentals of every Phoenix application.
Chapter 3, Storing and Retrieving Vote Data with Ecto Pages, discusses working with data in our database.
Chapter 4, Introducing User Accounts and Sessions, begins to introduce the concept of Users into our system and introduces working with login, logout, and session management.
Chapter 5, Validations, Errors, and Tying Loose Ends, explores working on tightening up our application through validation, error-handling, ...