Advertisement ยท 728 ร— 90

Posts by ElixirCasts ๐ŸฆŠ

We're back! Thank you for your patience.

1 week ago 2 0 0 0

Doing some maintenance on ElixirCasts right now. Apologies, we'll be back shortly!

1 week ago 2 0 1 0
Video

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

5 months ago 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

6 months ago 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

6 months ago 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

6 months ago 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...

7 months ago 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

7 months ago 3 0 0 0
Video

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

7 months ago 11 2 0 0
Advertisement
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

7 months ago 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

7 months ago 4 0 0 0

๐Ÿ‘€

11 months ago 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

11 months ago 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

1 year ago 2 0 0 0