Subscribe to access all episodes. View plans →
Alchemist's Edition
In this episode we’ll take an existing contact form and see how Ecto changesets can be used to perform schemaless form validations and display errors.
In this episode we’ll build a contact form for an existing Elixir Phoenix application. When a user submits the form, an email will be sent using the Bamboo library.
In part 4 of our Phoenix LiveView series we’ll use Phoenix Presence to track how many users are currently signed in to our application.
Often different layouts need to be rendered for different parts of a web application. In this episode we look at a few ways of doing this in Elixir.
In this episode we’ll explore Ecto.Multi in order to compose database transactions in Elixir.
Testing is an essential part of software development. In this episode we’ll get an introduction to testing in Elixir using the ExUnit test framework.
Often you’ll have sensitive information that you don’t want to show up logs. In this episode we’ll see how to configure Phoenix to specify what parameters you want filtered in your logs.
In this episode we’ll explore one way to use Phoenix to create a nested form that saves an associated record in our database.
In part 3 of our series we’ll broadcast album changes to all clients using Phoenix.PubSub and Phoenix LiveView.
© 2024 HEXMONSTER LLC