Subscribe to access all episodes. View plans →
Alchemist's Edition
Elixir protocols provide a powerful mechanism for polymorphism and code reuse. In this episode, we’ll get an introduction on how to use them.
In this episode we’ll learn how to publish a package to Hex, the package manager for the Erlang ecosystem.
Ecto provides primitive types that handle most cases, however, you’ll occasionally work with data that doesn’t fit with the existing types. For these instances, Ecto provides the Ecto.Type behaviour.
In this episode, we’ll utilize dynamic function calls to build a web-based application that helps people learn Elixir.
LiveView streams make it easy to manage collections of data on the client without keeping resources on the server. In this episode, we’ll rewrite an existing LiveView to use streams.
In this episode we’ll add the Trix rich text editor to an existing Phoenix application.
In this episode we’ll add a dynamic selection field to LiveView using LiveSelect.
In this episode we’ll use Swoosh Gallery to create email previews for our Swoosh mailers.
In this episode we’ll use Swoosh and Phoenix Swoosh to send emails.
© 2021 HEXMONSTER LLC