Introduction to the Data Layer
Understand the fundamentals of Elixir's data layer by exploring functional data structures, immutability, and access patterns. Learn how to design data suited for functional programming and apply these principles to build a quiz engine project.
We'll cover the following...
We'll cover the following...
The data layer
This chapter will continue looking at the D for data part of "Do fun things with big, loud worker-bees.” We’ll use the Elixir datatypes we saw in the previous chapter to roll up data structures. Elixir is a functional programming ...