Subscribe to access all episodes. View plans →
Assigns allow you to set and access shared data in different contexts within Phoenix. In this episode we’ll explore how to use assigns in the connection, template, and socket.
Alchemist's Edition
In this episode we’ll learn how we can use feature flags to toggle different features of an application to different users. To do this we’ll be using the FunWithFlags package in an existing Elixir application.
In this episode we’ll look at how we can use the Phoenix router to define routes for our application. We’ll learn how to define single routes and full RESTful resources in Phoenix.
In this episode we’ll update an existing Elixir application to make it use a Stream throughout. Then we’ll see how we can use Task.async_stream to make concurrent API calls.
In this episode we’ll learn the basics of working with CSV files in Elixir. We’ll parse and existing CSV to get specific data from it. We’ll also learn how to build a new CSV file.
In this episode we’ll learn how to seed our Ecto database with some dummy info for use in a Phoenix application.
In this episode we’ll learn how we can use virtual attributes in Ecto to create fields in a schema that are not persisted to the database.
In this episode we’ll create a new Mix project to interact with an FTP server. We’ll learn how to connect to the server, change directories, download and upload files.
In this episode we’ll look at how we can implement passwordless authentication in a Phoenix application with the Veil package.
© 2024 HEXMONSTER LLC