Manage the State with a State Machine
Learn to get an overview of how state machines work.
We'll cover the following...
The state in an Elixir project
Handling the state is an important topic in web development these days. There are evolving ideas and practices in both the front and back-end worlds. It’s time we talk more directly about how to manage the state in an Elixir project.
The