Episode 204: Integrating Elixir LangChain + Phoenix LiveView for AI-generated album summaries with real-time streaming responses.
elixircasts.io/real-time-ai...
#MyElixirStatus #elixirlang #AI
elixircasts.io/real-time-ai...
#MyElixirStatus #elixirlang #AI
October 27, 2025 at 2:57 PM
Episode 204: Integrating Elixir LangChain + Phoenix LiveView for AI-generated album summaries with real-time streaming responses.
elixircasts.io/real-time-ai...
#MyElixirStatus #elixirlang #AI
elixircasts.io/real-time-ai...
#MyElixirStatus #elixirlang #AI
In episode 203 we'll learn how to speed up Elixir workflow with a .iex.exs file.
Alias your modules, import helpers, and customize your shell setup.
elixircasts.io/dot-iex-exs-...
#MyElixirStatus
Alias your modules, import helpers, and customize your shell setup.
elixircasts.io/dot-iex-exs-...
#MyElixirStatus
.iex.exs File
In this episode, we’ll learn how to streamline our Elixir development workflow by customizing our IEx shell with a `.iex.exs` file. With it, we can automatically alias modules, import helpers, and dis...
elixircasts.io
October 6, 2025 at 2:28 PM
In episode 203 we'll learn how to speed up Elixir workflow with a .iex.exs file.
Alias your modules, import helpers, and customize your shell setup.
elixircasts.io/dot-iex-exs-...
#MyElixirStatus
Alias your modules, import helpers, and customize your shell setup.
elixircasts.io/dot-iex-exs-...
#MyElixirStatus
In episode 202 we explore Tidewave, a browser-based AI coding agent for Phoenix.
Watch how it can transform your development workflow with point-and-click debugging and automatic error fixes!
elixircasts.io/intro-to-tid...
#MyElixirStatus
Watch how it can transform your development workflow with point-and-click debugging and automatic error fixes!
elixircasts.io/intro-to-tid...
#MyElixirStatus
Intro to Tidewave
In this episode, we explore Tidewave, a browser-based AI coding agent with deep Phoenix integration. We'll walk through installation, configuration, and see Tidewave's powerful features in action, fro...
elixircasts.io
September 22, 2025 at 2:48 PM
In episode 202 we explore Tidewave, a browser-based AI coding agent for Phoenix.
Watch how it can transform your development workflow with point-and-click debugging and automatic error fixes!
elixircasts.io/intro-to-tid...
#MyElixirStatus
Watch how it can transform your development workflow with point-and-click debugging and automatic error fixes!
elixircasts.io/intro-to-tid...
#MyElixirStatus
Curious about Elixir, but not sure where to start?
I put together this free video series that covers the fundamentals.
elixircasts.io/series/learn...
#MyElixirStatus
I put together this free video series that covers the fundamentals.
elixircasts.io/series/learn...
#MyElixirStatus
Learn Elixir with ElixirCasts
Learn the basics of programming with Elixir.
elixircasts.io
September 15, 2025 at 6:54 PM
Curious about Elixir, but not sure where to start?
I put together this free video series that covers the fundamentals.
elixircasts.io/series/learn...
#MyElixirStatus
I put together this free video series that covers the fundamentals.
elixircasts.io/series/learn...
#MyElixirStatus
🆕 In episode 201, learn how to use Ecto's one-to-one relationships with nested forms.
#MyElixirStatus
elixircasts.io/using-has_on...
#MyElixirStatus
elixircasts.io/using-has_on...
Using has_one Associations with Phoenix Forms
In this episode we'll learn how add a one-to-one relationship using Ecto schemas. We'll generate migrations and schemas, set up proper associations with `has_one` and `belongs_to`, and create nested f...
elixircasts.io
September 8, 2025 at 2:08 PM
🆕 In episode 201, learn how to use Ecto's one-to-one relationships with nested forms.
#MyElixirStatus
elixircasts.io/using-has_on...
#MyElixirStatus
elixircasts.io/using-has_on...
🎉 Episode 200 is live!
In it we'll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form to correctly handle the association.
elixircasts.io/using-belong...
#MyElixirStatus
In it we'll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form to correctly handle the association.
elixircasts.io/using-belong...
#MyElixirStatus
Using belongs_to Associations with Phoenix Forms
In this episode, we'll refactor our database to use a proper Artists table with database associations. You'll learn how to set up `has_many` and `belongs_to` relationships in Phoenix, preventing dupli...
elixircasts.io
September 1, 2025 at 3:11 PM
🎉 Episode 200 is live!
In it we'll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form to correctly handle the association.
elixircasts.io/using-belong...
#MyElixirStatus
In it we'll learn how to set up has_many and belongs_to relationships in Phoenix and then refactor our form to correctly handle the association.
elixircasts.io/using-belong...
#MyElixirStatus
In episode 199, we'll unlock the power of LiveView's Portal component and 'teleport' a LiveComponent to create a sleek, real-time album search modal.
#MyElixirStatus
elixircasts.io/phoenix-live...
#MyElixirStatus
elixircasts.io/phoenix-live...
August 25, 2025 at 2:54 PM
In episode 199, we'll unlock the power of LiveView's Portal component and 'teleport' a LiveComponent to create a sleek, real-time album search modal.
#MyElixirStatus
elixircasts.io/phoenix-live...
#MyElixirStatus
elixircasts.io/phoenix-live...
Need multiple layouts in your Phoenix LiveView app?
Episode 199 shows how Phoenix 1.8 makes this easier than ever with function components.
elixircasts.io/multiple-lay...
#MyElixirStatus
Episode 199 shows how Phoenix 1.8 makes this easier than ever with function components.
elixircasts.io/multiple-lay...
#MyElixirStatus
Multiple Layouts in Phoenix 1.8
In this episode, we'll explore how Phoenix 1.8 has simplified LiveView layouts by turning them into function components, making them more flexible and explicit.
elixircasts.io
August 18, 2025 at 3:37 PM
Need multiple layouts in your Phoenix LiveView app?
Episode 199 shows how Phoenix 1.8 makes this easier than ever with function components.
elixircasts.io/multiple-lay...
#MyElixirStatus
Episode 199 shows how Phoenix 1.8 makes this easier than ever with function components.
elixircasts.io/multiple-lay...
#MyElixirStatus
Tired of jumping between JS files and LiveView code?
In Episode 197, we explore Phoenix LiveView 1.1’s colocated Hooks & JavaScript.
elixircasts.io/liveview-col...
#MyElixirStatus #Elixir
In Episode 197, we explore Phoenix LiveView 1.1’s colocated Hooks & JavaScript.
elixircasts.io/liveview-col...
#MyElixirStatus #Elixir
LiveView Colocated Hooks
In this episode, we learn how to use Phoenix LiveView 1.1's colocated Hooks and colocated JavaScript features to easily add JavaScript functionality within our LiveView components.
elixircasts.io
August 11, 2025 at 3:53 PM
Tired of jumping between JS files and LiveView code?
In Episode 197, we explore Phoenix LiveView 1.1’s colocated Hooks & JavaScript.
elixircasts.io/liveview-col...
#MyElixirStatus #Elixir
In Episode 197, we explore Phoenix LiveView 1.1’s colocated Hooks & JavaScript.
elixircasts.io/liveview-col...
#MyElixirStatus #Elixir