Subscribe to access all episodes. View plans →
Alchemist's Edition
This episode details setting up a Wordle-like game in Phoenix LiveView, covering creating two different database tables, populating them with 5-letter words using the WordList and NimbleCSV packages, and configuring routes and LiveView components.
In this episode we begin creating our game by generating a new Phoenix LiveView application. Then we’ll set up the database, customize layouts with HEEx and Tailwind CSS, and update the router.
Styler is a package that finds issues in your Elixir code and automatically fixes them. In this episode, we’ll explore how it works by adding it to an existing Elixir application.
In this episode, we’ll learn how to use Credo to help us catch inconsistencies and improve our code.
In this episode we’ll explore a way to get lower level control of asynchronous operations in Phoenix LiveView with start_async.
In this episode we’ll fetch data asynchronously using Phoenix LiveView’s assign_async function.
Hammer makes it easy to add rate-limiting to your Elixir Phoenix application.
In this episode we’ll use Plug to restrict access to our JSON API unless the request includes a valid API key.
In this episode we’ll learn how to use Phoenix 1.7 to build a JSON API.
© 2024 HEXMONSTER LLC