ElixirCasts ๐ŸฆŠ's Avatar

ElixirCasts ๐ŸฆŠ

@elixircasts.io

Elixir and Phoenix screencasts.

44
Followers
65
Following
12
Posts
26.10.2024
Joined
Posts Following

Latest posts by ElixirCasts ๐ŸฆŠ @elixircasts.io

Video thumbnail

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

27.10.2025 14:57 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
.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...

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

06.10.2025 14:28 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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...

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

22.09.2025 14:48 ๐Ÿ‘ 5 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Learn Elixir with ElixirCasts Learn the basics of programming with Elixir.

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

15.09.2025 18:54 ๐Ÿ‘ 8 ๐Ÿ” 3 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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...

๐Ÿ†• In episode 201, learn how to use Ecto's one-to-one relationships with nested forms.

#MyElixirStatus

elixircasts.io/using-has_on...

08.09.2025 14:08 ๐Ÿ‘ 1 ๐Ÿ” 1 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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...

๐ŸŽ‰ 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

01.09.2025 15:11 ๐Ÿ‘ 3 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Video thumbnail

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...

25.08.2025 14:54 ๐Ÿ‘ 11 ๐Ÿ” 2 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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.

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

18.08.2025 15:37 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
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.

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

11.08.2025 15:53 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0

๐Ÿ‘€

20.04.2025 19:43 ๐Ÿ‘ 1 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
ReqEmbed In this episode, we'll use ReqEmbed to embed Elixir videos from YouTube in our application using the oEmbed format.

Now streaming episode 196: ReqEmbed.

elixircasts.io/reqembed

#Elixir #MyElixirStatus

14.04.2025 19:52 ๐Ÿ‘ 4 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0
Shorthand In this episode we'll explore Shorthand - a handy package that saves time by providing convenience macros to create or match against maps and keyword lists.

Episode 195 is live. In it we'll explore the handy package Shorthand.

elixircasts.io/shorthand

25.03.2025 04:16 ๐Ÿ‘ 2 ๐Ÿ” 0 ๐Ÿ’ฌ 0 ๐Ÿ“Œ 0