Subscribe to access all episodes. View plans →
Alchemist's Edition
ExMachina makes it easy to create test data for Elixir applications. In this episode we’ll update our existing tests to use ExMachina.
Writing tests can get messy. ExUnit.Callbacks are a great way to keep your test code clean and setup the data your tests need.
In this episode we’ll use Ecto.Enum to help us keep atom values for a field in an Ecto Schema.
In this episode, we’ll get a quick introduction on how to use Phoenix LiveView Uploads. We’ll read the contents of an uploaded CSV file, save it to the database, and then make it viewable from the app.
Surface is a server-side rendering component library built on top of Phoenix LiveView. In this episode, we’ll see how to use Surface to create both stateless and stateful components.
Clustering your Elixir application will help provide redundancy and give it higher availability. In this episode, we’ll learn how to cluster an Elixir application on Gigalixir using libcluster.
Here we have an existing database we need to encrypt. In this episode we’ll learn how to encrypt it with Cloak.
Cloak makes it easy to encrypt data in Elixir applications. Here we’ll use Cloak to encrypt some Ecto database fields.
Love Phoenix LiveView, but haven’t learned about LiveComponents? Then check out this intro. We’ll start by building a Stateless component and refactor it to Stateful component.
© 2024 HEXMONSTER LLC