Subscribe to access all episodes. View plans →
In this episode we’ll add a simple search form to a Phoenix application. We’ll use Ecto to build our search query, along with PostgreSQL’s ‘ilike’ to make our search case-insensitive.
Alchemist's Edition
In this episode we’ll learn how to accept payments using Stripe. We’ll integrate Stripe Checkout into an existing Phoenix application in order to easily accept payment and shipping information.
One of the great features of Phoenix is how easily it allows developers to include realtime functionality in applications. In this episode we’ll use Channels to build a simple chat application in 8 minutes.
In this episode we’ll take what we did in Charts with Chart.js Part 1 and build on it. Let’s take advantage of Phoenix and use Channels to make our chart update in realtime.
Gravatar is a great way to easily display avatars. In this episode we’ll create simple helper function that we’ll use to display a user’s Gravatar.
Using partial templates are a great way to break up larger, more complex templates. In this episode we see how easy it is to use them with Phoenix.
Plug is an essential tool when building web applications in Elixir. In this episode we’ll dive into function plugs by building one and using it in an existing Phoenix application.
ex_debug_toolbar is a great new Elixir project that makes it easier to debug Phoenix applications and see stats about them. In this episode we’ll learn how to use it with an existing Phoenix application.
Phoenix 1.3 represents a major shift in how to build and think about Elixir Phoenix applications. In this episode learn how to upgrade an existing Phoenix application to 1.3.
© 2024 HEXMONSTER LLC