Search⌘ K

Creating Our Mastery Project

Explore building the Mastery project by applying data structure concepts and immutability in Elixir. Learn how to organize quiz templates and set up an OTP project with a supervisor using mix. Understand how data design influences project functionality as you develop a quiz generator.

Mastery

Let’s take the ideas we’ve learned and put them into practice. Throughout the rest of this course, we will build a project called Mastery that generates quizzes. As a rough rule of thumb, we’ll start by thinking about the data in the system, including custom datatypes.

Breaking our

...