Subscribe for only $15 to access all of our content
Update: This episode was published before Phoenix 1.3 was released. The final Phoenix 1.3 release has a few changes. After the steps in the video, you’ll need to:
MyApp.Web
with MyAppWeb
Below are Chris McCord’s upgrade instructions that this episode is based on.
https://gist.github.com/chrismccord/71ab10d433c98b714b75c886eff17357
If you notice anything missing, please post in the comments.
Here we’ll see how structs can be used to format data. We’ll start with an introduction to structs and then explore different ways to map external data to a struct, including using the ExConstructor package.
Watch episode
In this episode we’ll use proactive caching with Cachex. Proactive caching can help ensure there is never a cache miss since data is loaded when the application starts.
Watch episode
Here we look at how to use Cachex to create a cache in an Elixir application. We’ll start by seeing how to interact with Cachex and then we’ll implement a simple cache in our application.
Watch episode