Search⌘ K

Chapter Overview

Explore how to start Elixir projects using Mix, structure code with folders and namespaces, create domain-specific structs, and apply polymorphism and behaviors to design reliable applications.

We'll cover the following...

That was a challenging chapter! We’ve used everything we covered in the previous chapters to build a larger application, and we faced ...