We found 7 episodes of Thinking Elixir Podcast with the tag “ecto”.
-
216: Ecto Soft Deletions Masterclass
August 20th, 2024 | 23 mins 48 secs
ecto, elixir, livebook, news, zigler
News includes a new video from José Valim on Livebook deployments, Chris McCord's "Pawsitively" project with Livebook, the release of Zigler 0.13.1, an AI-centric library Honeycomb, and more!
-
178: Safe Ecto Migrations and AI Updates
November 21st, 2023 | 29 mins 54 secs
ai, ecto, elixir, langchain, migrations
Updates on Safe Ecto Migrations, the importance of OpenSource AI models and the latest on Elixir's LangChain library.
-
166: Filtering, ordering and pagination via Flop
August 29th, 2023 | 50 mins 22 secs
ecto, filter, flop, order, pagination
Ever been tired of coding filter, sort, and pagination repeatedly in projects? Mathias Polligkeit crafted the 'flop' library, a portable and reusable Ecto solution. And the bonus is 'flop_phoenix' for filter forms & tables.
-
159: Langchain with Elixir and Safe Ecto Migrations
July 11th, 2023 | 49 mins 39 secs
ai, chatgpt, ecto, elixir, langchain, llm, migrations
Mark & David delve into Langchain, popular in JS and Python communities for quick-build demos. Mark's exploring it with Elixir! Plus, we discuss David's recent job shift and his innovative ideas for data migrations using Oban.
-
147: Thinking Elixir News
April 18th, 2023 | 18 mins 41 secs
ecto, elixir, image, livebook, news
Day 1 & 2 of Livebook's launch week, a new JsonSchema compiler named Exonerate, Ecto 3.10.0 improves changesets, Image can now (un)skew using Nx, KnockLabs released the one_and_done library for idempotent APIs, and more!
-
127: Ecto gets Lively in Livebook
November 29th, 2022 | 53 mins 26 secs
ecto, elixir, kino, livebook, spawnfest
Ecto gets Lively in Livebook because of a SpawnFest team! Generate an ERD in Livebook from Ecto schemas in code? Cool! Visualize a complicated Postgres EXPLAIN result? Yes! And more!
-
118: Making Users Anonymous Upon Request
September 27th, 2022 | 39 mins 36 secs
anonymous, database, ecto, elixir, gdpr, redact
Honoring a user's “right to be forgotten” may be a legal requirement. We talk with Clément Quaresma about how the ecto_anon library can help solve that particular GDPR requirement in our Elixir apps using Ecto!