From 5cb46644212c64e5f93116bcba4ad59eae8cf7f1 Mon Sep 17 00:00:00 2001 From: SmartLogic Podcasts Date: Thu, 17 Oct 2024 10:09:35 +0000 Subject: [PATCH] Update podcast files --- _data/elixir_wizards_episodes.yml | 527 +++++++++++++++++--------- _data/elixir_wizards_feed.yml | 531 ++++++++++++++++++--------- _data/elixir_wizards_seasons.yml | 528 +++++++++++++++++--------- _data/elixir_wizards_transcripts.yml | 2 + 4 files changed, 1052 insertions(+), 536 deletions(-) diff --git a/_data/elixir_wizards_episodes.yml b/_data/elixir_wizards_episodes.yml index c0741300..cc0c96f2 100644 --- a/_data/elixir_wizards_episodes.yml +++ b/_data/elixir_wizards_episodes.yml @@ -22,7 +22,7 @@ duration: '1:40' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome back to Season 3! Our theme this time around is Working with Elixir. Listen for more on our theme, upcoming guests, and our new name.

\n " @@ -54,7 +54,7 @@ duration: '1:26' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

We’re excited to announce our season two topic, Elixir Internals. In this season we talk with developers behind some of the most popular Elixir libraries, including Witchcraft, ElixirScript, Distillery, Ecto, and @@ -91,7 +91,7 @@ duration: '1:24' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the first season of Smart Software with SmartLogic. We'll be interviewing several companies about how they use Elixir in Production this season. In this preview episode, we introduce ourselves and some of the @@ -104,6 +104,177 @@ some of the topics we’ll be covering.

\n\n

Learn more about how SmartLogic uses Phoenix and Elixir.

\n \ " +- title: Creating the Igniter Code Generation Framework with Zach Daniel + slug: s13-e01-igniter-code-generation-zach-daniel + link: https://smartlogic.io/podcast/elixir-wizards/s13-e01-igniter-code-generation-zach-daniel + guid: 1690d1d5-3359-4ede-8932-46c4bb244eef + pubDate: Thu, 17 Oct 2024 06:00:00 -0400 + pubDateFriendly: October 17, 2024 + description: | + To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of his latest brainchild, Igniter—a code generation and project patching framework designed to revolutionize the Elixir development experience. + Igniter isn’t just about generating code; it’s about generating smarter code. By leveraging tools like Sourcerer and Rewrite, Igniter allows developers to modify source code and batch updates by directly interacting with Elixir's AST instead of regex patching. This approach streamlines new project setup and package installations and enhances overall workflow. + They also discuss the strategic implications of Igniter for the broader Elixir community. Zach hopes Igniter will foster a more interconnected and efficient ecosystem that attracts new developers to Elixir and caters to the evolving needs of seasoned Elixir engineers. + Topics discussed in this episode: + Advanced package installation and code generation improve the developer experience + Scripting and staging techniques streamline project updates + Innovative methods for smoother installation processes in Elixir packages + High-level tools apply direct patches to source code + Progressive feature additions simplify the mix phx.new experience + Chaining installers and composing tasks for more efficient project setup + Continuous improvement in developer experiences to boost Elixir adoption + Encourage listeners to collaborate by sharing code generation patterns + Introduction of a new mix task aimed at removing the "unless" keyword in preparation for Elixir 1.18 + You can learn more in the upcoming book "Building Web Applications with Ash Framework" by Zach and Rebecca + Links mentioned: + https://smartlogic.io/ + https://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching + https://hexdocs.pm/igniter/readme.html + https://github.com/ash-project/igniter + https://www.zachdaniel.dev/p/serialization-is-the-secret + https://www.zachdaniel.dev/p/welcome-to-my-substack + https://ash-hq.org/ + https://hexdocs.pm/sourceror/readme.html + https://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/ + https://github.com/hrzndhrn/rewrite + https://github.com/zachdaniel + https://github.com/liveshowy/webauthn_components + https://hexdocs.pm/elixir/Regex.html + https://github.com/msaraiva/vscode-surface + https://github.com/swoosh/swoosh + https://github.com/erlef/oidcc + https://alembic.com.au/ + https://www.zachdaniel.dev/ + Special Guest: Zach Daniel. + author: SmartLogic LLC + embedUrl: https://fireside.fm/player/v2/IAs5ixts+s8PyjjlO + enclosure: + url: https://aphid.fireside.fm/d/1437767933/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/1690d1d5-3359-4ede-8932-46c4bb244eef.mp3 + length: '77113638' + type: audio/mpeg + itunes: + episodeType: full + season: '13' + author: SmartLogic LLC + subtitle: To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined + by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts + Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of + his latest brainchild, Igniter—a code generation and project patching framework + designed to revolutionize the Elixir development experience. + duration: '52:55' + explicit: 'no' + keywords: Elixir, Phoenix, LiveView, Ash Framework, Igniter, Automation, Code + Generation, Code Patching, Dependency Management, programming, software development, + app development, backend development, programming paradigms, functional programming, + Erlang, package management, deployment, software engineering, web application + development, tech innovation, Elixir libraries, project automation, developer + tools, mix tasks, Elixir ecosystem, system architecture, cloud deployment, Elixir + for enterprise, scalable systems, concurrency, OTP, BEAM VM, distributed systems, + Elixir modules, project configuration, code refactoring, source code, scripting, + DevOps, continuous integration, continuous deployment, CI/CD pipelines, API + development, web services, open-source software, code maintenance, software + lifecycle, tech stack, debugging, performance optimization, server-side rendering, + version control, git, GitHub, code collaboration, Elixir community, open-source + contributions, software tutorials, tech webinars, programming blogs, tech podcasts, + software patterns, architectural design, clean code, tech meetups, agile development, + SCRUM, tech conferences, software documentation, software testing, unit tests, + integration testing, system testing, test-driven development, Elixir performance, + Phoenix framework features, real-time applications, security in software, software + compliance, software best practices, code reviews, refactoring techniques, software + scalability, load balancing, fault tolerance, state management, process supervision, + tech leadership, Elixir training, Elixir workshops, code camps, developer advocacy, + coding standards, software project management, tech project planning + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1690d1d5-3359-4ede-8932-46c4bb244eef/cover.jpg + summary: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project + patching framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source + code and batch updates by directly interacting with Elixir's AST instead + of regex patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster + a more interconnected and efficient ecosystem that attracts new developers to + Elixir and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " + contentEncoded: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project patching + framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source code + and batch updates by directly interacting with Elixir's AST instead of regex + patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster a + more interconnected and efficient ecosystem that attracts new developers to Elixir + and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " - title: Elixir Wizards X Thinking Elixir ElixirConf 2024 Hype-isode slug: elixirconf2024-hype-isode link: https://smartlogic.io/podcast/elixir-wizards/elixirconf2024-hype-isode @@ -139,7 +310,7 @@ https://hexdocs.pm/phoenixliveview/Phoenix.Component.html https://opentelemetry.io/docs/languages/erlang/ https://ash-hq.org/ - https://alembic.sqlalchemy.org/en/latest/ + https://alembic.com.au/ Functional IoT with Elixir and Nerves - Justin Schneck | Craft 2019 (https://www.youtube.com/watch?v=mrpQHZcy3CI) https://docs.nerves-hub.org/ https://nerves-project.org/ @@ -166,7 +337,7 @@ duration: '59:50' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg summary: "\n

The Elixir Wizards and Thinking Elixir podcasts join forces to bring you a special hype-isode for ElixirConf 2024 in Orlando, Florida. Hosts Owen, Sundi, David, and Mark discuss their favorite moments from past conferences @@ -202,7 +373,7 @@ rel=\"nofollow\">https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nhttps://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nIt’s the season finale of Elixir Wizards Office Hours! SmartLogic’s Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join host Dan to delve into the agile ceremony of retrospectives. They explore @@ -467,7 +638,7 @@ software engineering, software programming, coding bootcamp, software engineering jobs, tech careers, tech industry, tech roles, full stack developer, frontend developer, backend developer, DevOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg summary: "\n

In Office Hours Episode 10, SmartLogic’s newest developers, Emma Whamond and Micaela Cunha, join Elixir Wizard Owen Bickford to discuss their onboarding experiences, joining a new engineering team, and navigating @@ -671,7 +842,7 @@ management tools, agile project management methodologies, software development project estimation tools, agile project planning practices, agile project coordination methodologies, software development project management tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg summary: "\n

In Episode 9 of Elixir Wizards Office Hours, we dive into task writing and backlog grooming, transforming ideas from the discovery phase into actionable tickets. Join SmartLogic Developer Camber Griffin and hosts @@ -812,7 +983,7 @@ Technical Support, Tech Innovations, Virtualization, Data Management, Database Administration, SQL, NoSQL, Programming Languages, Functional Programming, Scripting, Automation Scripts, Code Optimization, Secure Coding Practices - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 8, hosts Sundi Myint and Owen Bickford lead an engaging Q&A session with co-host Dan Ivovich, diving deep into the nuances of DevOps. Drawing from his extensive experience, @@ -957,7 +1128,7 @@ API, HTML to PDF, print media CSS, web printing challenges, printing in Elixir, document generation, software project management, tech podcast, development challenges, modern web technologies - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg summary: "\n

In Episode 7 of Elixir Wizards Office Hours, SmartLogic Engineers Joel Meador and Charles Suggs join host Owen Bickford to tackle the often tricky task of adding print functionality to web applications. They discuss @@ -1105,7 +1276,7 @@ industry standards, engineering practices, technical debt, legacy code, software modernization, application lifecycle, debugging, troubleshooting, software solutions, tech podcasts, professional development, tech education - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg summary: "\n

In Office Hours Episode 6, SmartLogic Developers Anna Dorigo and Bilal Hankins join Elixir Wizards Sundi and Dan to discuss their experiences maintaining a decade-old Ruby on Rails codebase.

\n\n

They delve into the @@ -1261,7 +1432,7 @@ development, tech startups, tech news, digital transformation, IT management, tech conferences, programming tutorials, coding challenges, software career development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg summary: "\n

In today's episode, Elixir Wizards Owen and Dan delve into the complexities of building advanced reporting features within software applications. They share personal insights and challenges encountered while @@ -1416,7 +1587,7 @@ strategy, programming methodologies, open source software, tech industry trends, developer tools and resources, accessibility in web design, security best practices in development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 4, SmartLogic Product Designer Ava Slivkoff joins hosts Sundi Myint and Owen Bickford to discuss the product designer's role in software development. Ava shares her experience @@ -1534,7 +1705,7 @@ programming languages, framework comparisons, software project management, digital transformation, cloud-native applications, software philosophies, tech education, tech communities online, collaboration in tech teams - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg summary: "\n

Today on Elixir Wizards Office Hours, SmartLogic Engineer Joel Meador joins Dan Ivovich to discuss all things background jobs.

\n\n

The behind-the-scenes heroes of app performance and scalability, background jobs @@ -1681,7 +1852,7 @@ tools, data visualization, cybersecurity, encryption, data privacy, GDPR compliance, software regulatory compliance, industry-specific software solutions, IT service management, ITIL, service-oriented architecture (SOA) - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 2, "Discovery Discoveries," SmartLogic's Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join Elixir Wizards Sundi Myint and Owen Bickford on an @@ -1811,7 +1982,7 @@ testing, usability testing, accessibility testing, software compliance, security testing, encryption testing, vulnerability scanning, ethical hacking, risk management in software, software audit, code quality metrics, software development tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg summary: "\n

The Elixir Wizards Podcast is back with Season 12 Office Hours, where we talk with the internal SmartLogic team about the stages of the software development lifecycle. For the season premiere, "Testing 1, 2, @@ -1984,7 +2155,7 @@ evolution, Tech community, Programming insights, Developer experiences, Code tutorials, Programming education, Software development lifecycle, Programming language design, Tech interviews - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg summary: "\n

For the final episode of Elixir Wizards’ Season 11 “Branching Out from Elixir,” we’re featuring a recent discussion from the Software Unscripted podcast. In this conversation, José Valim, creator of Elixir, interviews Richard @@ -2177,7 +2348,7 @@ coding techniques, software tips, tech expertise sharing, programming best practices, tech skills, coding strategies, software exploration, tech learning resources, programming experiences, tech community discussions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg summary: "\n

Today on Elixir Wizards, Wojtek Mach of HexPM and Amal Hussein, engineering leader and former NPM team member, join Owen Bickford to compare notes on package management in Elixir vs. JavaScript. This lively conversation @@ -2351,7 +2522,7 @@ programming, coding standards, web apps, DEI, DEI in the tech sector, rebuilding community, post-pandemic community engagement, third places, community planning, community-driven solutions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg summary: "\n

Today on Elixir Wizards, Camille Clayton, Director of Women Who Code DC, and Scott Tolinski, Co-Host of the Syntax Podcast and Creator of Level Up Tutorials, join hosts Sundi Myint and Owen Bickford to discuss tech @@ -2504,7 +2675,7 @@ compliance, software standards, tech entrepreneurship, tech startups, tech leadership, tech mentorship, tech diversity, tech inclusion, remote work, digital transformation, tech sustainability, tech ethics, tech policy, tech regulation. - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg summary: "\n

In this episode of Elixir Wizards, Xiang Ji and Nathan Hessler join hosts Sundi Myint and Owen Bickford to compare actor model implementation in Elixir, Ruby, and Clojure.

\n\n

In Elixir, the actor model is core @@ -2690,7 +2861,7 @@ tech podcast, developer podcast, Elixir podcast, Ruby podcast, programming talk, coding talk, tech talk, developer talk, Elixir talk, Ruby talk, programming tips, coding tips, tech tips, developer tips, Elixir tips, Ruby tips - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg summary: "\n

In this episode of Elixir Wizards, hosts Owen and Dan are joined by René Föhring, creator of Credo for Elixir, and Marc-André LaFortune, head maintainer of the RuboCop AST library for Ruby. They compare static code @@ -2861,7 +3032,7 @@ scripts, automation, algorithms, data structures, design patterns, clean code, technical debt, code quality, code review, pull requests, github, git, version control, ci/cd, sdlc, agile, scrum, user stories, ui, ux - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg summary: "\n

On today’s episode, Elixir Wizards Owen Bickford and Dan Ivovich compare notes on building web applications with Elixir and the Phoenix Framework versus Ruby on Rails. They discuss the history of both frameworks, @@ -3056,7 +3227,7 @@ coding strategies, tech industry insights, programming developments, tech pioneers, software engineering trends, coding research, tech methodologies, programming breakthroughs, tech industry trends - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg summary: "\n

Today on Elixir Wizards, Manuel Rubio, author of Erlang/OTP: A Concurrent World and Dan Plyukhin, creator of the UIGC Actor Garbage Collector for Akka, join host Dan Ivovich to compare notes on garbage collection in actor @@ -3213,7 +3384,7 @@ GPT, natural language processing, reinforcement learning, natural language generation, NLG, data mining, algorithms, predictive analytics, future trends, AI PoC, proof of concept, automation, recommendation systems, generative AI - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg summary: "\n

In this episode of Elixir Wizards, Katelynn Burns, software engineer at LaunchScout, and Alexis Carpenter, senior data scientist at cars.com, join Host Dan Ivovich to discuss machine learning with Elixir, Python, SQL, @@ -3362,7 +3533,7 @@ programming frameworks, tech trends, emerging tools in software, functional programming, technical writing, writing test, software industry, engineering careers, technology, technical skills - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg summary: "\n

This week on Elixir Wizards, Connor Rigby, Software Engineer at SmartRent, and Taylor Barto, Lead Embedded Software Engineer at Eaton, join Sundi Myint to compare notes on embedded systems development with Elixir, C, @@ -3506,7 +3677,7 @@ game frameworks, Photon Unity game engine, game networking, component architectures, code optimization, JavaScript, C#, Rust, Godot, GDScript, MOBA games, real time strategy games, game developer, gaming - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg summary: "\n

In Episode 4, the Elixir Wizards are joined by Dorian Iacobescu, author of the ECSpanse ECS library for Elixir, and Daniel Luu, founder and CEO of the game development studio AKREW. The guests compare notes on backend game @@ -3661,7 +3832,7 @@ edge computing, coding ethics, diversity in tech, women in coding, underrepresented groups in tech, code inclusivity, open-source contributions, coding for social good, tech philanthropy, sustainable coding practices, green tech, digital transformation - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg summary: "\n

This week, the Elixir Wizards are joined by Yohana Tesfazgi and Wes Bos to compare notes on the experience of learning Elixir vs. JavaScript as your first programming language. Yohana recently completed an Elixir apprenticeship, @@ -3799,7 +3970,7 @@ front end development, back end development, mobile development,UX design, testing, QA, object oriented programming, functional programming, Erlang,Ruby, Node.js, React, TypeScript, Go, Rust, opensource, contributing, collaboration, maintenance" - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg summary: "\n

In today’s episode, Sundi and Owen are joined by Yordis Prieto and Stephen Chudleigh to compare notes on HTTP requests in Elixir vs. Ruby, JavaScript, Go, and Rust. They cover common pain points when working with @@ -3953,7 +4124,7 @@ UML diagrams, UX design, integration, estimates, budgets, timelines, system architecture, hosting configuration, server capacity, development environments, cross functional collaboration, skill sharing ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg summary: "\n

Hosts Dan Ivovich, Owen Bickford, and Sundi Myint kick off the 11th season of the Elixir Wizards podcast. This season’s theme is “Branching Out from Elixir,” which expands the conversation to compare notes with experts @@ -4080,7 +4251,7 @@ type systems design, empirical studies, experimental design, thought experiments, epistemology, epistemic logic, soft typing, determinism, non-determinism, probability, intuitionistic logic, logic programming, programming language history - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg summary: "\n

It’s the Season 10 finale of the Elixir Wizards podcast! José Valim, Guillaume Duboc, and Giuseppe Castagna join Wizards Owen Bickford and Dan Ivovich to dive into the prospect of types in the Elixir programming @@ -4243,7 +4414,7 @@ IT professionals, sysadmins, sysadmin tools, appsec, cybersecurity, cryptography, information security, infosec, security engineers, hackers, hacking, penetration testing, DevSecOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg summary: "\n

Phoenix core team members Chris McCord and Jason Stiebs join Elixir Wizards Sundi Myint and Owen Bickford the growth of Phoenix and LiveView, the latest updates, and what they're excited to see in the future. @@ -4381,7 +4552,7 @@ coding for machine learning, Advanced ML techniques, Elixir community, Innovations in tech, Elixir and deep learning frameworks, AI research, AI advancements, natural language processing - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg summary: "\n

Sean Moriarity, author of Genetic Algorithms in Elixir and creator of the Axon Library, joins Elixir Wizards Sundi Myint and Bilal Hankins to discuss Elixir’s role in the future of machine learning and AI. He @@ -4521,7 +4692,7 @@ types, jobs in tech, dynamic languages, documentation, IT, cyber security, web development, AI landscape, ML, machine learning, tech trends, ruby, rails, CSS, c++, javascript - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg summary: "\n

In this episode of the Elixir Wizards podcast, hosts Sundi Myint and Owen Bickford are joined by Hugo Baraúna, founder at Elixir Radar, and Lucas San Roman, senior software engineer at Felt. We dive into the future @@ -4657,7 +4828,7 @@ cloud computing, microservices, web development, front-end development, back-end development, full-stack development, serverless, debugging, testing, refactoring, design patterns, software architecture, software design, software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg summary: "\n

Today on Elixir Wizards, José Valim, creator of the Elixir programming language, joins hosts Sundi Myint and Owen Bickford to discuss the future of Elixir, upcoming features, changes to the language and ecosystem, @@ -4790,7 +4961,7 @@ development, mobile development, back-end development, front-end development, software craftsmanship, programming languages, Python, Ruby, Java, JavaScript, Go, Rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg summary: "\n

Today on Elixir Wizards, Sundi Myint and Owen Bickford are joined by Saša Jurić, distinguished developer, mentor, and author of Elixir in Action. They discuss the future of training and education in Elixir, challenges @@ -4917,7 +5088,7 @@ testing, bug reports, programming languages, Elixir, functional programming, coding, software engineering, web development, technology, podcasts for developers, programming podcasts - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg summary: "\n

In this episode of Elixir Wizards, Owen and Dan talk to Mat Trudel, Phoenix contributor and creator of the Bandit Web Server, about the future of Phoenix, web transports, and HTTP/3. Mat explains the challenges @@ -5035,7 +5206,7 @@ integration, deployment strategies, release management, code refactoring, hex package manager, caching, telemetry, traffic management, hybrid systems, Elixir/BEAM use cases - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg summary: "\n

Elixir Wizards Owen Bickford and Dan Ivovich are joined by Mike Waud, Senior Software Engineer at SparkMeter, and Tony Winn, Lead Software Architect at Generac, to discuss the future of the BEAM in the electric grid, @@ -5177,7 +5348,7 @@ data privacy, data storage, distributed systems, edge computing, innovation, network security, quantum computing, robotics, SaaS, technology education, virtualization, web performance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg summary: "\n

In today's episode, Sophie DeBenedetto emphasizes the importance of the Elixir community's commitment to education, documentation, and tools like liveBook, fostering an environment where people with varying @@ -5323,7 +5494,7 @@ GraphQL, JSON Web Tokens, Encryption, Hashing, Symmetric encryption, Public key cryptography, Key management, Digital signatures, Certificate authorities, Secure file transfer, GDPR compliance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg summary: "\n

In today's episode of Elixir Wizards, Michael Lubas, founder of Paraxial.io, joins hosts Owen Bickford and Bilal Hankins to discuss security in the Elixir and Phoenix ecosystem. Lubas shares his insights on the @@ -5464,7 +5635,7 @@ Kubernetes, Massdriver, Operational burden, Monolithic applications, Microservices, Multi-cloud, Hybrid cloud, Phoenix framework ,Containerization, Credential leaks, Cloud agnosticism, Webhooks, Software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg summary: "\n

In this episode of Elixir Wizards, Cory O'Daniel, CEO of Massdriver, talks with Sundi and Owen about the role of DevOps in the future of Elixir programming. They discuss the advantages of using Elixir for cloud @@ -5613,7 +5784,7 @@ news, programming education, tech news, full-stack development, LiveView, data processing, coding best practices, dart programming language, Elixir programming community, developer experience, distributed systems - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg summary: "\n

It’s the season 10 premiere of the Elixir Wizards podcast! Sundi Myint, Owen Bickford, and Dan Ivovich kick off the season with a spirited conversation about what they hope to see in the future of the Elixir programming @@ -5726,7 +5897,7 @@ duration: '36:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg summary: "\n

Elixir Wizards Season 9 is coming to an end! In the season finale, hosts Sundi, Bilal, Owen, and Dan reflect on the guests and highlights that made this season unforgettable. We thank you for joining us as we parsed @@ -5791,7 +5962,7 @@ duration: '44:12' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg summary: "\n

Today on Elixir Wizards, Marcelo Dominguez, co-founder at Mimiquate, joins us to parse the particulars of command query responsibility segregation (CQRS). Mimiquate is a specialized team of developers providing @@ -5892,7 +6063,7 @@ duration: '42:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg summary: "\n

Today on Elixir Wizards, Chris Miller, software engineer at Corvus Insurance, joins us again for an in-depth discussion on the different approaches to programming. We dive into the conception and origin of new languages @@ -5985,7 +6156,7 @@ duration: '45:13' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg summary: "\n

Today on Elixir Wizards, we speak with two great minds in the Elixir community: Frank Hunleth from SmartRent and Joe Martin from Company Six. Join us to parse the particulars of Nerves, from production and terminology, @@ -6085,7 +6256,7 @@ duration: '46:15' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg summary: "\n

Today on Elixir Wizards, we chat with Jenny Bramble. Jenny is the Director of Quality Engineering at Papa, a platform that connects older adults and low-income families with companionship and a helping hand with daily @@ -6171,7 +6342,7 @@ duration: '39:54' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg summary: "\n

We are excited to have SmartLogic's own Harper Atlas as our guest on Elixir Wizards today! Harper, a product designer at SmartLogic (and cat lady at home), joins us on this episode to parse the particulars of @@ -6253,7 +6424,7 @@ duration: '39:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg summary: "\n

Today on the show we’re excited to have Theo Harris here to discuss Onboarding Into Elixir. Theo is a technical consultant working for Alembic in Sydney, Australia. He is currently working on a project utilizing @@ -6342,7 +6513,7 @@ duration: '38:30' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg summary: "\n

On today’s episode of Elixir Wizards, Ashley Smith and Kenneth Moy from Bowery Farming join us to dive into the particulars of Oban. Ashley has been working as a software engineer for 3 years with full-stack experience @@ -6439,7 +6610,7 @@ duration: '49:53' explicit: 'no' keywords: elixir, liveview - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg summary: "\n

Today we welcome Jason Stiebs to the podcast to talk about all things LiveView and how he was originally wrong about LiveView in the beginning. Jason is the founder at Rokkincat, and a core contributor to Phoenix. Jason @@ -6547,7 +6718,7 @@ duration: '53:35' explicit: 'no' keywords: elixir, ecto, query - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg summary: "\n

This week the Thinking Elixir Podcast is taking over Elixir Wizards! Mark & David from Thinking Elixir are here today to parse the particulars of Ecto Queries! Mark Ericksen is an Elixir Specialist at Fly.io and host of @@ -6685,7 +6856,7 @@ duration: '36:59' explicit: 'no' keywords: elixir, geo mapping, tech, felt - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by Tyler Young to explore the particulars of Geo Mapping, the process of turning data into maps. Tyler is a Senior Software Developer at Felt, the world’s first collaborative @@ -6777,7 +6948,7 @@ duration: '48:07' explicit: 'no' keywords: simplebet, genservers, elixir, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg summary: "\n

Season 9 is in full swing and we are so excited to welcome Kate Rezentes today to dive into the particulars of GenServers. Kate is a Junior Software Developer at Simplebet, a B2B product development company using machine @@ -6873,7 +7044,7 @@ duration: '51:35' explicit: 'no' keywords: bitfo, crypto, elixir, observability - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg summary: "\n

Welcome to our first episode of Season 9 Elixir Wizards, Parsing the Particulars. A show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. @@ -6978,7 +7149,7 @@ duration: '1:07' explicit: 'no' keywords: 'elixir, tech, code ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg summary: "\n

Hey everyone, Season 9 of Elixir Wizards is back! This season's theme is Parsing the Particulars, where we dive into particular subjects with our guests. Your returning hosts this season are Sundi, Owen and @@ -7058,7 +7229,7 @@ duration: '38:23' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg summary: "\n

It’s the season finale show! Can you believe it? Join us this week as Sundi, Owen, and Dan take a look back at this season of Elixir Wizards! You’ll hear their discussion about favorite moments over the season @@ -7145,7 +7316,7 @@ duration: '29:11' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg summary: "\n

This week on Elixir Wizards we’re joined by Nathan Retta, Senior Software Engineer from Android at DoorDash. We learn about Nathan’s background; his experience having a degree in Chemical Engineering and working in Oil and @@ -7197,7 +7368,7 @@ duration: '44:41' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg summary: "\n

Welcome to this week’s episode of Elixir Wizards, with our special guest, Cara Mitchell of Pepsi Co. Today we speak with Cara about her career journey that led to her living in the lower East Side of New York @@ -7274,7 +7445,7 @@ duration: '42:48' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg summary: "\n

Joining us today on Elixir Wizards is Catalina Astengo, Staff Software Engineer at Nav Inc. We chat with Catalina about how she went from working as a process engineer in a mine to a software engineer in beautiful @@ -7426,7 +7597,7 @@ duration: '45:35' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards, a show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. In today’s episode, we speak with @@ -7612,7 +7783,7 @@ duration: '43:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg summary: "\n

A superpower of software development is teaching our code to teach us what’s happening. This is observability, and it’s why Jessica Kerr works at Honeycomb, where she is a Developer Advocate. After twenty years as @@ -7788,7 +7959,7 @@ duration: '42:58' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg summary: "\n

Welcome back to another episode of Elixir Wizards. Today, we chat with Digit, a talented software engineer currently based at SmartRent. He became aware of the company when he started trying to modify his smart home @@ -7934,7 +8105,7 @@ duration: '45:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg summary: "\n

Joining us in conversation today is Nathan Willson all the way from Tokyo, Japan. Listeners will learn about the polyglot landscape he works in from Japan, why he believes knowing a language, and mastering it, @@ -8068,7 +8239,7 @@ duration: '43:31' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg summary: "\n

This week we are joined by Sanne Kalkman, former teacher turned software engineer. Currently, Sanne works at CodeSandbox, where she's one of two Elixir developers responsible for the backend. When she's not @@ -8228,7 +8399,7 @@ duration: '1:00:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg summary: "\n

This double guest episode features Cassidy Williams, Head of Developer Experience and Education and Tobi Pfeiffer, Staff Engineer from Remote. This fast growing Elixir company provides HR support to clients who @@ -8406,7 +8577,7 @@ duration: '48:07' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg summary: "\n

Today’s guest is Devon Estes, who leads the third-party integration team at Remote, a company that uses technology to make it easier for other companies to hire remote employees (not contractors, actual employees) @@ -8532,7 +8703,7 @@ duration: '48:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg summary: "\n

Welcome to the new season of Elixir Wizards: Elixir in a Polyglot Environment. To get things going on this exciting and intriguing subject we are very happy to welcome Miguel Cobá! Miguel currently works at @@ -8674,7 +8845,7 @@ duration: '56:55' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg summary: "\n

Welcome to the Season 7 finale! Today, we are joined by Todd Resudek, Staff Engineer at Jackpocket, to reflect on the past season and speak about the impact of Elixir, as well as a variety of other topics almost @@ -8825,7 +8996,7 @@ duration: '45:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg summary: "\n

This week we welcome Arthi Radhakrishnan back to the show to discuss how Elixir and her career more broadly have shaped her perspectives on learning. Arthi first got into programming as a child growing up in the Bay @@ -8962,7 +9133,7 @@ duration: '51:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg summary: "\n

Today we welcome software engineer Meryl Dakin to the show, who is currently employed by Knock. Meryl is here to help us continue our exploration of this season's theme of the impact of Elixir, and we get to hear about @@ -9129,7 +9300,7 @@ duration: '46:05' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg summary: "\n

We are very excited to welcome Brooklyn Zelenka back to the podcast to talk about her work at Fission and the ever-expanding frontier of edge computing! Brooklyn is a co-founder and CTO at Fission and she gives @@ -9290,7 +9461,7 @@ duration: '50:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg summary: "\n

We are always excited to have conversations about the growth of the Elixir community, and today we go truly global, welcoming Sigu Magwa to the podcast, who hails from Kenya! Sigu is currently traveling in the US @@ -9446,7 +9617,7 @@ duration: '56:10' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg summary: "\n

Brooklin Myers is on a quest to change the perception that Elixir is difficult to get into and we are so grateful to have him as a guest on the show today. Aside from being a passionate programmer, Brooklin spends @@ -9596,7 +9767,7 @@ duration: '45:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg summary: "\n

It is important to us that the Elixir community keeps thriving, and one of the best ways to ensure this is by lowering the barrier to entry as much as possible. Livebook is helping to achieve this aim, and today we are @@ -9770,7 +9941,7 @@ duration: '42:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg summary: "\n

Today on the show we are grateful to get the chance to speak with Yiming Chen from Tubi, where we hear all about how he likes to use Elixir and the contributions he has made to the community. We begin as always @@ -9934,7 +10105,7 @@ duration: '47:53' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg summary: "\n

Today we are joined by programmer, professor, educator, and podcaster, Adolfo Neto! We have a fascinating conversation that continues our exploration of the theme of the impact of Elixir, hearing from Adolfo about @@ -10098,7 +10269,7 @@ duration: '48:52' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg summary: "\n

As we continue this season of the podcast, focusing on the impact of Elixir, we are joined by Florian Kraft, all the way from Berlin, Germany! Florian works as a software engineer at Contentful, and has a number @@ -10275,7 +10446,7 @@ duration: '47:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg summary: "\n

Today’s guest is Angel Jose, a Software Engineer Manager at Cars.com with a passion for product and the customer experience. Angel played a key role in completely re-platforming Cars.com via Elixir, Phoenix, and other @@ -10415,7 +10586,7 @@ duration: '58:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg summary: "\n

As we kick off our new, seventh season of the Elixir Wizards podcast, we wanted to introduce our theme of the impact of Elixir by having a simple chat between our panel and foregoing our usual guest format. As fans @@ -10539,7 +10710,7 @@ duration: '57:56' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg summary: "\n

We have reached the final episode of our season, and as we wrap up our exploration of BEAM magic, we are joined by Amos King, whose tweet was the inspiration behind this season's focus! We've had such @@ -10686,7 +10857,7 @@ duration: '38:30' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg summary: "\n

This episode serves as a round-up of some of the special mini-features we have recorded throughout Season 6, where we'll hear from Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal about their work @@ -10861,7 +11032,7 @@ duration: '44:54' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg summary: "\n

Joining us on the show today is Quinn Wilton, and we have a wonderful conversation with our guest about her journey with Elixir, unusual path into programming, and her wide appreciation for different languages! We @@ -11014,7 +11185,7 @@ duration: '46:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg summary: "\n

While NIFs provide a great way to interface with native code in the BEAM machine, the process can also be rather error-prone. Thankfully, since Isaac Yonemoto built Zigler, things have become a lot simpler, and he @@ -11170,7 +11341,7 @@ duration: '50:13' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg summary: "\n

Today we are so excited to share a conversation with Maxim Fedorov, who is the Core Infrastructure Lead at communications giant, WhatsApp! In our chat, Maxim offers such interesting insight and wisdom from a long career @@ -11340,7 +11511,7 @@ duration: '48:08' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg summary: "\n

Some of you may recognize Chelsea Troy from her popular blog of the same name or as a keynote speaker for the March 2021 Code BEAM conference. Chelsea is an instructor in the Master's Program in Computer Science at @@ -11516,7 +11687,7 @@ duration: '56:18' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg summary: "\n

While we can think of many reasons why we love Elixir, the community could always benefit from a more lively conversation around testing. It was with this in mind that Jeffrey Matthias and Andrea Leopardi decided to @@ -11707,7 +11878,7 @@ duration: '46:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg summary: "\n

Joining us for this episode of Elixir Wizards is the vastly experienced and well-traveled Francesco Cesarini! Francesco is the founder of Erlang Solutions and we are so lucky to have him here on the show to talk about @@ -11920,7 +12091,7 @@ duration: '54:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg summary: "\n

Today we have some extra BEAM magic for all of you! Joining us on the show is Chris Miller, who currently works as an Associate Software Engineer at Corvus Insurance. We get into a great conversation with Chris about @@ -12111,7 +12282,7 @@ duration: '50:21' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg summary: "\n

While there is magic to be found in many frameworks, having too much going on under the hood without you being able to control it is not for everybody. Today we invite Parker and Shannon Selbert to speak about their @@ -12293,7 +12464,7 @@ duration: '1:00:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg summary: "\n

Today we are joined by the Vice President of Engineering at Corvus Insurance, Erik Person! Erik continues our journey into the magic of the BEAM, our season-long theme for the Elixir Wizards Podcast, and we get @@ -12497,7 +12668,7 @@ duration: '49:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg summary: "\n

Welcome to a brand-spanking-new season of Elixir Wizards! This time around we will be focussing on the magic of the BEAM, so get ready for an exciting journey into new territories filled with mystery and power! @@ -12698,7 +12869,7 @@ duration: '1:01:39' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg summary: "\n

Season 5 ends with a bang as we welcome back Sean Lewis, Anna Neyzber, and René Föhring onto the show to share their journey on getting their companies and teams to adopt Elixir. We open our conversation with each @@ -12884,7 +13055,7 @@ duration: '47:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg summary: "\n

The fields of data science and machine learning are moving ever faster. Jenn Gamble has her finger on the pulse and has become an industry expert with a wealth of experience to her name. As today’s guest, she dives @@ -13052,7 +13223,7 @@ duration: '43:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg summary: "\n

Many organizations take an incremental approach when adopting Elixir, preferring to pick up its nuances by using it to work on non-essential projects. But not Change.org. Today we speak with Change.org Director of Engineering @@ -13239,7 +13410,7 @@ duration: '48:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg summary: "\n

As users increasingly demand interactivity from their web experiences, Phoenix LiveView is becoming the dominant way of writing interactive Elixir applications without a loss to reliability. Today we welcome back an @@ -13447,7 +13618,7 @@ duration: '50:45' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg summary: "\n

With the prevalence of at-home learning, teachers have to compete for student attention against numerous screen-based activities. Today we speak with engineering lead Shaun Robinson and Elixir developer Toran Billups @@ -13659,7 +13830,7 @@ duration: '59:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg summary: "\n

ClusterTruck, a master of vertical integration, is rewriting the method of end-to-end food delivery and ghost kitchens. Today we speak with ClusterTruck Product VP Brian Howenstein to find out more about his journey @@ -13866,7 +14037,7 @@ duration: '55:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg summary: "\n

Building a successful development company requires having a leader with technical know-how and excellent management skills. Today we speak with SmartLogic President and Founder Yair Flicker about his company’s origin @@ -14030,7 +14201,7 @@ duration: '48:25' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg summary: "\n

Despite its welcoming character, the Elixir community struggles with diversity; as the 2020 ElixirConf community survey shows, only 2% of Elixirists are women. Today we speak with Blinker software engineer Alexandra Chakeres @@ -14201,7 +14372,7 @@ duration: '53:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg summary: "\n

In this episode we continue our conversation about adopting Elixir, this time with Matt Nowack and Jake Heinz from Discord, hearing them get into the features of Elixir that make it a great fit for building a real-time @@ -14380,7 +14551,7 @@ duration: '33:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg summary: "\n

Welcome back to the Elixir Wizards podcast! In this episode, we will be continuing our conversation on the theme of adopting elixir, and our great guest for today is Jason Axelson! Jason is a back-end developer for @@ -14559,7 +14730,7 @@ duration: '38:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg summary: "\n

Anyone who has written software for the travel industry can tell you that it is in desperate need of innovation — shockingly many of their cobwebbed systems were built in the 70s. Today we speak with Duffel CEO @@ -14730,7 +14901,7 @@ duration: '38:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg summary: "\n

To beat out their competitors, startups need to code quickly, simply, and in a language that attracts top engineers. Enter Elixir. Today we speak with Shawn Vo, Axle Payments Co-Founder and CTO, about his journey with @@ -14922,7 +15093,7 @@ duration: '47:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg summary: "\n

Today we sit down with Erlanger Viktória Fördős, who talks with us about Erlang and how it is used at Cisco. We open the show by finding out about Viki’s background in coding and her unorthodox entry into the field. @@ -15127,7 +15298,7 @@ duration: '37:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg summary: "\n

Today’s guest is Simon Glenn-Gregg, News Engineer at The Washington Post. He joins us to talk about using Elixir to build a prototype for a platform the news house recently implemented to visualize the results @@ -15341,7 +15512,7 @@ duration: '53:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg summary: "\n

The culture of your programming community directly impacts your professional success. As Thunderbolt Labs Founder Randall Thomas explains in this episode, a community that practices openness and which warmly welcomes @@ -15561,7 +15732,7 @@ duration: '56:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg summary: "\n

Welcome back to Elixir Wizards, season five, episode one! The theme for this season is ‘Adopting Elixir’, and for today’s show the team at Elixir Outlaws play host! Chris Keathley, Amos King, and Anna Neyzberg give @@ -15750,7 +15921,7 @@ duration: '59:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg summary: "\n

To close off this season and conclude our deep dive into system and application architecture, today’s episode is a special panel discussion on a topic that has provoked a mix of answers that range from the controversial @@ -15959,7 +16130,7 @@ duration: '35:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg summary: "\n

Even with the most programming experience in the world, coding still involves a lot of trial and error. People getting started in the industry should not become bogged down by failure. Because in the end, it’s @@ -16142,7 +16313,7 @@ duration: '48:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg summary: "\n

There is no difference between architecture and design. It's all engineering and creating a distinction between the two is a way for someone to get paid more and have a different title. That hot take comes @@ -16339,7 +16510,7 @@ duration: '48:24' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg summary: "\n

Imagine being hired into a rocketship startup using Elixir as its primary language. And all this, straight out of college. Today, we speak with systems software engineer, Lizzie Paquette who works at Brex, the aforementioned @@ -16596,7 +16767,7 @@ duration: '49:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg summary: "\n

Building a sophisticated AI that can evolve to fit our vast and diverse needs is a Herculean challenge. Today we speak with senior engineer Eric Steen about Automata, his experimental Elixir project that uses @@ -16856,7 +17027,7 @@ duration: '42:29' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg summary: "\n

According to an ancient myth, the world rests on the back of a turtle. And what does that turtle stand on? Another turtle. It turns out that it’s turtles all the way down. Miki Rezentes, today’s guest, believes that @@ -17147,7 +17318,7 @@ duration: '1:17:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg summary: "\n

With ElixirConf 2020 just around the corner, today’s episode is a sneak peek where we talk with six of this year’s speakers. Each speaker gives listeners an elevator pitch of their talk while throwing in extra details @@ -17527,7 +17698,7 @@ duration: '58:51' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg summary: "\n

Domain-driven design and extreme programming can help bridge the gap between development and business, and today we invite Mark Windholtz from Agile DNA to talk about how! Mark starts out by telling us about his early @@ -17767,7 +17938,7 @@ duration: '42:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg summary: "\n

Welcome to the second part of our special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan. In today’s episode, we talk to Nerves core team members Todd Resudek and Connor Rigby about all @@ -18036,7 +18207,7 @@ duration: '54:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg summary: "\n

Welcome to the first part of our extra special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan, in today’s episode, we pose questions asked by the Japanese Nerves community to Nerves core team @@ -18269,7 +18440,7 @@ duration: '41:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg summary: "\n

In today’s episode, we chat about system architecture, Ruby, Elixir, and everything in between with Greg Mefford, the senior back-end engineer for the Bleacher Report. We open the conversation by asking Greg about @@ -18505,7 +18676,7 @@ duration: '49:14' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg summary: "\n

Johanna Larsson is a community-minded software engineer whose project, Hex Diff, generates highlighted git diffs, right in your browser. In this episode, we talk to Johanna about how Hex Diff can benefit Elixir users, @@ -18730,7 +18901,7 @@ duration: '37:32' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg summary: "\n

Handling date and time is a challenge in any language, but Lau Taarnskov is determined to solve that problem in Elixir. Lau is today’s guest on Elixir Wizards, and this episode is all about his contributions to @@ -18916,7 +19087,7 @@ duration: '55:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg summary: "\n

For part 2 of our Council of Wizards panel discussion, we are joined by Chris Bell, Desmond Bowe, Emily Maxie, Dan Lindeman, and Alan Voss! Chris and Desmond run the ElixirTalk Podcast and we get in-depth on the @@ -19103,7 +19274,7 @@ duration: '39:28' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg summary: "\n

The Elixir community continues to flourish and evolve in these uncertain times and in honor of this we have put together a live show with a number of special guests! In part one today, we are joined by Andrea @@ -19276,7 +19447,7 @@ duration: '43:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg summary: "\n

Although it’s taken him four seasons to make an appearance, we are so glad to finally welcome Chris McCord, creator of the Phoenix framework, onto the show. While this season’s focus is on system and application architecture, @@ -19460,7 +19631,7 @@ duration: '55:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg summary: "\n

Today’s guest is Amos King, Principal CEO at Binary Noggin, and host on the Elixir Outlaws and This Agile Life podcasts. This episode is centered around a casual conversation about everything from programming, the @@ -19632,7 +19803,7 @@ duration: '45:58' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards as we continue our journey into system and application architecture! Our featured guest today is Sundi Myint and she is here to share her journey with Elixir and her non-traditional @@ -19848,7 +20019,7 @@ duration: '1:09:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg summary: "\n

Dave Thomas is recognized internationally as an expert who develops high-quality software–accurate and highly flexible systems. He helped write the now-famous Agile Manifesto, and regularly gives inspiring and @@ -20041,7 +20212,7 @@ duration: '38:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg summary: "\n

Joining us on the show for this episode is Ben Marx, author of Adopting Elixir and Principal Control Plane Engineer at the recently launched SubSpace! We continue our Season 4 journey into system and application architecture @@ -20176,7 +20347,7 @@ duration: '14:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg summary: "\n

A special episode of Elixir Wizards highlighting Pattern Matching with Todd - a short format interview where our friend, Todd Resudek, asks different guests the same five questions. This week Todd spoke with Johanna @@ -20261,7 +20432,7 @@ duration: '49:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg summary: "\n

Real-time applications come with real challenges—persistent connections, multi-server deployment, and strict performance requirements are just a few. Our guest today is Steve Bussey, a software architect at SalesLoft @@ -20401,7 +20572,7 @@ duration: '43:22' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg summary: "\n

Today’s guest is Mohd Maqbool Alam, a software developer and Elixir fan from Delhi. He enjoys learning about programming language theory, distributed systems, Cloud Native technologies, and open source. As he is working @@ -20578,7 +20749,7 @@ duration: '1:09:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg summary: "\n

As our first trilogy comes to a close, and we embark on the next one, we’re doing what all great trilogies do: Upending everything that made the initial one great and starting afresh. We have taken on board some @@ -20820,7 +20991,7 @@ duration: '53:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg summary: "\n

Welcome back to part two of our betweenisode! Everybody is working remotely now including ourselves, so today we continue the catch ups we were having with a number of longstanding buddies and chat about life @@ -21079,7 +21250,7 @@ duration: '53:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg summary: "\n

The world has changed so much since the end of season 3, that we thought we’d put together a special Betweenisode to tide you over until Season 4 launches. In this episode, we talk to several friends and respected @@ -21297,7 +21468,7 @@ duration: '50:45' explicit: 'no' keywords: elixir,phoenix,erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg summary: "\n

In this episode, we take a look into the current contexts and home lives many of us find ourselves in today, offering top tips for working remotely from home during these challenging times. The lockdowns have caused @@ -21460,7 +21631,7 @@ duration: '53:54' explicit: 'no' keywords: elixir,phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg summary: "\n

Welcome to another extra special episode of Elixir Wizards! We have guest hosts today, Meryl Dakin of Frame.io and Sophie DeBenedetto of Github, and they welcome Steven Nunez, Staff Engineer at the Flatiron School, @@ -21618,7 +21789,7 @@ duration: '51:01' explicit: 'no' keywords: elixir, phoenix, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg summary: "\n

Saša Jurić is a household name in the Elixir and Erlang space and we are so glad to finally welcome him on to the show today! Author of Elixir in Action, Saša is here to discuss training and his thoughts on getting @@ -21754,7 +21925,7 @@ duration: '46:44' explicit: 'no' keywords: elixir, phoenix, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Elixir Outlaws invited us to join them for a special crossover episode, recorded live at Lonestar Elixir 2020. Join us for a conversation around fun and learning in development, highlights from day one of the conference, @@ -21851,7 +22022,7 @@ duration: '48:34' explicit: 'no' keywords: elixir, ruby, benchee, pandas, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg summary: "\n

Our guest today, Devon Estes, approached us about the possible opportunity for Elixir to optimize and build out the pandas data analysis and manipulation tool, sharing why he thinks it would be a valuable addition to @@ -22025,7 +22196,7 @@ duration: '53:38' explicit: 'no' keywords: lonestar elixir, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg summary: "\n

Welcome back to the show for this special edition Lunchisode, coming to you live from the Lonestar Elixir 2020 Conference! We have a revolving door of speakers at this informal roundtable and a few friends and associates @@ -22198,7 +22369,7 @@ duration: '1:10:46' explicit: 'no' keywords: elixir, phoenix, lonestar - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg summary: "\n

This week we're delighted to share a special format bonus episode!

\n\n

We are joined by guest co-host Todd Resudek as well as a number of guests who each share a little bit about what they're working @@ -22392,7 +22563,7 @@ duration: '26:11' explicit: 'no' keywords: DockYard, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg summary: "\n

Today on the show, we’re joined by Mike Binns and Alex Garibay of DockYard. In this episode, Mike and Alex share their journeys of how they came to work at DockYard and give us a view into DockYard’s hiring @@ -22548,7 +22719,7 @@ duration: '34:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg summary: "\n

Today on Elixir Wizards we are delighted to be joined by Sean Lewis, a senior backend architect at Divvy. One of the many impressive facts about Sean is that he is entirely self-taught, from dabbling in Python @@ -22713,7 +22884,7 @@ duration: '51:59' explicit: 'no' keywords: elixir, lumen, rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg summary: "\n

In line with our current working-with-Elixir theme, today we’re talking about performance with Paul Schoenfelder and Hans Elias Josephsen from DockYard. The two have been working on Lumen, and in this episode, they @@ -22860,7 +23031,7 @@ duration: '45:12' explicit: 'no' keywords: elixir, 2U,Frame.io,github - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg summary: "\n

Today on the show we are joined by Sophie DeBenedetto from GitHub and Meryl Dakin from Frame.io to talk about the processes involved in training others and building Elixir projects. They share about studying and @@ -23028,7 +23199,7 @@ duration: '39:26' explicit: 'no' keywords: elixir, phoenix, fission - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg summary: "\n

In today’s episode we have one of our favorite recurring guests, Brooklyn Zelenka, joining us once again! Brooklyn has been on the show in both the first and second seasons to speak about Elixir and functional programming. @@ -23178,7 +23349,7 @@ duration: '38:04' explicit: 'no' keywords: elixir, phoenix, groxio, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg summary: "\n

Groxio is a great platform that allows programmers to learn new languages easily and broaden their horizons. Our guests today are the team behind Groxio, Bruce and Maggie Tate! In our discussion, we cover the basics @@ -23312,7 +23483,7 @@ duration: '22:39' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg summary: "\n

On today's show, we are joined by Dan Ivovich from our team here at SmartLogic! Dan is the Director of Development Operations and has already been a guest and cohost a few times on the show. Today we are talking @@ -23474,7 +23645,7 @@ duration: '37:10' explicit: 'no' keywords: hex, elixir, mint - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg summary: "\n

We are happy to be joined in this episode by Eric Meadows Jönsson, creator of the hexpm package manager, and an amazing resource who works tirelessly to build the Elixir community. Eric presently works at Brex and was @@ -23697,7 +23868,7 @@ duration: '35:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg summary: "\n

Our guest on the show today is blogger, software cowboy, and podcast host Chris Keathley. Chris is a senior engineer at Bleacher Report, co-host of Elixir Outlaws, and writer of an assemblage of open-source software. @@ -23886,7 +24057,7 @@ duration: '38:47' explicit: 'no' keywords: elixir, nerves, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg summary: "\n

On today’s show, we welcome Justin Schneck and Frank Hunleth, luminaries from the Nerves team! We take a dive into the world of Nerves with them, covering themes of performance, problem-solving, transitioning to hardware, @@ -24029,7 +24200,7 @@ duration: '27:21' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg summary: "\n

Our theme this season is working with Elixir, and joining in the conversation today is Brad Traylor from Podium. Brad shares his expertise in hiring and training for Podium, a position he is passionate about since it @@ -24169,7 +24340,7 @@ duration: '43:40' explicit: 'no' keywords: elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by none other than José Valim, the inventor of Elixir! Coming from the Ruby on Rails world, José found his way to functional programming and we hear all about the evolution @@ -24296,7 +24467,7 @@ duration: '25:40' explicit: 'no' keywords: elixirconf, functional programming, elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg summary: "\n

Welcome to Elixir Wizards, today we are joined by Dr. Jim Freeze to talk about his passion for and history in Elixir and functional programming. Dr. Freeze is one of the organizers of one of our favorite things in the world, @@ -24416,7 +24587,7 @@ duration: '11:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the last episode of Season 2 of the podcast! We are taking this opportunity to recap what we covered in the season and talk about what we liked and what we didn't like so much. We do not have a guest @@ -24541,7 +24712,7 @@ duration: '32:31' explicit: 'no' keywords: elixir, rustler, rust, elm, simplebet - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg summary: "\n

Our guest today on the show is Dave Lucia, who is currently the Vice President of Engineering at SimpleBet. He is here as part of Elixir Internals series, to talk to us and all our listeners about Rustler and the @@ -24666,7 +24837,7 @@ duration: '29:26' explicit: 'no' keywords: exventure - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg summary: "\n

This season on Smart Software Season 2, we are focused on the inner workings of Elixir and the inner workings of popular Elixir libraries, or Elixir internals. Today, I have the pleasure of interviewing my colleague, @@ -24763,7 +24934,7 @@ duration: '30:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg summary: "\n

Welcome to another episode of the podcast everybody! As we continue our journey into Elixir internals in Season 2, we welcome Sophie DeBenedetto to tell us about the two libraries she and the Flatiron School created! @@ -24901,7 +25072,7 @@ duration: '28:57' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg summary: "\n

Today on the show we welcome Shanti Chellaram to talk about a couple of Erlang libraries she has created! We hear from her about Pri-Queue and raft_erl, and her motivation behind making them and some of the things we @@ -25051,7 +25222,7 @@ duration: '27:31' explicit: 'no' keywords: elixir, erlang, ecto, jason - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg summary: "\n

Today on the show we are joined by Michal Muskala, who is currently a freelance software engineer and he is here to talk to us about his work on the Ecto and jason libraries. With Ecto we continue our journey @@ -25192,7 +25363,7 @@ duration: '34:00' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg summary: "\n

Today on the show we get stuck into the inner workings of Hex 1.0 and are happy to be joined by returning guest, Todd Resudek. As you might already know, Todd is the Senior Software Engineer at Weedmaps, a regular @@ -25312,7 +25483,7 @@ duration: '26:46' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg summary: "\n

In this episode of the podcast we are joined by Chris Keathley to continue our exploration of Elixir internals as he tells us about two very popular libraries that he developed, Wallaby and Raft. We start off with some @@ -25441,7 +25612,7 @@ duration: '29:36' explicit: 'no' keywords: elixir, credo - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg summary: "\n

Welcome back to the SmartLogic Podcast where we talk about the latest developments and best practices in the web and mobile software industry. In continuing with our theme of Elixir Internals, we’re having a conversation @@ -25579,7 +25750,7 @@ duration: '27:31' explicit: 'no' keywords: elixir, wework, flatiron school, token alchemist - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings of several different Elixir libraries and are happy to be joined by Meryl Dakin, Software Engineer at the Flatiron School and author of Token Alchemist. In this @@ -25702,7 +25873,7 @@ duration: '29:45' explicit: 'no' keywords: elixir, distillery - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg summary: "\n

Welcome back to show everyone and today in our exploration of Elixir libraries we are talking to Paul Schoenfelder! He is here to unpack Distillery, his own creation from the world of Elixir and tell us about how @@ -25816,7 +25987,7 @@ duration: '23:56' explicit: 'no' keywords: elixir, elixirscript, the big elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings and various libraries of Elixir and are very happy to welcome Bryan Joseph of Revelry to talk about his very own ElixirScript. ElixirScript is essentially @@ -25945,7 +26116,7 @@ duration: '30:15' explicit: 'no' keywords: elixir, witchcraft, dialyzer - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg summary: "\n

Hey everybody and welcome back to Season 2 of the podcast! This season we will be talking about Elixir internals, libraries and the inner workings of the language. In our first episode we are very happy to be joined @@ -26053,7 +26224,7 @@ duration: '20:03' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

With this season over, we bring Dan Ivovich back to talk about what we learned.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

00:43 - Why are you using Elixir in production?
\n01:20 @@ -26112,7 +26283,7 @@ duration: '43:54' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg summary: "\n

We talk with Jeffrey Matthias from Community about their current and past Elixir projects and how they are deployed.

\n\n

Jeffrey Matthias - Community

\n\n

Find @@ -26285,7 +26456,7 @@ duration: '17:25' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg summary: "\n

We talk with Jay Ashe from Cava about their current and past Elixir projects and how they are deployed.

\n\n

Jay Ashe - Cava

\n\n

Find Jay elsewhere online:
\nWe talk with Frank Hunleth from the Nerves core team about their current and past Elixir projects and how they are deployed.

\n\n

Frank Hunleth - Nerves

\n\n

Find @@ -26614,7 +26785,7 @@ duration: '36:34' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg summary: "\n

We talk with Mark Ericksen from Elixir Mix about their current and past Elixir projects and how they are deployed.

\n\n

Mark Ericksen - Elixir Mix

\n\n

Find @@ -26727,7 +26898,7 @@ duration: '27:46' explicit: 'no' keywords: elixir, phoenix, spade co - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg summary: "\n

We talk with Brooklyn Zelenka from SPADE Co. about their current and past Elixir projects and how they are deployed.

\n\n

Brooklyn Zelenka - SPADE Co.

\n\n

Find @@ -26839,7 +27010,7 @@ duration: '26:01' explicit: 'no' keywords: elixir, phoenix, weedmaps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg summary: "\n

We talk with Todd Resudek from Weedmaps about their current Elixir projects and how they are deployed.

\n\n

Todd Resudek - Weedmaps

\n\n

Find Todd elsewhere online:
\nWe sat down with numerous developers, including José Valim and Chris McCord, during the Saturday lunch at Lonestar ElixirConf 2019. Hear what they had to say about @@ -27022,7 +27193,7 @@ duration: '32:34' explicit: 'no' keywords: elixir, phoenix, clustertruck - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg summary: "\n

We talk with Ryan Billingsley from ClusterTruck about their current Elixir projects and how they are deployed.

\n\n

Ryan Billingsley - ClusterTruck

\n\n

Find @@ -27142,7 +27313,7 @@ duration: '28:28' explicit: 'no' keywords: elixir, phoenix, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg summary: "\n

We talk with developers from the team here at SmartLogic about our current practices on deploying Elixir and Phoenix in production.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

Learn more diff --git a/_data/elixir_wizards_feed.yml b/_data/elixir_wizards_feed.yml index 3fa88aef..1acbf451 100644 --- a/_data/elixir_wizards_feed.yml +++ b/_data/elixir_wizards_feed.yml @@ -1,6 +1,6 @@ --- title: Elixir Wizards -pubDate: Tue, 23 Jul 2024 10:15:04 -0000 +pubDate: Thu, 17 Oct 2024 10:00:04 -0000 link: https://smartlogic.io/podcast/elixir-wizards description: "Elixir Wizards is an interview-style podcast for anyone interested in functional programming and the Elixir Programming Language. Hosted by SmartLogic @@ -37,7 +37,7 @@ items: duration: '1:40' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome back to Season 3! Our theme this time around is Working with Elixir. Listen for more on our theme, upcoming guests, and our new name.

\n " @@ -69,7 +69,7 @@ items: duration: '1:26' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

We’re excited to announce our season two topic, Elixir Internals. In this season we talk with developers behind some of the most popular Elixir libraries, including Witchcraft, ElixirScript, Distillery, Ecto, and @@ -106,7 +106,7 @@ items: duration: '1:24' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the first season of Smart Software with SmartLogic. We'll be interviewing several companies about how they use Elixir in Production this season. In this preview episode, we introduce ourselves and some of the @@ -119,6 +119,177 @@ items: some of the topics we’ll be covering.

\n\n

Learn more about how SmartLogic uses Phoenix and Elixir.

\n \ " +- title: Creating the Igniter Code Generation Framework with Zach Daniel + slug: s13-e01-igniter-code-generation-zach-daniel + link: https://smartlogic.io/podcast/elixir-wizards/s13-e01-igniter-code-generation-zach-daniel + guid: 1690d1d5-3359-4ede-8932-46c4bb244eef + pubDate: Thu, 17 Oct 2024 06:00:00 -0400 + pubDateFriendly: October 17, 2024 + description: | + To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of his latest brainchild, Igniter—a code generation and project patching framework designed to revolutionize the Elixir development experience. + Igniter isn’t just about generating code; it’s about generating smarter code. By leveraging tools like Sourcerer and Rewrite, Igniter allows developers to modify source code and batch updates by directly interacting with Elixir's AST instead of regex patching. This approach streamlines new project setup and package installations and enhances overall workflow. + They also discuss the strategic implications of Igniter for the broader Elixir community. Zach hopes Igniter will foster a more interconnected and efficient ecosystem that attracts new developers to Elixir and caters to the evolving needs of seasoned Elixir engineers. + Topics discussed in this episode: + Advanced package installation and code generation improve the developer experience + Scripting and staging techniques streamline project updates + Innovative methods for smoother installation processes in Elixir packages + High-level tools apply direct patches to source code + Progressive feature additions simplify the mix phx.new experience + Chaining installers and composing tasks for more efficient project setup + Continuous improvement in developer experiences to boost Elixir adoption + Encourage listeners to collaborate by sharing code generation patterns + Introduction of a new mix task aimed at removing the "unless" keyword in preparation for Elixir 1.18 + You can learn more in the upcoming book "Building Web Applications with Ash Framework" by Zach and Rebecca + Links mentioned: + https://smartlogic.io/ + https://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching + https://hexdocs.pm/igniter/readme.html + https://github.com/ash-project/igniter + https://www.zachdaniel.dev/p/serialization-is-the-secret + https://www.zachdaniel.dev/p/welcome-to-my-substack + https://ash-hq.org/ + https://hexdocs.pm/sourceror/readme.html + https://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/ + https://github.com/hrzndhrn/rewrite + https://github.com/zachdaniel + https://github.com/liveshowy/webauthn_components + https://hexdocs.pm/elixir/Regex.html + https://github.com/msaraiva/vscode-surface + https://github.com/swoosh/swoosh + https://github.com/erlef/oidcc + https://alembic.com.au/ + https://www.zachdaniel.dev/ + Special Guest: Zach Daniel. + author: SmartLogic LLC + embedUrl: https://fireside.fm/player/v2/IAs5ixts+s8PyjjlO + enclosure: + url: https://aphid.fireside.fm/d/1437767933/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/1690d1d5-3359-4ede-8932-46c4bb244eef.mp3 + length: '77113638' + type: audio/mpeg + itunes: + episodeType: full + season: '13' + author: SmartLogic LLC + subtitle: To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined + by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts + Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of + his latest brainchild, Igniter—a code generation and project patching framework + designed to revolutionize the Elixir development experience. + duration: '52:55' + explicit: 'no' + keywords: Elixir, Phoenix, LiveView, Ash Framework, Igniter, Automation, Code + Generation, Code Patching, Dependency Management, programming, software development, + app development, backend development, programming paradigms, functional programming, + Erlang, package management, deployment, software engineering, web application + development, tech innovation, Elixir libraries, project automation, developer + tools, mix tasks, Elixir ecosystem, system architecture, cloud deployment, Elixir + for enterprise, scalable systems, concurrency, OTP, BEAM VM, distributed systems, + Elixir modules, project configuration, code refactoring, source code, scripting, + DevOps, continuous integration, continuous deployment, CI/CD pipelines, API + development, web services, open-source software, code maintenance, software + lifecycle, tech stack, debugging, performance optimization, server-side rendering, + version control, git, GitHub, code collaboration, Elixir community, open-source + contributions, software tutorials, tech webinars, programming blogs, tech podcasts, + software patterns, architectural design, clean code, tech meetups, agile development, + SCRUM, tech conferences, software documentation, software testing, unit tests, + integration testing, system testing, test-driven development, Elixir performance, + Phoenix framework features, real-time applications, security in software, software + compliance, software best practices, code reviews, refactoring techniques, software + scalability, load balancing, fault tolerance, state management, process supervision, + tech leadership, Elixir training, Elixir workshops, code camps, developer advocacy, + coding standards, software project management, tech project planning + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1690d1d5-3359-4ede-8932-46c4bb244eef/cover.jpg + summary: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project + patching framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source + code and batch updates by directly interacting with Elixir's AST instead + of regex patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster + a more interconnected and efficient ecosystem that attracts new developers to + Elixir and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " + contentEncoded: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project patching + framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source code + and batch updates by directly interacting with Elixir's AST instead of regex + patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster a + more interconnected and efficient ecosystem that attracts new developers to Elixir + and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " - title: Elixir Wizards X Thinking Elixir ElixirConf 2024 Hype-isode slug: elixirconf2024-hype-isode link: https://smartlogic.io/podcast/elixir-wizards/elixirconf2024-hype-isode @@ -154,7 +325,7 @@ items: https://hexdocs.pm/phoenixliveview/Phoenix.Component.html https://opentelemetry.io/docs/languages/erlang/ https://ash-hq.org/ - https://alembic.sqlalchemy.org/en/latest/ + https://alembic.com.au/ Functional IoT with Elixir and Nerves - Justin Schneck | Craft 2019 (https://www.youtube.com/watch?v=mrpQHZcy3CI) https://docs.nerves-hub.org/ https://nerves-project.org/ @@ -181,7 +352,7 @@ items: duration: '59:50' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg summary: "\n

The Elixir Wizards and Thinking Elixir podcasts join forces to bring you a special hype-isode for ElixirConf 2024 in Orlando, Florida. Hosts Owen, Sundi, David, and Mark discuss their favorite moments from past conferences @@ -217,7 +388,7 @@ items: rel=\"nofollow\">https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nhttps://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nIt’s the season finale of Elixir Wizards Office Hours! SmartLogic’s Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join host Dan to delve into the agile ceremony of retrospectives. They explore @@ -482,7 +653,7 @@ items: software engineering, software programming, coding bootcamp, software engineering jobs, tech careers, tech industry, tech roles, full stack developer, frontend developer, backend developer, DevOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg summary: "\n

In Office Hours Episode 10, SmartLogic’s newest developers, Emma Whamond and Micaela Cunha, join Elixir Wizard Owen Bickford to discuss their onboarding experiences, joining a new engineering team, and navigating @@ -686,7 +857,7 @@ items: management tools, agile project management methodologies, software development project estimation tools, agile project planning practices, agile project coordination methodologies, software development project management tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg summary: "\n

In Episode 9 of Elixir Wizards Office Hours, we dive into task writing and backlog grooming, transforming ideas from the discovery phase into actionable tickets. Join SmartLogic Developer Camber Griffin and hosts @@ -827,7 +998,7 @@ items: Technical Support, Tech Innovations, Virtualization, Data Management, Database Administration, SQL, NoSQL, Programming Languages, Functional Programming, Scripting, Automation Scripts, Code Optimization, Secure Coding Practices - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 8, hosts Sundi Myint and Owen Bickford lead an engaging Q&A session with co-host Dan Ivovich, diving deep into the nuances of DevOps. Drawing from his extensive experience, @@ -972,7 +1143,7 @@ items: API, HTML to PDF, print media CSS, web printing challenges, printing in Elixir, document generation, software project management, tech podcast, development challenges, modern web technologies - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg summary: "\n

In Episode 7 of Elixir Wizards Office Hours, SmartLogic Engineers Joel Meador and Charles Suggs join host Owen Bickford to tackle the often tricky task of adding print functionality to web applications. They discuss @@ -1120,7 +1291,7 @@ items: industry standards, engineering practices, technical debt, legacy code, software modernization, application lifecycle, debugging, troubleshooting, software solutions, tech podcasts, professional development, tech education - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg summary: "\n

In Office Hours Episode 6, SmartLogic Developers Anna Dorigo and Bilal Hankins join Elixir Wizards Sundi and Dan to discuss their experiences maintaining a decade-old Ruby on Rails codebase.

\n\n

They delve into the @@ -1276,7 +1447,7 @@ items: development, tech startups, tech news, digital transformation, IT management, tech conferences, programming tutorials, coding challenges, software career development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg summary: "\n

In today's episode, Elixir Wizards Owen and Dan delve into the complexities of building advanced reporting features within software applications. They share personal insights and challenges encountered while @@ -1431,7 +1602,7 @@ items: strategy, programming methodologies, open source software, tech industry trends, developer tools and resources, accessibility in web design, security best practices in development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 4, SmartLogic Product Designer Ava Slivkoff joins hosts Sundi Myint and Owen Bickford to discuss the product designer's role in software development. Ava shares her experience @@ -1549,7 +1720,7 @@ items: programming languages, framework comparisons, software project management, digital transformation, cloud-native applications, software philosophies, tech education, tech communities online, collaboration in tech teams - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg summary: "\n

Today on Elixir Wizards Office Hours, SmartLogic Engineer Joel Meador joins Dan Ivovich to discuss all things background jobs.

\n\n

The behind-the-scenes heroes of app performance and scalability, background jobs @@ -1696,7 +1867,7 @@ items: tools, data visualization, cybersecurity, encryption, data privacy, GDPR compliance, software regulatory compliance, industry-specific software solutions, IT service management, ITIL, service-oriented architecture (SOA) - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 2, "Discovery Discoveries," SmartLogic's Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join Elixir Wizards Sundi Myint and Owen Bickford on an @@ -1826,7 +1997,7 @@ items: testing, usability testing, accessibility testing, software compliance, security testing, encryption testing, vulnerability scanning, ethical hacking, risk management in software, software audit, code quality metrics, software development tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg summary: "\n

The Elixir Wizards Podcast is back with Season 12 Office Hours, where we talk with the internal SmartLogic team about the stages of the software development lifecycle. For the season premiere, "Testing 1, 2, @@ -1999,7 +2170,7 @@ items: evolution, Tech community, Programming insights, Developer experiences, Code tutorials, Programming education, Software development lifecycle, Programming language design, Tech interviews - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg summary: "\n

For the final episode of Elixir Wizards’ Season 11 “Branching Out from Elixir,” we’re featuring a recent discussion from the Software Unscripted podcast. In this conversation, José Valim, creator of Elixir, interviews Richard @@ -2192,7 +2363,7 @@ items: coding techniques, software tips, tech expertise sharing, programming best practices, tech skills, coding strategies, software exploration, tech learning resources, programming experiences, tech community discussions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg summary: "\n

Today on Elixir Wizards, Wojtek Mach of HexPM and Amal Hussein, engineering leader and former NPM team member, join Owen Bickford to compare notes on package management in Elixir vs. JavaScript. This lively conversation @@ -2366,7 +2537,7 @@ items: programming, coding standards, web apps, DEI, DEI in the tech sector, rebuilding community, post-pandemic community engagement, third places, community planning, community-driven solutions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg summary: "\n

Today on Elixir Wizards, Camille Clayton, Director of Women Who Code DC, and Scott Tolinski, Co-Host of the Syntax Podcast and Creator of Level Up Tutorials, join hosts Sundi Myint and Owen Bickford to discuss tech @@ -2519,7 +2690,7 @@ items: compliance, software standards, tech entrepreneurship, tech startups, tech leadership, tech mentorship, tech diversity, tech inclusion, remote work, digital transformation, tech sustainability, tech ethics, tech policy, tech regulation. - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg summary: "\n

In this episode of Elixir Wizards, Xiang Ji and Nathan Hessler join hosts Sundi Myint and Owen Bickford to compare actor model implementation in Elixir, Ruby, and Clojure.

\n\n

In Elixir, the actor model is core @@ -2705,7 +2876,7 @@ items: tech podcast, developer podcast, Elixir podcast, Ruby podcast, programming talk, coding talk, tech talk, developer talk, Elixir talk, Ruby talk, programming tips, coding tips, tech tips, developer tips, Elixir tips, Ruby tips - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg summary: "\n

In this episode of Elixir Wizards, hosts Owen and Dan are joined by René Föhring, creator of Credo for Elixir, and Marc-André LaFortune, head maintainer of the RuboCop AST library for Ruby. They compare static code @@ -2876,7 +3047,7 @@ items: scripts, automation, algorithms, data structures, design patterns, clean code, technical debt, code quality, code review, pull requests, github, git, version control, ci/cd, sdlc, agile, scrum, user stories, ui, ux - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg summary: "\n

On today’s episode, Elixir Wizards Owen Bickford and Dan Ivovich compare notes on building web applications with Elixir and the Phoenix Framework versus Ruby on Rails. They discuss the history of both frameworks, @@ -3071,7 +3242,7 @@ items: coding strategies, tech industry insights, programming developments, tech pioneers, software engineering trends, coding research, tech methodologies, programming breakthroughs, tech industry trends - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg summary: "\n

Today on Elixir Wizards, Manuel Rubio, author of Erlang/OTP: A Concurrent World and Dan Plyukhin, creator of the UIGC Actor Garbage Collector for Akka, join host Dan Ivovich to compare notes on garbage collection in actor @@ -3228,7 +3399,7 @@ items: GPT, natural language processing, reinforcement learning, natural language generation, NLG, data mining, algorithms, predictive analytics, future trends, AI PoC, proof of concept, automation, recommendation systems, generative AI - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg summary: "\n

In this episode of Elixir Wizards, Katelynn Burns, software engineer at LaunchScout, and Alexis Carpenter, senior data scientist at cars.com, join Host Dan Ivovich to discuss machine learning with Elixir, Python, SQL, @@ -3377,7 +3548,7 @@ items: programming frameworks, tech trends, emerging tools in software, functional programming, technical writing, writing test, software industry, engineering careers, technology, technical skills - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg summary: "\n

This week on Elixir Wizards, Connor Rigby, Software Engineer at SmartRent, and Taylor Barto, Lead Embedded Software Engineer at Eaton, join Sundi Myint to compare notes on embedded systems development with Elixir, C, @@ -3521,7 +3692,7 @@ items: game frameworks, Photon Unity game engine, game networking, component architectures, code optimization, JavaScript, C#, Rust, Godot, GDScript, MOBA games, real time strategy games, game developer, gaming - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg summary: "\n

In Episode 4, the Elixir Wizards are joined by Dorian Iacobescu, author of the ECSpanse ECS library for Elixir, and Daniel Luu, founder and CEO of the game development studio AKREW. The guests compare notes on backend game @@ -3676,7 +3847,7 @@ items: edge computing, coding ethics, diversity in tech, women in coding, underrepresented groups in tech, code inclusivity, open-source contributions, coding for social good, tech philanthropy, sustainable coding practices, green tech, digital transformation - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg summary: "\n

This week, the Elixir Wizards are joined by Yohana Tesfazgi and Wes Bos to compare notes on the experience of learning Elixir vs. JavaScript as your first programming language. Yohana recently completed an Elixir apprenticeship, @@ -3814,7 +3985,7 @@ items: front end development, back end development, mobile development,UX design, testing, QA, object oriented programming, functional programming, Erlang,Ruby, Node.js, React, TypeScript, Go, Rust, opensource, contributing, collaboration, maintenance" - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg summary: "\n

In today’s episode, Sundi and Owen are joined by Yordis Prieto and Stephen Chudleigh to compare notes on HTTP requests in Elixir vs. Ruby, JavaScript, Go, and Rust. They cover common pain points when working with @@ -3968,7 +4139,7 @@ items: UML diagrams, UX design, integration, estimates, budgets, timelines, system architecture, hosting configuration, server capacity, development environments, cross functional collaboration, skill sharing ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg summary: "\n

Hosts Dan Ivovich, Owen Bickford, and Sundi Myint kick off the 11th season of the Elixir Wizards podcast. This season’s theme is “Branching Out from Elixir,” which expands the conversation to compare notes with experts @@ -4095,7 +4266,7 @@ items: type systems design, empirical studies, experimental design, thought experiments, epistemology, epistemic logic, soft typing, determinism, non-determinism, probability, intuitionistic logic, logic programming, programming language history - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg summary: "\n

It’s the Season 10 finale of the Elixir Wizards podcast! José Valim, Guillaume Duboc, and Giuseppe Castagna join Wizards Owen Bickford and Dan Ivovich to dive into the prospect of types in the Elixir programming @@ -4258,7 +4429,7 @@ items: IT professionals, sysadmins, sysadmin tools, appsec, cybersecurity, cryptography, information security, infosec, security engineers, hackers, hacking, penetration testing, DevSecOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg summary: "\n

Phoenix core team members Chris McCord and Jason Stiebs join Elixir Wizards Sundi Myint and Owen Bickford the growth of Phoenix and LiveView, the latest updates, and what they're excited to see in the future. @@ -4396,7 +4567,7 @@ items: coding for machine learning, Advanced ML techniques, Elixir community, Innovations in tech, Elixir and deep learning frameworks, AI research, AI advancements, natural language processing - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg summary: "\n

Sean Moriarity, author of Genetic Algorithms in Elixir and creator of the Axon Library, joins Elixir Wizards Sundi Myint and Bilal Hankins to discuss Elixir’s role in the future of machine learning and AI. He @@ -4536,7 +4707,7 @@ items: types, jobs in tech, dynamic languages, documentation, IT, cyber security, web development, AI landscape, ML, machine learning, tech trends, ruby, rails, CSS, c++, javascript - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg summary: "\n

In this episode of the Elixir Wizards podcast, hosts Sundi Myint and Owen Bickford are joined by Hugo Baraúna, founder at Elixir Radar, and Lucas San Roman, senior software engineer at Felt. We dive into the future @@ -4672,7 +4843,7 @@ items: cloud computing, microservices, web development, front-end development, back-end development, full-stack development, serverless, debugging, testing, refactoring, design patterns, software architecture, software design, software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg summary: "\n

Today on Elixir Wizards, José Valim, creator of the Elixir programming language, joins hosts Sundi Myint and Owen Bickford to discuss the future of Elixir, upcoming features, changes to the language and ecosystem, @@ -4805,7 +4976,7 @@ items: development, mobile development, back-end development, front-end development, software craftsmanship, programming languages, Python, Ruby, Java, JavaScript, Go, Rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg summary: "\n

Today on Elixir Wizards, Sundi Myint and Owen Bickford are joined by Saša Jurić, distinguished developer, mentor, and author of Elixir in Action. They discuss the future of training and education in Elixir, challenges @@ -4932,7 +5103,7 @@ items: testing, bug reports, programming languages, Elixir, functional programming, coding, software engineering, web development, technology, podcasts for developers, programming podcasts - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg summary: "\n

In this episode of Elixir Wizards, Owen and Dan talk to Mat Trudel, Phoenix contributor and creator of the Bandit Web Server, about the future of Phoenix, web transports, and HTTP/3. Mat explains the challenges @@ -5050,7 +5221,7 @@ items: integration, deployment strategies, release management, code refactoring, hex package manager, caching, telemetry, traffic management, hybrid systems, Elixir/BEAM use cases - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg summary: "\n

Elixir Wizards Owen Bickford and Dan Ivovich are joined by Mike Waud, Senior Software Engineer at SparkMeter, and Tony Winn, Lead Software Architect at Generac, to discuss the future of the BEAM in the electric grid, @@ -5192,7 +5363,7 @@ items: data privacy, data storage, distributed systems, edge computing, innovation, network security, quantum computing, robotics, SaaS, technology education, virtualization, web performance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg summary: "\n

In today's episode, Sophie DeBenedetto emphasizes the importance of the Elixir community's commitment to education, documentation, and tools like liveBook, fostering an environment where people with varying @@ -5338,7 +5509,7 @@ items: GraphQL, JSON Web Tokens, Encryption, Hashing, Symmetric encryption, Public key cryptography, Key management, Digital signatures, Certificate authorities, Secure file transfer, GDPR compliance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg summary: "\n

In today's episode of Elixir Wizards, Michael Lubas, founder of Paraxial.io, joins hosts Owen Bickford and Bilal Hankins to discuss security in the Elixir and Phoenix ecosystem. Lubas shares his insights on the @@ -5479,7 +5650,7 @@ items: Kubernetes, Massdriver, Operational burden, Monolithic applications, Microservices, Multi-cloud, Hybrid cloud, Phoenix framework ,Containerization, Credential leaks, Cloud agnosticism, Webhooks, Software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg summary: "\n

In this episode of Elixir Wizards, Cory O'Daniel, CEO of Massdriver, talks with Sundi and Owen about the role of DevOps in the future of Elixir programming. They discuss the advantages of using Elixir for cloud @@ -5628,7 +5799,7 @@ items: news, programming education, tech news, full-stack development, LiveView, data processing, coding best practices, dart programming language, Elixir programming community, developer experience, distributed systems - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg summary: "\n

It’s the season 10 premiere of the Elixir Wizards podcast! Sundi Myint, Owen Bickford, and Dan Ivovich kick off the season with a spirited conversation about what they hope to see in the future of the Elixir programming @@ -5741,7 +5912,7 @@ items: duration: '36:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg summary: "\n

Elixir Wizards Season 9 is coming to an end! In the season finale, hosts Sundi, Bilal, Owen, and Dan reflect on the guests and highlights that made this season unforgettable. We thank you for joining us as we parsed @@ -5806,7 +5977,7 @@ items: duration: '44:12' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg summary: "\n

Today on Elixir Wizards, Marcelo Dominguez, co-founder at Mimiquate, joins us to parse the particulars of command query responsibility segregation (CQRS). Mimiquate is a specialized team of developers providing @@ -5907,7 +6078,7 @@ items: duration: '42:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg summary: "\n

Today on Elixir Wizards, Chris Miller, software engineer at Corvus Insurance, joins us again for an in-depth discussion on the different approaches to programming. We dive into the conception and origin of new languages @@ -6000,7 +6171,7 @@ items: duration: '45:13' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg summary: "\n

Today on Elixir Wizards, we speak with two great minds in the Elixir community: Frank Hunleth from SmartRent and Joe Martin from Company Six. Join us to parse the particulars of Nerves, from production and terminology, @@ -6100,7 +6271,7 @@ items: duration: '46:15' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg summary: "\n

Today on Elixir Wizards, we chat with Jenny Bramble. Jenny is the Director of Quality Engineering at Papa, a platform that connects older adults and low-income families with companionship and a helping hand with daily @@ -6186,7 +6357,7 @@ items: duration: '39:54' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg summary: "\n

We are excited to have SmartLogic's own Harper Atlas as our guest on Elixir Wizards today! Harper, a product designer at SmartLogic (and cat lady at home), joins us on this episode to parse the particulars of @@ -6268,7 +6439,7 @@ items: duration: '39:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg summary: "\n

Today on the show we’re excited to have Theo Harris here to discuss Onboarding Into Elixir. Theo is a technical consultant working for Alembic in Sydney, Australia. He is currently working on a project utilizing @@ -6357,7 +6528,7 @@ items: duration: '38:30' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg summary: "\n

On today’s episode of Elixir Wizards, Ashley Smith and Kenneth Moy from Bowery Farming join us to dive into the particulars of Oban. Ashley has been working as a software engineer for 3 years with full-stack experience @@ -6454,7 +6625,7 @@ items: duration: '49:53' explicit: 'no' keywords: elixir, liveview - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg summary: "\n

Today we welcome Jason Stiebs to the podcast to talk about all things LiveView and how he was originally wrong about LiveView in the beginning. Jason is the founder at Rokkincat, and a core contributor to Phoenix. Jason @@ -6562,7 +6733,7 @@ items: duration: '53:35' explicit: 'no' keywords: elixir, ecto, query - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg summary: "\n

This week the Thinking Elixir Podcast is taking over Elixir Wizards! Mark & David from Thinking Elixir are here today to parse the particulars of Ecto Queries! Mark Ericksen is an Elixir Specialist at Fly.io and host of @@ -6700,7 +6871,7 @@ items: duration: '36:59' explicit: 'no' keywords: elixir, geo mapping, tech, felt - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by Tyler Young to explore the particulars of Geo Mapping, the process of turning data into maps. Tyler is a Senior Software Developer at Felt, the world’s first collaborative @@ -6792,7 +6963,7 @@ items: duration: '48:07' explicit: 'no' keywords: simplebet, genservers, elixir, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg summary: "\n

Season 9 is in full swing and we are so excited to welcome Kate Rezentes today to dive into the particulars of GenServers. Kate is a Junior Software Developer at Simplebet, a B2B product development company using machine @@ -6888,7 +7059,7 @@ items: duration: '51:35' explicit: 'no' keywords: bitfo, crypto, elixir, observability - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg summary: "\n

Welcome to our first episode of Season 9 Elixir Wizards, Parsing the Particulars. A show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. @@ -6993,7 +7164,7 @@ items: duration: '1:07' explicit: 'no' keywords: 'elixir, tech, code ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg summary: "\n

Hey everyone, Season 9 of Elixir Wizards is back! This season's theme is Parsing the Particulars, where we dive into particular subjects with our guests. Your returning hosts this season are Sundi, Owen and @@ -7073,7 +7244,7 @@ items: duration: '38:23' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg summary: "\n

It’s the season finale show! Can you believe it? Join us this week as Sundi, Owen, and Dan take a look back at this season of Elixir Wizards! You’ll hear their discussion about favorite moments over the season @@ -7160,7 +7331,7 @@ items: duration: '29:11' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg summary: "\n

This week on Elixir Wizards we’re joined by Nathan Retta, Senior Software Engineer from Android at DoorDash. We learn about Nathan’s background; his experience having a degree in Chemical Engineering and working in Oil and @@ -7212,7 +7383,7 @@ items: duration: '44:41' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg summary: "\n

Welcome to this week’s episode of Elixir Wizards, with our special guest, Cara Mitchell of Pepsi Co. Today we speak with Cara about her career journey that led to her living in the lower East Side of New York @@ -7289,7 +7460,7 @@ items: duration: '42:48' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg summary: "\n

Joining us today on Elixir Wizards is Catalina Astengo, Staff Software Engineer at Nav Inc. We chat with Catalina about how she went from working as a process engineer in a mine to a software engineer in beautiful @@ -7441,7 +7612,7 @@ items: duration: '45:35' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards, a show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. In today’s episode, we speak with @@ -7627,7 +7798,7 @@ items: duration: '43:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg summary: "\n

A superpower of software development is teaching our code to teach us what’s happening. This is observability, and it’s why Jessica Kerr works at Honeycomb, where she is a Developer Advocate. After twenty years as @@ -7803,7 +7974,7 @@ items: duration: '42:58' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg summary: "\n

Welcome back to another episode of Elixir Wizards. Today, we chat with Digit, a talented software engineer currently based at SmartRent. He became aware of the company when he started trying to modify his smart home @@ -7949,7 +8120,7 @@ items: duration: '45:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg summary: "\n

Joining us in conversation today is Nathan Willson all the way from Tokyo, Japan. Listeners will learn about the polyglot landscape he works in from Japan, why he believes knowing a language, and mastering it, @@ -8083,7 +8254,7 @@ items: duration: '43:31' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg summary: "\n

This week we are joined by Sanne Kalkman, former teacher turned software engineer. Currently, Sanne works at CodeSandbox, where she's one of two Elixir developers responsible for the backend. When she's not @@ -8243,7 +8414,7 @@ items: duration: '1:00:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg summary: "\n

This double guest episode features Cassidy Williams, Head of Developer Experience and Education and Tobi Pfeiffer, Staff Engineer from Remote. This fast growing Elixir company provides HR support to clients who @@ -8421,7 +8592,7 @@ items: duration: '48:07' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg summary: "\n

Today’s guest is Devon Estes, who leads the third-party integration team at Remote, a company that uses technology to make it easier for other companies to hire remote employees (not contractors, actual employees) @@ -8547,7 +8718,7 @@ items: duration: '48:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg summary: "\n

Welcome to the new season of Elixir Wizards: Elixir in a Polyglot Environment. To get things going on this exciting and intriguing subject we are very happy to welcome Miguel Cobá! Miguel currently works at @@ -8689,7 +8860,7 @@ items: duration: '56:55' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg summary: "\n

Welcome to the Season 7 finale! Today, we are joined by Todd Resudek, Staff Engineer at Jackpocket, to reflect on the past season and speak about the impact of Elixir, as well as a variety of other topics almost @@ -8840,7 +9011,7 @@ items: duration: '45:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg summary: "\n

This week we welcome Arthi Radhakrishnan back to the show to discuss how Elixir and her career more broadly have shaped her perspectives on learning. Arthi first got into programming as a child growing up in the Bay @@ -8977,7 +9148,7 @@ items: duration: '51:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg summary: "\n

Today we welcome software engineer Meryl Dakin to the show, who is currently employed by Knock. Meryl is here to help us continue our exploration of this season's theme of the impact of Elixir, and we get to hear about @@ -9144,7 +9315,7 @@ items: duration: '46:05' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg summary: "\n

We are very excited to welcome Brooklyn Zelenka back to the podcast to talk about her work at Fission and the ever-expanding frontier of edge computing! Brooklyn is a co-founder and CTO at Fission and she gives @@ -9305,7 +9476,7 @@ items: duration: '50:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg summary: "\n

We are always excited to have conversations about the growth of the Elixir community, and today we go truly global, welcoming Sigu Magwa to the podcast, who hails from Kenya! Sigu is currently traveling in the US @@ -9461,7 +9632,7 @@ items: duration: '56:10' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg summary: "\n

Brooklin Myers is on a quest to change the perception that Elixir is difficult to get into and we are so grateful to have him as a guest on the show today. Aside from being a passionate programmer, Brooklin spends @@ -9611,7 +9782,7 @@ items: duration: '45:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg summary: "\n

It is important to us that the Elixir community keeps thriving, and one of the best ways to ensure this is by lowering the barrier to entry as much as possible. Livebook is helping to achieve this aim, and today we are @@ -9785,7 +9956,7 @@ items: duration: '42:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg summary: "\n

Today on the show we are grateful to get the chance to speak with Yiming Chen from Tubi, where we hear all about how he likes to use Elixir and the contributions he has made to the community. We begin as always @@ -9949,7 +10120,7 @@ items: duration: '47:53' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg summary: "\n

Today we are joined by programmer, professor, educator, and podcaster, Adolfo Neto! We have a fascinating conversation that continues our exploration of the theme of the impact of Elixir, hearing from Adolfo about @@ -10113,7 +10284,7 @@ items: duration: '48:52' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg summary: "\n

As we continue this season of the podcast, focusing on the impact of Elixir, we are joined by Florian Kraft, all the way from Berlin, Germany! Florian works as a software engineer at Contentful, and has a number @@ -10290,7 +10461,7 @@ items: duration: '47:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg summary: "\n

Today’s guest is Angel Jose, a Software Engineer Manager at Cars.com with a passion for product and the customer experience. Angel played a key role in completely re-platforming Cars.com via Elixir, Phoenix, and other @@ -10430,7 +10601,7 @@ items: duration: '58:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg summary: "\n

As we kick off our new, seventh season of the Elixir Wizards podcast, we wanted to introduce our theme of the impact of Elixir by having a simple chat between our panel and foregoing our usual guest format. As fans @@ -10554,7 +10725,7 @@ items: duration: '57:56' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg summary: "\n

We have reached the final episode of our season, and as we wrap up our exploration of BEAM magic, we are joined by Amos King, whose tweet was the inspiration behind this season's focus! We've had such @@ -10701,7 +10872,7 @@ items: duration: '38:30' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg summary: "\n

This episode serves as a round-up of some of the special mini-features we have recorded throughout Season 6, where we'll hear from Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal about their work @@ -10876,7 +11047,7 @@ items: duration: '44:54' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg summary: "\n

Joining us on the show today is Quinn Wilton, and we have a wonderful conversation with our guest about her journey with Elixir, unusual path into programming, and her wide appreciation for different languages! We @@ -11029,7 +11200,7 @@ items: duration: '46:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg summary: "\n

While NIFs provide a great way to interface with native code in the BEAM machine, the process can also be rather error-prone. Thankfully, since Isaac Yonemoto built Zigler, things have become a lot simpler, and he @@ -11185,7 +11356,7 @@ items: duration: '50:13' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg summary: "\n

Today we are so excited to share a conversation with Maxim Fedorov, who is the Core Infrastructure Lead at communications giant, WhatsApp! In our chat, Maxim offers such interesting insight and wisdom from a long career @@ -11355,7 +11526,7 @@ items: duration: '48:08' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg summary: "\n

Some of you may recognize Chelsea Troy from her popular blog of the same name or as a keynote speaker for the March 2021 Code BEAM conference. Chelsea is an instructor in the Master's Program in Computer Science at @@ -11531,7 +11702,7 @@ items: duration: '56:18' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg summary: "\n

While we can think of many reasons why we love Elixir, the community could always benefit from a more lively conversation around testing. It was with this in mind that Jeffrey Matthias and Andrea Leopardi decided to @@ -11722,7 +11893,7 @@ items: duration: '46:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg summary: "\n

Joining us for this episode of Elixir Wizards is the vastly experienced and well-traveled Francesco Cesarini! Francesco is the founder of Erlang Solutions and we are so lucky to have him here on the show to talk about @@ -11935,7 +12106,7 @@ items: duration: '54:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg summary: "\n

Today we have some extra BEAM magic for all of you! Joining us on the show is Chris Miller, who currently works as an Associate Software Engineer at Corvus Insurance. We get into a great conversation with Chris about @@ -12126,7 +12297,7 @@ items: duration: '50:21' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg summary: "\n

While there is magic to be found in many frameworks, having too much going on under the hood without you being able to control it is not for everybody. Today we invite Parker and Shannon Selbert to speak about their @@ -12308,7 +12479,7 @@ items: duration: '1:00:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg summary: "\n

Today we are joined by the Vice President of Engineering at Corvus Insurance, Erik Person! Erik continues our journey into the magic of the BEAM, our season-long theme for the Elixir Wizards Podcast, and we get @@ -12512,7 +12683,7 @@ items: duration: '49:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg summary: "\n

Welcome to a brand-spanking-new season of Elixir Wizards! This time around we will be focussing on the magic of the BEAM, so get ready for an exciting journey into new territories filled with mystery and power! @@ -12713,7 +12884,7 @@ items: duration: '1:01:39' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg summary: "\n

Season 5 ends with a bang as we welcome back Sean Lewis, Anna Neyzber, and René Föhring onto the show to share their journey on getting their companies and teams to adopt Elixir. We open our conversation with each @@ -12899,7 +13070,7 @@ items: duration: '47:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg summary: "\n

The fields of data science and machine learning are moving ever faster. Jenn Gamble has her finger on the pulse and has become an industry expert with a wealth of experience to her name. As today’s guest, she dives @@ -13067,7 +13238,7 @@ items: duration: '43:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg summary: "\n

Many organizations take an incremental approach when adopting Elixir, preferring to pick up its nuances by using it to work on non-essential projects. But not Change.org. Today we speak with Change.org Director of Engineering @@ -13254,7 +13425,7 @@ items: duration: '48:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg summary: "\n

As users increasingly demand interactivity from their web experiences, Phoenix LiveView is becoming the dominant way of writing interactive Elixir applications without a loss to reliability. Today we welcome back an @@ -13462,7 +13633,7 @@ items: duration: '50:45' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg summary: "\n

With the prevalence of at-home learning, teachers have to compete for student attention against numerous screen-based activities. Today we speak with engineering lead Shaun Robinson and Elixir developer Toran Billups @@ -13674,7 +13845,7 @@ items: duration: '59:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg summary: "\n

ClusterTruck, a master of vertical integration, is rewriting the method of end-to-end food delivery and ghost kitchens. Today we speak with ClusterTruck Product VP Brian Howenstein to find out more about his journey @@ -13881,7 +14052,7 @@ items: duration: '55:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg summary: "\n

Building a successful development company requires having a leader with technical know-how and excellent management skills. Today we speak with SmartLogic President and Founder Yair Flicker about his company’s origin @@ -14045,7 +14216,7 @@ items: duration: '48:25' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg summary: "\n

Despite its welcoming character, the Elixir community struggles with diversity; as the 2020 ElixirConf community survey shows, only 2% of Elixirists are women. Today we speak with Blinker software engineer Alexandra Chakeres @@ -14216,7 +14387,7 @@ items: duration: '53:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg summary: "\n

In this episode we continue our conversation about adopting Elixir, this time with Matt Nowack and Jake Heinz from Discord, hearing them get into the features of Elixir that make it a great fit for building a real-time @@ -14395,7 +14566,7 @@ items: duration: '33:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg summary: "\n

Welcome back to the Elixir Wizards podcast! In this episode, we will be continuing our conversation on the theme of adopting elixir, and our great guest for today is Jason Axelson! Jason is a back-end developer for @@ -14574,7 +14745,7 @@ items: duration: '38:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg summary: "\n

Anyone who has written software for the travel industry can tell you that it is in desperate need of innovation — shockingly many of their cobwebbed systems were built in the 70s. Today we speak with Duffel CEO @@ -14745,7 +14916,7 @@ items: duration: '38:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg summary: "\n

To beat out their competitors, startups need to code quickly, simply, and in a language that attracts top engineers. Enter Elixir. Today we speak with Shawn Vo, Axle Payments Co-Founder and CTO, about his journey with @@ -14937,7 +15108,7 @@ items: duration: '47:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg summary: "\n

Today we sit down with Erlanger Viktória Fördős, who talks with us about Erlang and how it is used at Cisco. We open the show by finding out about Viki’s background in coding and her unorthodox entry into the field. @@ -15142,7 +15313,7 @@ items: duration: '37:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg summary: "\n

Today’s guest is Simon Glenn-Gregg, News Engineer at The Washington Post. He joins us to talk about using Elixir to build a prototype for a platform the news house recently implemented to visualize the results @@ -15356,7 +15527,7 @@ items: duration: '53:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg summary: "\n

The culture of your programming community directly impacts your professional success. As Thunderbolt Labs Founder Randall Thomas explains in this episode, a community that practices openness and which warmly welcomes @@ -15576,7 +15747,7 @@ items: duration: '56:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg summary: "\n

Welcome back to Elixir Wizards, season five, episode one! The theme for this season is ‘Adopting Elixir’, and for today’s show the team at Elixir Outlaws play host! Chris Keathley, Amos King, and Anna Neyzberg give @@ -15765,7 +15936,7 @@ items: duration: '59:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg summary: "\n

To close off this season and conclude our deep dive into system and application architecture, today’s episode is a special panel discussion on a topic that has provoked a mix of answers that range from the controversial @@ -15974,7 +16145,7 @@ items: duration: '35:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg summary: "\n

Even with the most programming experience in the world, coding still involves a lot of trial and error. People getting started in the industry should not become bogged down by failure. Because in the end, it’s @@ -16157,7 +16328,7 @@ items: duration: '48:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg summary: "\n

There is no difference between architecture and design. It's all engineering and creating a distinction between the two is a way for someone to get paid more and have a different title. That hot take comes @@ -16354,7 +16525,7 @@ items: duration: '48:24' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg summary: "\n

Imagine being hired into a rocketship startup using Elixir as its primary language. And all this, straight out of college. Today, we speak with systems software engineer, Lizzie Paquette who works at Brex, the aforementioned @@ -16611,7 +16782,7 @@ items: duration: '49:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg summary: "\n

Building a sophisticated AI that can evolve to fit our vast and diverse needs is a Herculean challenge. Today we speak with senior engineer Eric Steen about Automata, his experimental Elixir project that uses @@ -16871,7 +17042,7 @@ items: duration: '42:29' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg summary: "\n

According to an ancient myth, the world rests on the back of a turtle. And what does that turtle stand on? Another turtle. It turns out that it’s turtles all the way down. Miki Rezentes, today’s guest, believes that @@ -17162,7 +17333,7 @@ items: duration: '1:17:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg summary: "\n

With ElixirConf 2020 just around the corner, today’s episode is a sneak peek where we talk with six of this year’s speakers. Each speaker gives listeners an elevator pitch of their talk while throwing in extra details @@ -17542,7 +17713,7 @@ items: duration: '58:51' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg summary: "\n

Domain-driven design and extreme programming can help bridge the gap between development and business, and today we invite Mark Windholtz from Agile DNA to talk about how! Mark starts out by telling us about his early @@ -17782,7 +17953,7 @@ items: duration: '42:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg summary: "\n

Welcome to the second part of our special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan. In today’s episode, we talk to Nerves core team members Todd Resudek and Connor Rigby about all @@ -18051,7 +18222,7 @@ items: duration: '54:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg summary: "\n

Welcome to the first part of our extra special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan, in today’s episode, we pose questions asked by the Japanese Nerves community to Nerves core team @@ -18284,7 +18455,7 @@ items: duration: '41:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg summary: "\n

In today’s episode, we chat about system architecture, Ruby, Elixir, and everything in between with Greg Mefford, the senior back-end engineer for the Bleacher Report. We open the conversation by asking Greg about @@ -18520,7 +18691,7 @@ items: duration: '49:14' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg summary: "\n

Johanna Larsson is a community-minded software engineer whose project, Hex Diff, generates highlighted git diffs, right in your browser. In this episode, we talk to Johanna about how Hex Diff can benefit Elixir users, @@ -18745,7 +18916,7 @@ items: duration: '37:32' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg summary: "\n

Handling date and time is a challenge in any language, but Lau Taarnskov is determined to solve that problem in Elixir. Lau is today’s guest on Elixir Wizards, and this episode is all about his contributions to @@ -18931,7 +19102,7 @@ items: duration: '55:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg summary: "\n

For part 2 of our Council of Wizards panel discussion, we are joined by Chris Bell, Desmond Bowe, Emily Maxie, Dan Lindeman, and Alan Voss! Chris and Desmond run the ElixirTalk Podcast and we get in-depth on the @@ -19118,7 +19289,7 @@ items: duration: '39:28' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg summary: "\n

The Elixir community continues to flourish and evolve in these uncertain times and in honor of this we have put together a live show with a number of special guests! In part one today, we are joined by Andrea @@ -19291,7 +19462,7 @@ items: duration: '43:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg summary: "\n

Although it’s taken him four seasons to make an appearance, we are so glad to finally welcome Chris McCord, creator of the Phoenix framework, onto the show. While this season’s focus is on system and application architecture, @@ -19475,7 +19646,7 @@ items: duration: '55:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg summary: "\n

Today’s guest is Amos King, Principal CEO at Binary Noggin, and host on the Elixir Outlaws and This Agile Life podcasts. This episode is centered around a casual conversation about everything from programming, the @@ -19647,7 +19818,7 @@ items: duration: '45:58' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards as we continue our journey into system and application architecture! Our featured guest today is Sundi Myint and she is here to share her journey with Elixir and her non-traditional @@ -19863,7 +20034,7 @@ items: duration: '1:09:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg summary: "\n

Dave Thomas is recognized internationally as an expert who develops high-quality software–accurate and highly flexible systems. He helped write the now-famous Agile Manifesto, and regularly gives inspiring and @@ -20056,7 +20227,7 @@ items: duration: '38:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg summary: "\n

Joining us on the show for this episode is Ben Marx, author of Adopting Elixir and Principal Control Plane Engineer at the recently launched SubSpace! We continue our Season 4 journey into system and application architecture @@ -20191,7 +20362,7 @@ items: duration: '14:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg summary: "\n

A special episode of Elixir Wizards highlighting Pattern Matching with Todd - a short format interview where our friend, Todd Resudek, asks different guests the same five questions. This week Todd spoke with Johanna @@ -20276,7 +20447,7 @@ items: duration: '49:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg summary: "\n

Real-time applications come with real challenges—persistent connections, multi-server deployment, and strict performance requirements are just a few. Our guest today is Steve Bussey, a software architect at SalesLoft @@ -20416,7 +20587,7 @@ items: duration: '43:22' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg summary: "\n

Today’s guest is Mohd Maqbool Alam, a software developer and Elixir fan from Delhi. He enjoys learning about programming language theory, distributed systems, Cloud Native technologies, and open source. As he is working @@ -20593,7 +20764,7 @@ items: duration: '1:09:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg summary: "\n

As our first trilogy comes to a close, and we embark on the next one, we’re doing what all great trilogies do: Upending everything that made the initial one great and starting afresh. We have taken on board some @@ -20835,7 +21006,7 @@ items: duration: '53:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg summary: "\n

Welcome back to part two of our betweenisode! Everybody is working remotely now including ourselves, so today we continue the catch ups we were having with a number of longstanding buddies and chat about life @@ -21094,7 +21265,7 @@ items: duration: '53:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg summary: "\n

The world has changed so much since the end of season 3, that we thought we’d put together a special Betweenisode to tide you over until Season 4 launches. In this episode, we talk to several friends and respected @@ -21312,7 +21483,7 @@ items: duration: '50:45' explicit: 'no' keywords: elixir,phoenix,erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg summary: "\n

In this episode, we take a look into the current contexts and home lives many of us find ourselves in today, offering top tips for working remotely from home during these challenging times. The lockdowns have caused @@ -21475,7 +21646,7 @@ items: duration: '53:54' explicit: 'no' keywords: elixir,phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg summary: "\n

Welcome to another extra special episode of Elixir Wizards! We have guest hosts today, Meryl Dakin of Frame.io and Sophie DeBenedetto of Github, and they welcome Steven Nunez, Staff Engineer at the Flatiron School, @@ -21633,7 +21804,7 @@ items: duration: '51:01' explicit: 'no' keywords: elixir, phoenix, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg summary: "\n

Saša Jurić is a household name in the Elixir and Erlang space and we are so glad to finally welcome him on to the show today! Author of Elixir in Action, Saša is here to discuss training and his thoughts on getting @@ -21769,7 +21940,7 @@ items: duration: '46:44' explicit: 'no' keywords: elixir, phoenix, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Elixir Outlaws invited us to join them for a special crossover episode, recorded live at Lonestar Elixir 2020. Join us for a conversation around fun and learning in development, highlights from day one of the conference, @@ -21866,7 +22037,7 @@ items: duration: '48:34' explicit: 'no' keywords: elixir, ruby, benchee, pandas, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg summary: "\n

Our guest today, Devon Estes, approached us about the possible opportunity for Elixir to optimize and build out the pandas data analysis and manipulation tool, sharing why he thinks it would be a valuable addition to @@ -22040,7 +22211,7 @@ items: duration: '53:38' explicit: 'no' keywords: lonestar elixir, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg summary: "\n

Welcome back to the show for this special edition Lunchisode, coming to you live from the Lonestar Elixir 2020 Conference! We have a revolving door of speakers at this informal roundtable and a few friends and associates @@ -22213,7 +22384,7 @@ items: duration: '1:10:46' explicit: 'no' keywords: elixir, phoenix, lonestar - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg summary: "\n

This week we're delighted to share a special format bonus episode!

\n\n

We are joined by guest co-host Todd Resudek as well as a number of guests who each share a little bit about what they're working @@ -22407,7 +22578,7 @@ items: duration: '26:11' explicit: 'no' keywords: DockYard, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg summary: "\n

Today on the show, we’re joined by Mike Binns and Alex Garibay of DockYard. In this episode, Mike and Alex share their journeys of how they came to work at DockYard and give us a view into DockYard’s hiring @@ -22563,7 +22734,7 @@ items: duration: '34:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg summary: "\n

Today on Elixir Wizards we are delighted to be joined by Sean Lewis, a senior backend architect at Divvy. One of the many impressive facts about Sean is that he is entirely self-taught, from dabbling in Python @@ -22728,7 +22899,7 @@ items: duration: '51:59' explicit: 'no' keywords: elixir, lumen, rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg summary: "\n

In line with our current working-with-Elixir theme, today we’re talking about performance with Paul Schoenfelder and Hans Elias Josephsen from DockYard. The two have been working on Lumen, and in this episode, they @@ -22875,7 +23046,7 @@ items: duration: '45:12' explicit: 'no' keywords: elixir, 2U,Frame.io,github - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg summary: "\n

Today on the show we are joined by Sophie DeBenedetto from GitHub and Meryl Dakin from Frame.io to talk about the processes involved in training others and building Elixir projects. They share about studying and @@ -23043,7 +23214,7 @@ items: duration: '39:26' explicit: 'no' keywords: elixir, phoenix, fission - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg summary: "\n

In today’s episode we have one of our favorite recurring guests, Brooklyn Zelenka, joining us once again! Brooklyn has been on the show in both the first and second seasons to speak about Elixir and functional programming. @@ -23193,7 +23364,7 @@ items: duration: '38:04' explicit: 'no' keywords: elixir, phoenix, groxio, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg summary: "\n

Groxio is a great platform that allows programmers to learn new languages easily and broaden their horizons. Our guests today are the team behind Groxio, Bruce and Maggie Tate! In our discussion, we cover the basics @@ -23327,7 +23498,7 @@ items: duration: '22:39' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg summary: "\n

On today's show, we are joined by Dan Ivovich from our team here at SmartLogic! Dan is the Director of Development Operations and has already been a guest and cohost a few times on the show. Today we are talking @@ -23489,7 +23660,7 @@ items: duration: '37:10' explicit: 'no' keywords: hex, elixir, mint - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg summary: "\n

We are happy to be joined in this episode by Eric Meadows Jönsson, creator of the hexpm package manager, and an amazing resource who works tirelessly to build the Elixir community. Eric presently works at Brex and was @@ -23712,7 +23883,7 @@ items: duration: '35:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg summary: "\n

Our guest on the show today is blogger, software cowboy, and podcast host Chris Keathley. Chris is a senior engineer at Bleacher Report, co-host of Elixir Outlaws, and writer of an assemblage of open-source software. @@ -23901,7 +24072,7 @@ items: duration: '38:47' explicit: 'no' keywords: elixir, nerves, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg summary: "\n

On today’s show, we welcome Justin Schneck and Frank Hunleth, luminaries from the Nerves team! We take a dive into the world of Nerves with them, covering themes of performance, problem-solving, transitioning to hardware, @@ -24044,7 +24215,7 @@ items: duration: '27:21' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg summary: "\n

Our theme this season is working with Elixir, and joining in the conversation today is Brad Traylor from Podium. Brad shares his expertise in hiring and training for Podium, a position he is passionate about since it @@ -24184,7 +24355,7 @@ items: duration: '43:40' explicit: 'no' keywords: elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by none other than José Valim, the inventor of Elixir! Coming from the Ruby on Rails world, José found his way to functional programming and we hear all about the evolution @@ -24311,7 +24482,7 @@ items: duration: '25:40' explicit: 'no' keywords: elixirconf, functional programming, elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg summary: "\n

Welcome to Elixir Wizards, today we are joined by Dr. Jim Freeze to talk about his passion for and history in Elixir and functional programming. Dr. Freeze is one of the organizers of one of our favorite things in the world, @@ -24431,7 +24602,7 @@ items: duration: '11:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the last episode of Season 2 of the podcast! We are taking this opportunity to recap what we covered in the season and talk about what we liked and what we didn't like so much. We do not have a guest @@ -24556,7 +24727,7 @@ items: duration: '32:31' explicit: 'no' keywords: elixir, rustler, rust, elm, simplebet - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg summary: "\n

Our guest today on the show is Dave Lucia, who is currently the Vice President of Engineering at SimpleBet. He is here as part of Elixir Internals series, to talk to us and all our listeners about Rustler and the @@ -24681,7 +24852,7 @@ items: duration: '29:26' explicit: 'no' keywords: exventure - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg summary: "\n

This season on Smart Software Season 2, we are focused on the inner workings of Elixir and the inner workings of popular Elixir libraries, or Elixir internals. Today, I have the pleasure of interviewing my colleague, @@ -24778,7 +24949,7 @@ items: duration: '30:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg summary: "\n

Welcome to another episode of the podcast everybody! As we continue our journey into Elixir internals in Season 2, we welcome Sophie DeBenedetto to tell us about the two libraries she and the Flatiron School created! @@ -24916,7 +25087,7 @@ items: duration: '28:57' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg summary: "\n

Today on the show we welcome Shanti Chellaram to talk about a couple of Erlang libraries she has created! We hear from her about Pri-Queue and raft_erl, and her motivation behind making them and some of the things we @@ -25066,7 +25237,7 @@ items: duration: '27:31' explicit: 'no' keywords: elixir, erlang, ecto, jason - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg summary: "\n

Today on the show we are joined by Michal Muskala, who is currently a freelance software engineer and he is here to talk to us about his work on the Ecto and jason libraries. With Ecto we continue our journey @@ -25207,7 +25378,7 @@ items: duration: '34:00' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg summary: "\n

Today on the show we get stuck into the inner workings of Hex 1.0 and are happy to be joined by returning guest, Todd Resudek. As you might already know, Todd is the Senior Software Engineer at Weedmaps, a regular @@ -25327,7 +25498,7 @@ items: duration: '26:46' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg summary: "\n

In this episode of the podcast we are joined by Chris Keathley to continue our exploration of Elixir internals as he tells us about two very popular libraries that he developed, Wallaby and Raft. We start off with some @@ -25456,7 +25627,7 @@ items: duration: '29:36' explicit: 'no' keywords: elixir, credo - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg summary: "\n

Welcome back to the SmartLogic Podcast where we talk about the latest developments and best practices in the web and mobile software industry. In continuing with our theme of Elixir Internals, we’re having a conversation @@ -25594,7 +25765,7 @@ items: duration: '27:31' explicit: 'no' keywords: elixir, wework, flatiron school, token alchemist - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings of several different Elixir libraries and are happy to be joined by Meryl Dakin, Software Engineer at the Flatiron School and author of Token Alchemist. In this @@ -25717,7 +25888,7 @@ items: duration: '29:45' explicit: 'no' keywords: elixir, distillery - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg summary: "\n

Welcome back to show everyone and today in our exploration of Elixir libraries we are talking to Paul Schoenfelder! He is here to unpack Distillery, his own creation from the world of Elixir and tell us about how @@ -25831,7 +26002,7 @@ items: duration: '23:56' explicit: 'no' keywords: elixir, elixirscript, the big elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings and various libraries of Elixir and are very happy to welcome Bryan Joseph of Revelry to talk about his very own ElixirScript. ElixirScript is essentially @@ -25960,7 +26131,7 @@ items: duration: '30:15' explicit: 'no' keywords: elixir, witchcraft, dialyzer - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg summary: "\n

Hey everybody and welcome back to Season 2 of the podcast! This season we will be talking about Elixir internals, libraries and the inner workings of the language. In our first episode we are very happy to be joined @@ -26068,7 +26239,7 @@ items: duration: '20:03' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

With this season over, we bring Dan Ivovich back to talk about what we learned.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

00:43 - Why are you using Elixir in production?
\n01:20 @@ -26127,7 +26298,7 @@ items: duration: '43:54' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg summary: "\n

We talk with Jeffrey Matthias from Community about their current and past Elixir projects and how they are deployed.

\n\n

Jeffrey Matthias - Community

\n\n

Find @@ -26300,7 +26471,7 @@ items: duration: '17:25' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg summary: "\n

We talk with Jay Ashe from Cava about their current and past Elixir projects and how they are deployed.

\n\n

Jay Ashe - Cava

\n\n

Find Jay elsewhere online:
\nWe talk with Frank Hunleth from the Nerves core team about their current and past Elixir projects and how they are deployed.

\n\n

Frank Hunleth - Nerves

\n\n

Find @@ -26629,7 +26800,7 @@ items: duration: '36:34' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg summary: "\n

We talk with Mark Ericksen from Elixir Mix about their current and past Elixir projects and how they are deployed.

\n\n

Mark Ericksen - Elixir Mix

\n\n

Find @@ -26742,7 +26913,7 @@ items: duration: '27:46' explicit: 'no' keywords: elixir, phoenix, spade co - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg summary: "\n

We talk with Brooklyn Zelenka from SPADE Co. about their current and past Elixir projects and how they are deployed.

\n\n

Brooklyn Zelenka - SPADE Co.

\n\n

Find @@ -26854,7 +27025,7 @@ items: duration: '26:01' explicit: 'no' keywords: elixir, phoenix, weedmaps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg summary: "\n

We talk with Todd Resudek from Weedmaps about their current Elixir projects and how they are deployed.

\n\n

Todd Resudek - Weedmaps

\n\n

Find Todd elsewhere online:
\nWe sat down with numerous developers, including José Valim and Chris McCord, during the Saturday lunch at Lonestar ElixirConf 2019. Hear what they had to say about @@ -27037,7 +27208,7 @@ items: duration: '32:34' explicit: 'no' keywords: elixir, phoenix, clustertruck - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg summary: "\n

We talk with Ryan Billingsley from ClusterTruck about their current Elixir projects and how they are deployed.

\n\n

Ryan Billingsley - ClusterTruck

\n\n

Find @@ -27157,7 +27328,7 @@ items: duration: '28:28' explicit: 'no' keywords: elixir, phoenix, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg summary: "\n

We talk with developers from the team here at SmartLogic about our current practices on deploying Elixir and Phoenix in production.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

Learn more @@ -27316,7 +27487,7 @@ itunes: development, to education and community.\nLearn more about how SmartLogic uses Phoenix and Elixir. (https://smartlogic.io/phoenix-and-elixir?utm_source=podcast) \n" - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg explicit: 'no' keywords: elixir, elixirlang, phoenix, web apps, mobile apps, webdev, software development, JavaScript, Ruby on Rails, programming, coding, Java, C, C++ diff --git a/_data/elixir_wizards_seasons.yml b/_data/elixir_wizards_seasons.yml index aa8d0295..fe40a05d 100644 --- a/_data/elixir_wizards_seasons.yml +++ b/_data/elixir_wizards_seasons.yml @@ -61,7 +61,7 @@ Season 3: duration: '50:45' explicit: 'no' keywords: elixir,phoenix,erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/36812119-eef7-40f5-8aba-3fd7b3bebb09/cover.jpg summary: "\n

In this episode, we take a look into the current contexts and home lives many of us find ourselves in today, offering top tips for working remotely from home during these challenging times. The lockdowns have caused @@ -224,7 +224,7 @@ Season 3: duration: '53:54' explicit: 'no' keywords: elixir,phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19db794e-cf88-4320-969b-ea0ccbe0949d/cover.jpg summary: "\n

Welcome to another extra special episode of Elixir Wizards! We have guest hosts today, Meryl Dakin of Frame.io and Sophie DeBenedetto of Github, and they welcome Steven Nunez, Staff Engineer at the Flatiron School, @@ -382,7 +382,7 @@ Season 3: duration: '51:01' explicit: 'no' keywords: elixir, phoenix, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/75204e87-33b5-4a39-833c-d2a7f5ae1931/cover.jpg summary: "\n

Saša Jurić is a household name in the Elixir and Erlang space and we are so glad to finally welcome him on to the show today! Author of Elixir in Action, Saša is here to discuss training and his thoughts on getting @@ -518,7 +518,7 @@ Season 3: duration: '46:44' explicit: 'no' keywords: elixir, phoenix, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Elixir Outlaws invited us to join them for a special crossover episode, recorded live at Lonestar Elixir 2020. Join us for a conversation around fun and learning in development, highlights from day one of the conference, @@ -615,7 +615,7 @@ Season 3: duration: '48:34' explicit: 'no' keywords: elixir, ruby, benchee, pandas, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/65360c15-6a60-4c48-be76-94f642cb6869/cover.jpg summary: "\n

Our guest today, Devon Estes, approached us about the possible opportunity for Elixir to optimize and build out the pandas data analysis and manipulation tool, sharing why he thinks it would be a valuable addition to @@ -789,7 +789,7 @@ Season 3: duration: '53:38' explicit: 'no' keywords: lonestar elixir, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49808f09-dc08-407e-9d3b-9db8f0bbff97/cover.jpg summary: "\n

Welcome back to the show for this special edition Lunchisode, coming to you live from the Lonestar Elixir 2020 Conference! We have a revolving door of speakers at this informal roundtable and a few friends and associates @@ -962,7 +962,7 @@ Season 3: duration: '1:10:46' explicit: 'no' keywords: elixir, phoenix, lonestar - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10fa47c2-0223-46ac-a69d-465fd1393edb/cover.jpg summary: "\n

This week we're delighted to share a special format bonus episode!

\n\n

We are joined by guest co-host Todd Resudek as well as a number of guests who each share a little bit about what they're working @@ -1156,7 +1156,7 @@ Season 3: duration: '26:11' explicit: 'no' keywords: DockYard, elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1cd7d8f6-8965-4bd2-b159-1580e133bb6f/cover.jpg summary: "\n

Today on the show, we’re joined by Mike Binns and Alex Garibay of DockYard. In this episode, Mike and Alex share their journeys of how they came to work at DockYard and give us a view into DockYard’s hiring @@ -1312,7 +1312,7 @@ Season 3: duration: '34:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37389f65-249a-4e59-bdac-c71a646d2b23/cover.jpg summary: "\n

Today on Elixir Wizards we are delighted to be joined by Sean Lewis, a senior backend architect at Divvy. One of the many impressive facts about Sean is that he is entirely self-taught, from dabbling in Python @@ -1477,7 +1477,7 @@ Season 3: duration: '51:59' explicit: 'no' keywords: elixir, lumen, rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c493edc-c294-4fdd-b9f9-86a091800d96/cover.jpg summary: "\n

In line with our current working-with-Elixir theme, today we’re talking about performance with Paul Schoenfelder and Hans Elias Josephsen from DockYard. The two have been working on Lumen, and in this episode, they @@ -1624,7 +1624,7 @@ Season 3: duration: '45:12' explicit: 'no' keywords: elixir, 2U,Frame.io,github - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37d41249-7185-40c3-a4c3-3d761103ed16/cover.jpg summary: "\n

Today on the show we are joined by Sophie DeBenedetto from GitHub and Meryl Dakin from Frame.io to talk about the processes involved in training others and building Elixir projects. They share about studying and @@ -1792,7 +1792,7 @@ Season 3: duration: '39:26' explicit: 'no' keywords: elixir, phoenix, fission - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/590ef7b4-3a91-4c74-9325-2568d7adecdb/cover.jpg summary: "\n

In today’s episode we have one of our favorite recurring guests, Brooklyn Zelenka, joining us once again! Brooklyn has been on the show in both the first and second seasons to speak about Elixir and functional programming. @@ -1942,7 +1942,7 @@ Season 3: duration: '38:04' explicit: 'no' keywords: elixir, phoenix, groxio, lonestar elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f54652e5-c7c3-4165-9c4b-0ddd2ca2d14b/cover.jpg summary: "\n

Groxio is a great platform that allows programmers to learn new languages easily and broaden their horizons. Our guests today are the team behind Groxio, Bruce and Maggie Tate! In our discussion, we cover the basics @@ -2076,7 +2076,7 @@ Season 3: duration: '22:39' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ea443f10-25a6-4570-9fe8-20e7f6624671/cover.jpg summary: "\n

On today's show, we are joined by Dan Ivovich from our team here at SmartLogic! Dan is the Director of Development Operations and has already been a guest and cohost a few times on the show. Today we are talking @@ -2238,7 +2238,7 @@ Season 3: duration: '37:10' explicit: 'no' keywords: hex, elixir, mint - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ef0d105d-13f1-4803-8837-341f56782510/cover.jpg summary: "\n

We are happy to be joined in this episode by Eric Meadows Jönsson, creator of the hexpm package manager, and an amazing resource who works tirelessly to build the Elixir community. Eric presently works at Brex and was @@ -2461,7 +2461,7 @@ Season 3: duration: '35:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b26cdd89-0d68-4466-9714-44c278932651/cover.jpg summary: "\n

Our guest on the show today is blogger, software cowboy, and podcast host Chris Keathley. Chris is a senior engineer at Bleacher Report, co-host of Elixir Outlaws, and writer of an assemblage of open-source software. @@ -2650,7 +2650,7 @@ Season 3: duration: '38:47' explicit: 'no' keywords: elixir, nerves, erlang - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2be72d78-cfcc-46e2-a0a5-753fc8a0c280/cover.jpg summary: "\n

On today’s show, we welcome Justin Schneck and Frank Hunleth, luminaries from the Nerves team! We take a dive into the world of Nerves with them, covering themes of performance, problem-solving, transitioning to hardware, @@ -2793,7 +2793,7 @@ Season 3: duration: '27:21' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f816f14f-9675-4d38-a622-24dd6eb29cd1/cover.jpg summary: "\n

Our theme this season is working with Elixir, and joining in the conversation today is Brad Traylor from Podium. Brad shares his expertise in hiring and training for Podium, a position he is passionate about since it @@ -2933,7 +2933,7 @@ Season 3: duration: '43:40' explicit: 'no' keywords: elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/13faacd6-6639-4fe7-a552-5f58e3dc2f3d/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by none other than José Valim, the inventor of Elixir! Coming from the Ruby on Rails world, José found his way to functional programming and we hear all about the evolution @@ -3060,7 +3060,7 @@ Season 3: duration: '25:40' explicit: 'no' keywords: elixirconf, functional programming, elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7f21096c-8f00-4f06-9b4a-a0a8b554e28b/cover.jpg summary: "\n

Welcome to Elixir Wizards, today we are joined by Dr. Jim Freeze to talk about his passion for and history in Elixir and functional programming. Dr. Freeze is one of the organizers of one of our favorite things in the world, @@ -3154,7 +3154,7 @@ Season 3: duration: '1:40' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome back to Season 3! Our theme this time around is Working with Elixir. Listen for more on our theme, upcoming guests, and our new name.

\n " @@ -3211,7 +3211,7 @@ Season 2: duration: '11:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the last episode of Season 2 of the podcast! We are taking this opportunity to recap what we covered in the season and talk about what we liked and what we didn't like so much. We do not have a guest @@ -3336,7 +3336,7 @@ Season 2: duration: '32:31' explicit: 'no' keywords: elixir, rustler, rust, elm, simplebet - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1f938053-676b-4137-ad82-f104ebda9488/cover.jpg summary: "\n

Our guest today on the show is Dave Lucia, who is currently the Vice President of Engineering at SimpleBet. He is here as part of Elixir Internals series, to talk to us and all our listeners about Rustler and the @@ -3461,7 +3461,7 @@ Season 2: duration: '29:26' explicit: 'no' keywords: exventure - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0a947a18-82f2-4b2e-8c0c-69696c5980d9/cover.jpg summary: "\n

This season on Smart Software Season 2, we are focused on the inner workings of Elixir and the inner workings of popular Elixir libraries, or Elixir internals. Today, I have the pleasure of interviewing my colleague, @@ -3558,7 +3558,7 @@ Season 2: duration: '30:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7b360fac-dde4-44a4-b637-762e19a0274b/cover.jpg summary: "\n

Welcome to another episode of the podcast everybody! As we continue our journey into Elixir internals in Season 2, we welcome Sophie DeBenedetto to tell us about the two libraries she and the Flatiron School created! @@ -3696,7 +3696,7 @@ Season 2: duration: '28:57' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ec6a1593-38d7-48b0-8494-9dd83f8f6cff/cover.jpg summary: "\n

Today on the show we welcome Shanti Chellaram to talk about a couple of Erlang libraries she has created! We hear from her about Pri-Queue and raft_erl, and her motivation behind making them and some of the things we @@ -3846,7 +3846,7 @@ Season 2: duration: '27:31' explicit: 'no' keywords: elixir, erlang, ecto, jason - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d20c39c5-2b6c-44a9-96ff-0dff754dd08f/cover.jpg summary: "\n

Today on the show we are joined by Michal Muskala, who is currently a freelance software engineer and he is here to talk to us about his work on the Ecto and jason libraries. With Ecto we continue our journey @@ -3987,7 +3987,7 @@ Season 2: duration: '34:00' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2ebfdc2e-d967-4324-bcbe-de67bccb57e6/cover.jpg summary: "\n

Today on the show we get stuck into the inner workings of Hex 1.0 and are happy to be joined by returning guest, Todd Resudek. As you might already know, Todd is the Senior Software Engineer at Weedmaps, a regular @@ -4107,7 +4107,7 @@ Season 2: duration: '26:46' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/37e3efb0-85b7-4dd9-bbf9-a997b01c6437/cover.jpg summary: "\n

In this episode of the podcast we are joined by Chris Keathley to continue our exploration of Elixir internals as he tells us about two very popular libraries that he developed, Wallaby and Raft. We start off with some @@ -4236,7 +4236,7 @@ Season 2: duration: '29:36' explicit: 'no' keywords: elixir, credo - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9532d3dd-1d07-4ac9-b4c8-3f1580deff11/cover.jpg summary: "\n

Welcome back to the SmartLogic Podcast where we talk about the latest developments and best practices in the web and mobile software industry. In continuing with our theme of Elixir Internals, we’re having a conversation @@ -4374,7 +4374,7 @@ Season 2: duration: '27:31' explicit: 'no' keywords: elixir, wework, flatiron school, token alchemist - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3050865c-0418-42d6-ade9-9605af11fee6/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings of several different Elixir libraries and are happy to be joined by Meryl Dakin, Software Engineer at the Flatiron School and author of Token Alchemist. In this @@ -4497,7 +4497,7 @@ Season 2: duration: '29:45' explicit: 'no' keywords: elixir, distillery - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bd39f088-71c3-4425-b78e-8fc4a5324a1c/cover.jpg summary: "\n

Welcome back to show everyone and today in our exploration of Elixir libraries we are talking to Paul Schoenfelder! He is here to unpack Distillery, his own creation from the world of Elixir and tell us about how @@ -4611,7 +4611,7 @@ Season 2: duration: '23:56' explicit: 'no' keywords: elixir, elixirscript, the big elixir - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/ed1a46a8-a3ac-4808-b1e5-91e950b2791a/cover.jpg summary: "\n

Today on the show we continue our series on the inner workings and various libraries of Elixir and are very happy to welcome Bryan Joseph of Revelry to talk about his very own ElixirScript. ElixirScript is essentially @@ -4740,7 +4740,7 @@ Season 2: duration: '30:15' explicit: 'no' keywords: elixir, witchcraft, dialyzer - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/490b7cc3-44d7-4917-9688-2450d18de62a/cover.jpg summary: "\n

Hey everybody and welcome back to Season 2 of the podcast! This season we will be talking about Elixir internals, libraries and the inner workings of the language. In our first episode we are very happy to be joined @@ -4836,7 +4836,7 @@ Season 2: duration: '1:26' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

We’re excited to announce our season two topic, Elixir Internals. In this season we talk with developers behind some of the most popular Elixir libraries, including Witchcraft, ElixirScript, Distillery, Ecto, and @@ -4883,7 +4883,7 @@ Season 1: duration: '20:03' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

With this season over, we bring Dan Ivovich back to talk about what we learned.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

00:43 - Why are you using Elixir in production?
\n01:20 @@ -4942,7 +4942,7 @@ Season 1: duration: '43:54' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bd99e2e-cba0-4c94-904a-5486ce48c517/cover.jpg summary: "\n

We talk with Jeffrey Matthias from Community about their current and past Elixir projects and how they are deployed.

\n\n

Jeffrey Matthias - Community

\n\n

Find @@ -5115,7 +5115,7 @@ Season 1: duration: '17:25' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c300841a-d5b9-4957-950f-ce0f6bc3af68/cover.jpg summary: "\n

We talk with Jay Ashe from Cava about their current and past Elixir projects and how they are deployed.

\n\n

Jay Ashe - Cava

\n\n

Find Jay elsewhere online:
\nWe talk with Frank Hunleth from the Nerves core team about their current and past Elixir projects and how they are deployed.

\n\n

Frank Hunleth - Nerves

\n\n

Find @@ -5444,7 +5444,7 @@ Season 1: duration: '36:34' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a5a2fb4-c1a0-437a-9001-9b981312ecab/cover.jpg summary: "\n

We talk with Mark Ericksen from Elixir Mix about their current and past Elixir projects and how they are deployed.

\n\n

Mark Ericksen - Elixir Mix

\n\n

Find @@ -5557,7 +5557,7 @@ Season 1: duration: '27:46' explicit: 'no' keywords: elixir, phoenix, spade co - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0cef68be-a246-4ba6-bdc7-a6835c05fe72/cover.jpg summary: "\n

We talk with Brooklyn Zelenka from SPADE Co. about their current and past Elixir projects and how they are deployed.

\n\n

Brooklyn Zelenka - SPADE Co.

\n\n

Find @@ -5669,7 +5669,7 @@ Season 1: duration: '26:01' explicit: 'no' keywords: elixir, phoenix, weedmaps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d949b81e-39c5-4474-8605-89062b8dc543/cover.jpg summary: "\n

We talk with Todd Resudek from Weedmaps about their current Elixir projects and how they are deployed.

\n\n

Todd Resudek - Weedmaps

\n\n

Find Todd elsewhere online:
\nWe sat down with numerous developers, including José Valim and Chris McCord, during the Saturday lunch at Lonestar ElixirConf 2019. Hear what they had to say about @@ -5872,7 +5872,7 @@ Season 1: duration: '28:28' explicit: 'no' keywords: elixir, phoenix, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f71af757-ce4c-44a0-8e78-5766711fd7d4/cover.jpg summary: "\n

We talk with developers from the team here at SmartLogic about our current practices on deploying Elixir and Phoenix in production.

\n\n

Dan Ivovich - Director of Development Operations @ SmartLogic

\n\n

Learn more @@ -6061,7 +6061,7 @@ Season 1: duration: '32:34' explicit: 'no' keywords: elixir, phoenix, clustertruck - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9b17b0c6-6e66-4e77-ae1f-9b3e2db6a35b/cover.jpg summary: "\n

We talk with Ryan Billingsley from ClusterTruck about their current Elixir projects and how they are deployed.

\n\n

Ryan Billingsley - ClusterTruck

\n\n

Find @@ -6141,7 +6141,7 @@ Season 1: duration: '1:24' explicit: 'no' keywords: elixir, phoenix, production - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/cover.jpg summary: "\n

Welcome to the first season of Smart Software with SmartLogic. We'll be interviewing several companies about how they use Elixir in Production this season. In this preview episode, we introduce ourselves and some of the @@ -6154,6 +6154,178 @@ Season 1: some of the topics we’ll be covering.

\n\n

Learn more about how SmartLogic uses Phoenix and Elixir.

\n \ " +Season 13: +- title: Creating the Igniter Code Generation Framework with Zach Daniel + slug: s13-e01-igniter-code-generation-zach-daniel + link: https://smartlogic.io/podcast/elixir-wizards/s13-e01-igniter-code-generation-zach-daniel + guid: 1690d1d5-3359-4ede-8932-46c4bb244eef + pubDate: Thu, 17 Oct 2024 06:00:00 -0400 + pubDateFriendly: October 17, 2024 + description: | + To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of his latest brainchild, Igniter—a code generation and project patching framework designed to revolutionize the Elixir development experience. + Igniter isn’t just about generating code; it’s about generating smarter code. By leveraging tools like Sourcerer and Rewrite, Igniter allows developers to modify source code and batch updates by directly interacting with Elixir's AST instead of regex patching. This approach streamlines new project setup and package installations and enhances overall workflow. + They also discuss the strategic implications of Igniter for the broader Elixir community. Zach hopes Igniter will foster a more interconnected and efficient ecosystem that attracts new developers to Elixir and caters to the evolving needs of seasoned Elixir engineers. + Topics discussed in this episode: + Advanced package installation and code generation improve the developer experience + Scripting and staging techniques streamline project updates + Innovative methods for smoother installation processes in Elixir packages + High-level tools apply direct patches to source code + Progressive feature additions simplify the mix phx.new experience + Chaining installers and composing tasks for more efficient project setup + Continuous improvement in developer experiences to boost Elixir adoption + Encourage listeners to collaborate by sharing code generation patterns + Introduction of a new mix task aimed at removing the "unless" keyword in preparation for Elixir 1.18 + You can learn more in the upcoming book "Building Web Applications with Ash Framework" by Zach and Rebecca + Links mentioned: + https://smartlogic.io/ + https://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching + https://hexdocs.pm/igniter/readme.html + https://github.com/ash-project/igniter + https://www.zachdaniel.dev/p/serialization-is-the-secret + https://www.zachdaniel.dev/p/welcome-to-my-substack + https://ash-hq.org/ + https://hexdocs.pm/sourceror/readme.html + https://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/ + https://github.com/hrzndhrn/rewrite + https://github.com/zachdaniel + https://github.com/liveshowy/webauthn_components + https://hexdocs.pm/elixir/Regex.html + https://github.com/msaraiva/vscode-surface + https://github.com/swoosh/swoosh + https://github.com/erlef/oidcc + https://alembic.com.au/ + https://www.zachdaniel.dev/ + Special Guest: Zach Daniel. + author: SmartLogic LLC + embedUrl: https://fireside.fm/player/v2/IAs5ixts+s8PyjjlO + enclosure: + url: https://aphid.fireside.fm/d/1437767933/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/1690d1d5-3359-4ede-8932-46c4bb244eef.mp3 + length: '77113638' + type: audio/mpeg + itunes: + episodeType: full + season: '13' + author: SmartLogic LLC + subtitle: To kick off Elixir Wizards Season 13, The Creator's Lab, we're joined + by Zach Daniel, the creator of Igniter and the Ash framework. Zach joins hosts + Owen Bickford and Charles Suggs to discuss the mechanics and aspirations of + his latest brainchild, Igniter—a code generation and project patching framework + designed to revolutionize the Elixir development experience. + duration: '52:55' + explicit: 'no' + keywords: Elixir, Phoenix, LiveView, Ash Framework, Igniter, Automation, Code + Generation, Code Patching, Dependency Management, programming, software development, + app development, backend development, programming paradigms, functional programming, + Erlang, package management, deployment, software engineering, web application + development, tech innovation, Elixir libraries, project automation, developer + tools, mix tasks, Elixir ecosystem, system architecture, cloud deployment, Elixir + for enterprise, scalable systems, concurrency, OTP, BEAM VM, distributed systems, + Elixir modules, project configuration, code refactoring, source code, scripting, + DevOps, continuous integration, continuous deployment, CI/CD pipelines, API + development, web services, open-source software, code maintenance, software + lifecycle, tech stack, debugging, performance optimization, server-side rendering, + version control, git, GitHub, code collaboration, Elixir community, open-source + contributions, software tutorials, tech webinars, programming blogs, tech podcasts, + software patterns, architectural design, clean code, tech meetups, agile development, + SCRUM, tech conferences, software documentation, software testing, unit tests, + integration testing, system testing, test-driven development, Elixir performance, + Phoenix framework features, real-time applications, security in software, software + compliance, software best practices, code reviews, refactoring techniques, software + scalability, load balancing, fault tolerance, state management, process supervision, + tech leadership, Elixir training, Elixir workshops, code camps, developer advocacy, + coding standards, software project management, tech project planning + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1690d1d5-3359-4ede-8932-46c4bb244eef/cover.jpg + summary: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project + patching framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source + code and batch updates by directly interacting with Elixir's AST instead + of regex patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster + a more interconnected and efficient ecosystem that attracts new developers to + Elixir and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " + contentEncoded: "\n

To kick off Elixir Wizards Season 13, The Creator's + Lab, we're joined by Zach Daniel, the creator of Igniter and the Ash framework. + Zach joins hosts Owen Bickford and Charles Suggs to discuss the mechanics and + aspirations of his latest brainchild, Igniter—a code generation and project patching + framework designed to revolutionize the Elixir development experience.

\n\n

Igniter + isn’t just about generating code; it’s about generating smarter code. By leveraging + tools like Sourcerer and Rewrite, Igniter allows developers to modify source code + and batch updates by directly interacting with Elixir's AST instead of regex + patching. This approach streamlines new project setup and package installations + and enhances overall workflow.

\n\n

They also discuss the strategic implications + of Igniter for the broader Elixir community. Zach hopes Igniter will foster a + more interconnected and efficient ecosystem that attracts new developers to Elixir + and caters to the evolving needs of seasoned Elixir engineers.

\n\n

Topics + discussed in this episode:

\n\n\n\n

Links mentioned:

\n\n

https://smartlogic.io/
\nhttps://alembic.com.au/blog/igniter-rethinking-code-generation-with-project-patching
\nhttps://hexdocs.pm/igniter/readme.html
\nhttps://github.com/ash-project/igniter
\nhttps://www.zachdaniel.dev/p/serialization-is-the-secret
\nhttps://www.zachdaniel.dev/p/welcome-to-my-substack
\nhttps://ash-hq.org/
\nhttps://hexdocs.pm/sourceror/readme.html
\nhttps://smartlogic.io/podcast/elixir-wizards/s10-e09-hugo-lucas-future-of-elixir-community/
\nhttps://github.com/hrzndhrn/rewrite
\nhttps://github.com/zachdaniel
\nhttps://github.com/liveshowy/webauthn_components
\nhttps://hexdocs.pm/elixir/Regex.html
\nhttps://github.com/msaraiva/vscode-surface
\nhttps://github.com/swoosh/swoosh
\nhttps://github.com/erlef/oidcc
\nhttps://alembic.com.au/
\nhttps://www.zachdaniel.dev/

Special + Guest: Zach Daniel.

\n " Season 12: - title: Elixir Wizards X Thinking Elixir ElixirConf 2024 Hype-isode slug: elixirconf2024-hype-isode @@ -6190,7 +6362,7 @@ Season 12: https://hexdocs.pm/phoenixliveview/Phoenix.Component.html https://opentelemetry.io/docs/languages/erlang/ https://ash-hq.org/ - https://alembic.sqlalchemy.org/en/latest/ + https://alembic.com.au/ Functional IoT with Elixir and Nerves - Justin Schneck | Craft 2019 (https://www.youtube.com/watch?v=mrpQHZcy3CI) https://docs.nerves-hub.org/ https://nerves-project.org/ @@ -6217,7 +6389,7 @@ Season 12: duration: '59:50' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e949c9e7-2cd1-4f95-87bd-102312007081/cover.jpg summary: "\n

The Elixir Wizards and Thinking Elixir podcasts join forces to bring you a special hype-isode for ElixirConf 2024 in Orlando, Florida. Hosts Owen, Sundi, David, and Mark discuss their favorite moments from past conferences @@ -6253,7 +6425,7 @@ Season 12: rel=\"nofollow\">https://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nhttps://hexdocs.pm/phoenix_live_view/Phoenix.Component.html
\nhttps://opentelemetry.io/docs/languages/erlang/
\nhttps://ash-hq.org/
\nhttps://alembic.sqlalchemy.org/en/latest/
\nhttps://alembic.com.au/
\nFunctional IoT with Elixir and Nerves - Justin Schneck | Craft 2019
\nhttps://docs.nerves-hub.org/
\nIt’s the season finale of Elixir Wizards Office Hours! SmartLogic’s Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join host Dan to delve into the agile ceremony of retrospectives. They explore @@ -6518,7 +6690,7 @@ Season 12: software engineering, software programming, coding bootcamp, software engineering jobs, tech careers, tech industry, tech roles, full stack developer, frontend developer, backend developer, DevOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/59b94bdf-b422-4c9c-8960-6f6e6606ccd2/cover.jpg summary: "\n

In Office Hours Episode 10, SmartLogic’s newest developers, Emma Whamond and Micaela Cunha, join Elixir Wizard Owen Bickford to discuss their onboarding experiences, joining a new engineering team, and navigating @@ -6722,7 +6894,7 @@ Season 12: management tools, agile project management methodologies, software development project estimation tools, agile project planning practices, agile project coordination methodologies, software development project management tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2a125320-7cac-4121-a6f8-1084685ba231/cover.jpg summary: "\n

In Episode 9 of Elixir Wizards Office Hours, we dive into task writing and backlog grooming, transforming ideas from the discovery phase into actionable tickets. Join SmartLogic Developer Camber Griffin and hosts @@ -6863,7 +7035,7 @@ Season 12: Technical Support, Tech Innovations, Virtualization, Data Management, Database Administration, SQL, NoSQL, Programming Languages, Functional Programming, Scripting, Automation Scripts, Code Optimization, Secure Coding Practices - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/731a954e-747f-42b4-970a-abf92832411f/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 8, hosts Sundi Myint and Owen Bickford lead an engaging Q&A session with co-host Dan Ivovich, diving deep into the nuances of DevOps. Drawing from his extensive experience, @@ -7008,7 +7180,7 @@ Season 12: API, HTML to PDF, print media CSS, web printing challenges, printing in Elixir, document generation, software project management, tech podcast, development challenges, modern web technologies - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/866cd912-54c7-431a-a337-26586888dab5/cover.jpg summary: "\n

In Episode 7 of Elixir Wizards Office Hours, SmartLogic Engineers Joel Meador and Charles Suggs join host Owen Bickford to tackle the often tricky task of adding print functionality to web applications. They discuss @@ -7156,7 +7328,7 @@ Season 12: industry standards, engineering practices, technical debt, legacy code, software modernization, application lifecycle, debugging, troubleshooting, software solutions, tech podcasts, professional development, tech education - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3235b5a1-f01f-4364-b9c4-408406c0fb08/cover.jpg summary: "\n

In Office Hours Episode 6, SmartLogic Developers Anna Dorigo and Bilal Hankins join Elixir Wizards Sundi and Dan to discuss their experiences maintaining a decade-old Ruby on Rails codebase.

\n\n

They delve into the @@ -7312,7 +7484,7 @@ Season 12: development, tech startups, tech news, digital transformation, IT management, tech conferences, programming tutorials, coding challenges, software career development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f0d1daa0-bc06-4daf-b6c9-c37a12357821/cover.jpg summary: "\n

In today's episode, Elixir Wizards Owen and Dan delve into the complexities of building advanced reporting features within software applications. They share personal insights and challenges encountered while @@ -7467,7 +7639,7 @@ Season 12: strategy, programming methodologies, open source software, tech industry trends, developer tools and resources, accessibility in web design, security best practices in development - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b6ac3502-4549-4104-92fd-f11de5c49acf/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 4, SmartLogic Product Designer Ava Slivkoff joins hosts Sundi Myint and Owen Bickford to discuss the product designer's role in software development. Ava shares her experience @@ -7585,7 +7757,7 @@ Season 12: programming languages, framework comparisons, software project management, digital transformation, cloud-native applications, software philosophies, tech education, tech communities online, collaboration in tech teams - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/43524988-7fb9-47c0-b4be-39d5b1df4432/cover.jpg summary: "\n

Today on Elixir Wizards Office Hours, SmartLogic Engineer Joel Meador joins Dan Ivovich to discuss all things background jobs.

\n\n

The behind-the-scenes heroes of app performance and scalability, background jobs @@ -7732,7 +7904,7 @@ Season 12: tools, data visualization, cybersecurity, encryption, data privacy, GDPR compliance, software regulatory compliance, industry-specific software solutions, IT service management, ITIL, service-oriented architecture (SOA) - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b9a950af-a55c-4a4f-9bad-da2623fee154/cover.jpg summary: "\n

In Elixir Wizards Office Hours Episode 2, "Discovery Discoveries," SmartLogic's Project Manager Alicia Brindisi and VP of Delivery Bri LaVorgna join Elixir Wizards Sundi Myint and Owen Bickford on an @@ -7862,7 +8034,7 @@ Season 12: testing, usability testing, accessibility testing, software compliance, security testing, encryption testing, vulnerability scanning, ethical hacking, risk management in software, software audit, code quality metrics, software development tools - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4753d6e4-fa7b-44f9-9a65-1eb707407b23/cover.jpg summary: "\n

The Elixir Wizards Podcast is back with Season 12 Office Hours, where we talk with the internal SmartLogic team about the stages of the software development lifecycle. For the season premiere, "Testing 1, 2, @@ -8036,7 +8208,7 @@ Season 11: evolution, Tech community, Programming insights, Developer experiences, Code tutorials, Programming education, Software development lifecycle, Programming language design, Tech interviews - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a8bd6fba-4d5a-4246-9da0-e55e89b80601/cover.jpg summary: "\n

For the final episode of Elixir Wizards’ Season 11 “Branching Out from Elixir,” we’re featuring a recent discussion from the Software Unscripted podcast. In this conversation, José Valim, creator of Elixir, interviews Richard @@ -8229,7 +8401,7 @@ Season 11: coding techniques, software tips, tech expertise sharing, programming best practices, tech skills, coding strategies, software exploration, tech learning resources, programming experiences, tech community discussions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c96dad62-e720-45c1-b3ee-66dd59f8c451/cover.jpg summary: "\n

Today on Elixir Wizards, Wojtek Mach of HexPM and Amal Hussein, engineering leader and former NPM team member, join Owen Bickford to compare notes on package management in Elixir vs. JavaScript. This lively conversation @@ -8403,7 +8575,7 @@ Season 11: programming, coding standards, web apps, DEI, DEI in the tech sector, rebuilding community, post-pandemic community engagement, third places, community planning, community-driven solutions - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/89defd26-c2d3-49b5-8fb0-fe0c03c7e38a/cover.jpg summary: "\n

Today on Elixir Wizards, Camille Clayton, Director of Women Who Code DC, and Scott Tolinski, Co-Host of the Syntax Podcast and Creator of Level Up Tutorials, join hosts Sundi Myint and Owen Bickford to discuss tech @@ -8556,7 +8728,7 @@ Season 11: compliance, software standards, tech entrepreneurship, tech startups, tech leadership, tech mentorship, tech diversity, tech inclusion, remote work, digital transformation, tech sustainability, tech ethics, tech policy, tech regulation. - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a017c45b-4f07-4c00-b4ed-f7c4bf616af2/cover.jpg summary: "\n

In this episode of Elixir Wizards, Xiang Ji and Nathan Hessler join hosts Sundi Myint and Owen Bickford to compare actor model implementation in Elixir, Ruby, and Clojure.

\n\n

In Elixir, the actor model is core @@ -8742,7 +8914,7 @@ Season 11: tech podcast, developer podcast, Elixir podcast, Ruby podcast, programming talk, coding talk, tech talk, developer talk, Elixir talk, Ruby talk, programming tips, coding tips, tech tips, developer tips, Elixir tips, Ruby tips - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/20be544f-afde-4f0a-9219-d89869ae1cda/cover.jpg summary: "\n

In this episode of Elixir Wizards, hosts Owen and Dan are joined by René Föhring, creator of Credo for Elixir, and Marc-André LaFortune, head maintainer of the RuboCop AST library for Ruby. They compare static code @@ -8913,7 +9085,7 @@ Season 11: scripts, automation, algorithms, data structures, design patterns, clean code, technical debt, code quality, code review, pull requests, github, git, version control, ci/cd, sdlc, agile, scrum, user stories, ui, ux - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9a040776-e4b5-46a1-bedb-c2aaaa7fa246/cover.jpg summary: "\n

On today’s episode, Elixir Wizards Owen Bickford and Dan Ivovich compare notes on building web applications with Elixir and the Phoenix Framework versus Ruby on Rails. They discuss the history of both frameworks, @@ -9108,7 +9280,7 @@ Season 11: coding strategies, tech industry insights, programming developments, tech pioneers, software engineering trends, coding research, tech methodologies, programming breakthroughs, tech industry trends - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6b4f5ae2-100c-4660-a780-5c2b1fb1cd32/cover.jpg summary: "\n

Today on Elixir Wizards, Manuel Rubio, author of Erlang/OTP: A Concurrent World and Dan Plyukhin, creator of the UIGC Actor Garbage Collector for Akka, join host Dan Ivovich to compare notes on garbage collection in actor @@ -9265,7 +9437,7 @@ Season 11: GPT, natural language processing, reinforcement learning, natural language generation, NLG, data mining, algorithms, predictive analytics, future trends, AI PoC, proof of concept, automation, recommendation systems, generative AI - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/31baa548-33e5-414d-9cdf-3290b74cc440/cover.jpg summary: "\n

In this episode of Elixir Wizards, Katelynn Burns, software engineer at LaunchScout, and Alexis Carpenter, senior data scientist at cars.com, join Host Dan Ivovich to discuss machine learning with Elixir, Python, SQL, @@ -9414,7 +9586,7 @@ Season 11: programming frameworks, tech trends, emerging tools in software, functional programming, technical writing, writing test, software industry, engineering careers, technology, technical skills - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0514b4ca-f510-4f2b-8239-d10a45a3c8f4/cover.jpg summary: "\n

This week on Elixir Wizards, Connor Rigby, Software Engineer at SmartRent, and Taylor Barto, Lead Embedded Software Engineer at Eaton, join Sundi Myint to compare notes on embedded systems development with Elixir, C, @@ -9558,7 +9730,7 @@ Season 11: game frameworks, Photon Unity game engine, game networking, component architectures, code optimization, JavaScript, C#, Rust, Godot, GDScript, MOBA games, real time strategy games, game developer, gaming - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7b0c0a5-8be2-4fee-8001-9f2c26d2340e/cover.jpg summary: "\n

In Episode 4, the Elixir Wizards are joined by Dorian Iacobescu, author of the ECSpanse ECS library for Elixir, and Daniel Luu, founder and CEO of the game development studio AKREW. The guests compare notes on backend game @@ -9713,7 +9885,7 @@ Season 11: edge computing, coding ethics, diversity in tech, women in coding, underrepresented groups in tech, code inclusivity, open-source contributions, coding for social good, tech philanthropy, sustainable coding practices, green tech, digital transformation - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/fd070ca3-8e25-4103-bb6f-b9d7d33bb58e/cover.jpg summary: "\n

This week, the Elixir Wizards are joined by Yohana Tesfazgi and Wes Bos to compare notes on the experience of learning Elixir vs. JavaScript as your first programming language. Yohana recently completed an Elixir apprenticeship, @@ -9851,7 +10023,7 @@ Season 11: front end development, back end development, mobile development,UX design, testing, QA, object oriented programming, functional programming, Erlang,Ruby, Node.js, React, TypeScript, Go, Rust, opensource, contributing, collaboration, maintenance" - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/737a8ab1-50ff-4583-a522-5fb800630190/cover.jpg summary: "\n

In today’s episode, Sundi and Owen are joined by Yordis Prieto and Stephen Chudleigh to compare notes on HTTP requests in Elixir vs. Ruby, JavaScript, Go, and Rust. They cover common pain points when working with @@ -10005,7 +10177,7 @@ Season 11: UML diagrams, UX design, integration, estimates, budgets, timelines, system architecture, hosting configuration, server capacity, development environments, cross functional collaboration, skill sharing ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/19574ee8-cc0e-41f2-8175-e681913b5962/cover.jpg summary: "\n

Hosts Dan Ivovich, Owen Bickford, and Sundi Myint kick off the 11th season of the Elixir Wizards podcast. This season’s theme is “Branching Out from Elixir,” which expands the conversation to compare notes with experts @@ -10133,7 +10305,7 @@ Season 10: type systems design, empirical studies, experimental design, thought experiments, epistemology, epistemic logic, soft typing, determinism, non-determinism, probability, intuitionistic logic, logic programming, programming language history - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b8c28e5d-c4a3-43f9-b170-badce96360de/cover.jpg summary: "\n

It’s the Season 10 finale of the Elixir Wizards podcast! José Valim, Guillaume Duboc, and Giuseppe Castagna join Wizards Owen Bickford and Dan Ivovich to dive into the prospect of types in the Elixir programming @@ -10296,7 +10468,7 @@ Season 10: IT professionals, sysadmins, sysadmin tools, appsec, cybersecurity, cryptography, information security, infosec, security engineers, hackers, hacking, penetration testing, DevSecOps - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f620debe-bde4-46bf-85fb-1032bd63b48d/cover.jpg summary: "\n

Phoenix core team members Chris McCord and Jason Stiebs join Elixir Wizards Sundi Myint and Owen Bickford the growth of Phoenix and LiveView, the latest updates, and what they're excited to see in the future. @@ -10434,7 +10606,7 @@ Season 10: coding for machine learning, Advanced ML techniques, Elixir community, Innovations in tech, Elixir and deep learning frameworks, AI research, AI advancements, natural language processing - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b2c38e9-0176-4c77-8bb8-74ccfdc0a606/cover.jpg summary: "\n

Sean Moriarity, author of Genetic Algorithms in Elixir and creator of the Axon Library, joins Elixir Wizards Sundi Myint and Bilal Hankins to discuss Elixir’s role in the future of machine learning and AI. He @@ -10574,7 +10746,7 @@ Season 10: types, jobs in tech, dynamic languages, documentation, IT, cyber security, web development, AI landscape, ML, machine learning, tech trends, ruby, rails, CSS, c++, javascript - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6dc7a90d-891e-44ae-81b5-3768ea56ebe8/cover.jpg summary: "\n

In this episode of the Elixir Wizards podcast, hosts Sundi Myint and Owen Bickford are joined by Hugo Baraúna, founder at Elixir Radar, and Lucas San Roman, senior software engineer at Felt. We dive into the future @@ -10710,7 +10882,7 @@ Season 10: cloud computing, microservices, web development, front-end development, back-end development, full-stack development, serverless, debugging, testing, refactoring, design patterns, software architecture, software design, software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e0010c09-5980-4cb8-bed4-a94a45ce0549/cover.jpg summary: "\n

Today on Elixir Wizards, José Valim, creator of the Elixir programming language, joins hosts Sundi Myint and Owen Bickford to discuss the future of Elixir, upcoming features, changes to the language and ecosystem, @@ -10843,7 +11015,7 @@ Season 10: development, mobile development, back-end development, front-end development, software craftsmanship, programming languages, Python, Ruby, Java, JavaScript, Go, Rust - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/017fd895-8f38-4011-8b7b-2536c356587e/cover.jpg summary: "\n

Today on Elixir Wizards, Sundi Myint and Owen Bickford are joined by Saša Jurić, distinguished developer, mentor, and author of Elixir in Action. They discuss the future of training and education in Elixir, challenges @@ -10970,7 +11142,7 @@ Season 10: testing, bug reports, programming languages, Elixir, functional programming, coding, software engineering, web development, technology, podcasts for developers, programming podcasts - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/aa3897eb-9b40-4bb9-8032-a729117e50aa/cover.jpg summary: "\n

In this episode of Elixir Wizards, Owen and Dan talk to Mat Trudel, Phoenix contributor and creator of the Bandit Web Server, about the future of Phoenix, web transports, and HTTP/3. Mat explains the challenges @@ -11088,7 +11260,7 @@ Season 10: integration, deployment strategies, release management, code refactoring, hex package manager, caching, telemetry, traffic management, hybrid systems, Elixir/BEAM use cases - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bcde1ada-7d2e-4164-8af2-410b851839c3/cover.jpg summary: "\n

Elixir Wizards Owen Bickford and Dan Ivovich are joined by Mike Waud, Senior Software Engineer at SparkMeter, and Tony Winn, Lead Software Architect at Generac, to discuss the future of the BEAM in the electric grid, @@ -11230,7 +11402,7 @@ Season 10: data privacy, data storage, distributed systems, edge computing, innovation, network security, quantum computing, robotics, SaaS, technology education, virtualization, web performance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bf04def4-b734-479b-9898-3a7f3f333d95/cover.jpg summary: "\n

In today's episode, Sophie DeBenedetto emphasizes the importance of the Elixir community's commitment to education, documentation, and tools like liveBook, fostering an environment where people with varying @@ -11376,7 +11548,7 @@ Season 10: GraphQL, JSON Web Tokens, Encryption, Hashing, Symmetric encryption, Public key cryptography, Key management, Digital signatures, Certificate authorities, Secure file transfer, GDPR compliance - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/feece022-6cfe-4474-be5e-792edccec817/cover.jpg summary: "\n

In today's episode of Elixir Wizards, Michael Lubas, founder of Paraxial.io, joins hosts Owen Bickford and Bilal Hankins to discuss security in the Elixir and Phoenix ecosystem. Lubas shares his insights on the @@ -11517,7 +11689,7 @@ Season 10: Kubernetes, Massdriver, Operational burden, Monolithic applications, Microservices, Multi-cloud, Hybrid cloud, Phoenix framework ,Containerization, Credential leaks, Cloud agnosticism, Webhooks, Software deployment - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b2461569-e232-4b79-824b-6deb5fef2d4f/cover.jpg summary: "\n

In this episode of Elixir Wizards, Cory O'Daniel, CEO of Massdriver, talks with Sundi and Owen about the role of DevOps in the future of Elixir programming. They discuss the advantages of using Elixir for cloud @@ -11666,7 +11838,7 @@ Season 10: news, programming education, tech news, full-stack development, LiveView, data processing, coding best practices, dart programming language, Elixir programming community, developer experience, distributed systems - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/546e0dce-c0b7-4461-bc1a-c33f0ee5adf8/cover.jpg summary: "\n

It’s the season 10 premiere of the Elixir Wizards podcast! Sundi Myint, Owen Bickford, and Dan Ivovich kick off the season with a spirited conversation about what they hope to see in the future of the Elixir programming @@ -11780,7 +11952,7 @@ Season 9: duration: '36:53' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8de056ea-154a-46d4-8586-6e2497fc11b2/cover.jpg summary: "\n

Elixir Wizards Season 9 is coming to an end! In the season finale, hosts Sundi, Bilal, Owen, and Dan reflect on the guests and highlights that made this season unforgettable. We thank you for joining us as we parsed @@ -11845,7 +12017,7 @@ Season 9: duration: '44:12' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/da15e490-7f1b-4c7c-88c0-3df0330bcd36/cover.jpg summary: "\n

Today on Elixir Wizards, Marcelo Dominguez, co-founder at Mimiquate, joins us to parse the particulars of command query responsibility segregation (CQRS). Mimiquate is a specialized team of developers providing @@ -11946,7 +12118,7 @@ Season 9: duration: '42:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/769dc10d-4331-48fa-82b4-d13557898c60/cover.jpg summary: "\n

Today on Elixir Wizards, Chris Miller, software engineer at Corvus Insurance, joins us again for an in-depth discussion on the different approaches to programming. We dive into the conception and origin of new languages @@ -12039,7 +12211,7 @@ Season 9: duration: '45:13' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cef246c-6c5d-4013-9498-a354800d3d4f/cover.jpg summary: "\n

Today on Elixir Wizards, we speak with two great minds in the Elixir community: Frank Hunleth from SmartRent and Joe Martin from Company Six. Join us to parse the particulars of Nerves, from production and terminology, @@ -12139,7 +12311,7 @@ Season 9: duration: '46:15' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/0b19bc79-2b52-45b0-8058-7e260d2dccf6/cover.jpg summary: "\n

Today on Elixir Wizards, we chat with Jenny Bramble. Jenny is the Director of Quality Engineering at Papa, a platform that connects older adults and low-income families with companionship and a helping hand with daily @@ -12225,7 +12397,7 @@ Season 9: duration: '39:54' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb20eaa3-2671-4816-ad05-5d363853df54/cover.jpg summary: "\n

We are excited to have SmartLogic's own Harper Atlas as our guest on Elixir Wizards today! Harper, a product designer at SmartLogic (and cat lady at home), joins us on this episode to parse the particulars of @@ -12307,7 +12479,7 @@ Season 9: duration: '39:55' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b74aef7-a4e8-4b40-adbb-3e77c553a62f/cover.jpg summary: "\n

Today on the show we’re excited to have Theo Harris here to discuss Onboarding Into Elixir. Theo is a technical consultant working for Alembic in Sydney, Australia. He is currently working on a project utilizing @@ -12396,7 +12568,7 @@ Season 9: duration: '38:30' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/07d35fb9-b998-43a0-9f96-795341ff425d/cover.jpg summary: "\n

On today’s episode of Elixir Wizards, Ashley Smith and Kenneth Moy from Bowery Farming join us to dive into the particulars of Oban. Ashley has been working as a software engineer for 3 years with full-stack experience @@ -12493,7 +12665,7 @@ Season 9: duration: '49:53' explicit: 'no' keywords: elixir, liveview - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/df8784d1-9e54-4a79-926d-7be4c95db35a/cover.jpg summary: "\n

Today we welcome Jason Stiebs to the podcast to talk about all things LiveView and how he was originally wrong about LiveView in the beginning. Jason is the founder at Rokkincat, and a core contributor to Phoenix. Jason @@ -12601,7 +12773,7 @@ Season 9: duration: '53:35' explicit: 'no' keywords: elixir, ecto, query - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/72e9b778-4fdb-4320-a56b-c16be252cae8/cover.jpg summary: "\n

This week the Thinking Elixir Podcast is taking over Elixir Wizards! Mark & David from Thinking Elixir are here today to parse the particulars of Ecto Queries! Mark Ericksen is an Elixir Specialist at Fly.io and host of @@ -12739,7 +12911,7 @@ Season 9: duration: '36:59' explicit: 'no' keywords: elixir, geo mapping, tech, felt - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/457bc018-a109-4457-b7bd-693ebd2ef38e/cover.jpg summary: "\n

Today on Elixir Wizards we are joined by Tyler Young to explore the particulars of Geo Mapping, the process of turning data into maps. Tyler is a Senior Software Developer at Felt, the world’s first collaborative @@ -12831,7 +13003,7 @@ Season 9: duration: '48:07' explicit: 'no' keywords: simplebet, genservers, elixir, smartlogic - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7bcfea5b-42f1-4dc9-9384-3b37f432a636/cover.jpg summary: "\n

Season 9 is in full swing and we are so excited to welcome Kate Rezentes today to dive into the particulars of GenServers. Kate is a Junior Software Developer at Simplebet, a B2B product development company using machine @@ -12927,7 +13099,7 @@ Season 9: duration: '51:35' explicit: 'no' keywords: bitfo, crypto, elixir, observability - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/ccdb0e5d-3009-44db-9573-d5a5a12696eb/cover.jpg summary: "\n

Welcome to our first episode of Season 9 Elixir Wizards, Parsing the Particulars. A show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. @@ -13032,7 +13204,7 @@ Season 9: duration: '1:07' explicit: 'no' keywords: 'elixir, tech, code ' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e16cbd56-185c-4abf-a193-52a629580bc7/cover.jpg summary: "\n

Hey everyone, Season 9 of Elixir Wizards is back! This season's theme is Parsing the Particulars, where we dive into particular subjects with our guests. Your returning hosts this season are Sundi, Owen and @@ -13113,7 +13285,7 @@ Season 8: duration: '38:23' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2cd157b4-8fcd-4025-9d56-76a10fb61903/cover.jpg summary: "\n

It’s the season finale show! Can you believe it? Join us this week as Sundi, Owen, and Dan take a look back at this season of Elixir Wizards! You’ll hear their discussion about favorite moments over the season @@ -13200,7 +13372,7 @@ Season 8: duration: '29:11' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3d022fd3-b8f1-41da-97ac-8e9b5784bfa3/cover.jpg summary: "\n

This week on Elixir Wizards we’re joined by Nathan Retta, Senior Software Engineer from Android at DoorDash. We learn about Nathan’s background; his experience having a degree in Chemical Engineering and working in Oil and @@ -13252,7 +13424,7 @@ Season 8: duration: '44:41' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/acc26d2b-07e6-4dad-8ef5-e78780d17650/cover.jpg summary: "\n

Welcome to this week’s episode of Elixir Wizards, with our special guest, Cara Mitchell of Pepsi Co. Today we speak with Cara about her career journey that led to her living in the lower East Side of New York @@ -13329,7 +13501,7 @@ Season 8: duration: '42:48' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9114fce2-a423-4c1d-9ca6-c5ff2098dd34/cover.jpg summary: "\n

Joining us today on Elixir Wizards is Catalina Astengo, Staff Software Engineer at Nav Inc. We chat with Catalina about how she went from working as a process engineer in a mine to a software engineer in beautiful @@ -13481,7 +13653,7 @@ Season 8: duration: '45:35' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7a1f4173-df13-4237-9d32-e862b6512a16/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards, a show focused on conversations with software developers from around the world on the Elixir language and other modern web technologies. In today’s episode, we speak with @@ -13667,7 +13839,7 @@ Season 8: duration: '43:42' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/942f6a18-066a-4996-b3f8-9b0712959574/cover.jpg summary: "\n

A superpower of software development is teaching our code to teach us what’s happening. This is observability, and it’s why Jessica Kerr works at Honeycomb, where she is a Developer Advocate. After twenty years as @@ -13843,7 +14015,7 @@ Season 8: duration: '42:58' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1e61882-d69a-47d8-af8b-a1a1b3f33708/cover.jpg summary: "\n

Welcome back to another episode of Elixir Wizards. Today, we chat with Digit, a talented software engineer currently based at SmartRent. He became aware of the company when he started trying to modify his smart home @@ -13989,7 +14161,7 @@ Season 8: duration: '45:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/23a28e9b-417e-4841-9b86-addd0247ce4e/cover.jpg summary: "\n

Joining us in conversation today is Nathan Willson all the way from Tokyo, Japan. Listeners will learn about the polyglot landscape he works in from Japan, why he believes knowing a language, and mastering it, @@ -14123,7 +14295,7 @@ Season 8: duration: '43:31' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/32849026-ad26-4b84-9a89-316306f6e3c1/cover.jpg summary: "\n

This week we are joined by Sanne Kalkman, former teacher turned software engineer. Currently, Sanne works at CodeSandbox, where she's one of two Elixir developers responsible for the backend. When she's not @@ -14283,7 +14455,7 @@ Season 8: duration: '1:00:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c1436a7a-59b9-402a-970c-f87791f275e1/cover.jpg summary: "\n

This double guest episode features Cassidy Williams, Head of Developer Experience and Education and Tobi Pfeiffer, Staff Engineer from Remote. This fast growing Elixir company provides HR support to clients who @@ -14461,7 +14633,7 @@ Season 8: duration: '48:07' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a396ef-84bd-43e0-b0ae-dc8276917eb9/cover.jpg summary: "\n

Today’s guest is Devon Estes, who leads the third-party integration team at Remote, a company that uses technology to make it easier for other companies to hire remote employees (not contractors, actual employees) @@ -14587,7 +14759,7 @@ Season 8: duration: '48:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f4a94090-3527-4b5f-924e-beb55f9688c5/cover.jpg summary: "\n

Welcome to the new season of Elixir Wizards: Elixir in a Polyglot Environment. To get things going on this exciting and intriguing subject we are very happy to welcome Miguel Cobá! Miguel currently works at @@ -14730,7 +14902,7 @@ Season 7: duration: '56:55' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8ddde7c8-d4df-4b6b-88dd-7ac7796534c1/cover.jpg summary: "\n

Welcome to the Season 7 finale! Today, we are joined by Todd Resudek, Staff Engineer at Jackpocket, to reflect on the past season and speak about the impact of Elixir, as well as a variety of other topics almost @@ -14881,7 +15053,7 @@ Season 7: duration: '45:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d64b67ed-770e-44c1-8032-b2666cc84d48/cover.jpg summary: "\n

This week we welcome Arthi Radhakrishnan back to the show to discuss how Elixir and her career more broadly have shaped her perspectives on learning. Arthi first got into programming as a child growing up in the Bay @@ -15018,7 +15190,7 @@ Season 7: duration: '51:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a9b73218-2d0c-4a6f-9bba-93d5c355db7a/cover.jpg summary: "\n

Today we welcome software engineer Meryl Dakin to the show, who is currently employed by Knock. Meryl is here to help us continue our exploration of this season's theme of the impact of Elixir, and we get to hear about @@ -15185,7 +15357,7 @@ Season 7: duration: '46:05' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/66261581-0dd2-4380-8280-495736a41540/cover.jpg summary: "\n

We are very excited to welcome Brooklyn Zelenka back to the podcast to talk about her work at Fission and the ever-expanding frontier of edge computing! Brooklyn is a co-founder and CTO at Fission and she gives @@ -15346,7 +15518,7 @@ Season 7: duration: '50:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bb8d89d6-4176-4414-b0fe-8e569cff9408/cover.jpg summary: "\n

We are always excited to have conversations about the growth of the Elixir community, and today we go truly global, welcoming Sigu Magwa to the podcast, who hails from Kenya! Sigu is currently traveling in the US @@ -15502,7 +15674,7 @@ Season 7: duration: '56:10' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c628b216-0cf4-431f-b430-377ad40bf4ff/cover.jpg summary: "\n

Brooklin Myers is on a quest to change the perception that Elixir is difficult to get into and we are so grateful to have him as a guest on the show today. Aside from being a passionate programmer, Brooklin spends @@ -15652,7 +15824,7 @@ Season 7: duration: '45:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/0/03563586-ac91-4c9e-a6ec-f7a91318d2b7/cover.jpg summary: "\n

It is important to us that the Elixir community keeps thriving, and one of the best ways to ensure this is by lowering the barrier to entry as much as possible. Livebook is helping to achieve this aim, and today we are @@ -15826,7 +15998,7 @@ Season 7: duration: '42:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/496000a0-b38c-4ab6-96f8-a0948d8c6d40/cover.jpg summary: "\n

Today on the show we are grateful to get the chance to speak with Yiming Chen from Tubi, where we hear all about how he likes to use Elixir and the contributions he has made to the community. We begin as always @@ -15990,7 +16162,7 @@ Season 7: duration: '47:53' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5c3a89b0-b7f6-4b83-aebb-af04520dba3e/cover.jpg summary: "\n

Today we are joined by programmer, professor, educator, and podcaster, Adolfo Neto! We have a fascinating conversation that continues our exploration of the theme of the impact of Elixir, hearing from Adolfo about @@ -16154,7 +16326,7 @@ Season 7: duration: '48:52' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e7dec128-99fe-4b5f-9f1c-0844b6424558/cover.jpg summary: "\n

As we continue this season of the podcast, focusing on the impact of Elixir, we are joined by Florian Kraft, all the way from Berlin, Germany! Florian works as a software engineer at Contentful, and has a number @@ -16331,7 +16503,7 @@ Season 7: duration: '47:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/196446c8-44e8-4c34-86c8-a688bfb3f706/cover.jpg summary: "\n

Today’s guest is Angel Jose, a Software Engineer Manager at Cars.com with a passion for product and the customer experience. Angel played a key role in completely re-platforming Cars.com via Elixir, Phoenix, and other @@ -16471,7 +16643,7 @@ Season 7: duration: '58:47' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6610fc7c-e295-43f4-b542-40847c96f358/cover.jpg summary: "\n

As we kick off our new, seventh season of the Elixir Wizards podcast, we wanted to introduce our theme of the impact of Elixir by having a simple chat between our panel and foregoing our usual guest format. As fans @@ -16596,7 +16768,7 @@ Season 6: duration: '57:56' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5bcca27a-dc98-4584-a152-84f4b04ee0d5/cover.jpg summary: "\n

We have reached the final episode of our season, and as we wrap up our exploration of BEAM magic, we are joined by Amos King, whose tweet was the inspiration behind this season's focus! We've had such @@ -16743,7 +16915,7 @@ Season 6: duration: '38:30' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/332edbe7-b497-4b63-a474-8d468123d586/cover.jpg summary: "\n

This episode serves as a round-up of some of the special mini-features we have recorded throughout Season 6, where we'll hear from Tyler Clemens, Elom Amouzou, Elise Navarro, and Jeremy Neal about their work @@ -16918,7 +17090,7 @@ Season 6: duration: '44:54' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1487b980-5611-4fbc-9c58-7b4508ebefa9/cover.jpg summary: "\n

Joining us on the show today is Quinn Wilton, and we have a wonderful conversation with our guest about her journey with Elixir, unusual path into programming, and her wide appreciation for different languages! We @@ -17071,7 +17243,7 @@ Season 6: duration: '46:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/5/5e1ccc21-8727-4ae4-8921-ae296f46cff7/cover.jpg summary: "\n

While NIFs provide a great way to interface with native code in the BEAM machine, the process can also be rather error-prone. Thankfully, since Isaac Yonemoto built Zigler, things have become a lot simpler, and he @@ -17227,7 +17399,7 @@ Season 6: duration: '50:13' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/ff944923-7612-4245-b9b0-d9217e878b0b/cover.jpg summary: "\n

Today we are so excited to share a conversation with Maxim Fedorov, who is the Core Infrastructure Lead at communications giant, WhatsApp! In our chat, Maxim offers such interesting insight and wisdom from a long career @@ -17397,7 +17569,7 @@ Season 6: duration: '48:08' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/49a8c965-5f19-4aba-9cd7-6b59acc7188b/cover.jpg summary: "\n

Some of you may recognize Chelsea Troy from her popular blog of the same name or as a keynote speaker for the March 2021 Code BEAM conference. Chelsea is an instructor in the Master's Program in Computer Science at @@ -17573,7 +17745,7 @@ Season 6: duration: '56:18' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3cc0b619-ef6a-48ed-a0d6-8566f26ed0a9/cover.jpg summary: "\n

While we can think of many reasons why we love Elixir, the community could always benefit from a more lively conversation around testing. It was with this in mind that Jeffrey Matthias and Andrea Leopardi decided to @@ -17764,7 +17936,7 @@ Season 6: duration: '46:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/3c07dbc2-eadc-48b9-9136-7decec7a0f57/cover.jpg summary: "\n

Joining us for this episode of Elixir Wizards is the vastly experienced and well-traveled Francesco Cesarini! Francesco is the founder of Erlang Solutions and we are so lucky to have him here on the show to talk about @@ -17977,7 +18149,7 @@ Season 6: duration: '54:11' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/95a7bb65-24d3-4155-bd40-9a4b4a94fbbb/cover.jpg summary: "\n

Today we have some extra BEAM magic for all of you! Joining us on the show is Chris Miller, who currently works as an Associate Software Engineer at Corvus Insurance. We get into a great conversation with Chris about @@ -18168,7 +18340,7 @@ Season 6: duration: '50:21' explicit: 'no' keywords: '' - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/943755c0-4bf5-4c89-949c-44406ea58584/cover.jpg summary: "\n

While there is magic to be found in many frameworks, having too much going on under the hood without you being able to control it is not for everybody. Today we invite Parker and Shannon Selbert to speak about their @@ -18350,7 +18522,7 @@ Season 6: duration: '1:00:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f1486983-1421-45be-87ae-99a0a56ec848/cover.jpg summary: "\n

Today we are joined by the Vice President of Engineering at Corvus Insurance, Erik Person! Erik continues our journey into the magic of the BEAM, our season-long theme for the Elixir Wizards Podcast, and we get @@ -18554,7 +18726,7 @@ Season 6: duration: '49:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/10914181-66e0-4200-b6c8-260bee7e32bd/cover.jpg summary: "\n

Welcome to a brand-spanking-new season of Elixir Wizards! This time around we will be focussing on the magic of the BEAM, so get ready for an exciting journey into new territories filled with mystery and power! @@ -18756,7 +18928,7 @@ Season 5: duration: '1:01:39' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/12f603e4-7d53-4e83-baed-33e436cbf102/cover.jpg summary: "\n

Season 5 ends with a bang as we welcome back Sean Lewis, Anna Neyzber, and René Föhring onto the show to share their journey on getting their companies and teams to adopt Elixir. We open our conversation with each @@ -18942,7 +19114,7 @@ Season 5: duration: '47:38' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2bb38486-078c-44b5-a40c-b2c71a50d210/cover.jpg summary: "\n

The fields of data science and machine learning are moving ever faster. Jenn Gamble has her finger on the pulse and has become an industry expert with a wealth of experience to her name. As today’s guest, she dives @@ -19110,7 +19282,7 @@ Season 5: duration: '43:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d761c5dd-b1bf-4062-a4e0-fe20d7c85e7f/cover.jpg summary: "\n

Many organizations take an incremental approach when adopting Elixir, preferring to pick up its nuances by using it to work on non-essential projects. But not Change.org. Today we speak with Change.org Director of Engineering @@ -19297,7 +19469,7 @@ Season 5: duration: '48:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9470edd5-3447-4d40-9f5d-aaba34126ae3/cover.jpg summary: "\n

As users increasingly demand interactivity from their web experiences, Phoenix LiveView is becoming the dominant way of writing interactive Elixir applications without a loss to reliability. Today we welcome back an @@ -19505,7 +19677,7 @@ Season 5: duration: '50:45' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/97fc73f8-1e61-447f-953f-99d2580f1476/cover.jpg summary: "\n

With the prevalence of at-home learning, teachers have to compete for student attention against numerous screen-based activities. Today we speak with engineering lead Shaun Robinson and Elixir developer Toran Billups @@ -19717,7 +19889,7 @@ Season 5: duration: '59:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b9ca1de-dc95-49fa-885b-4e6093d52055/cover.jpg summary: "\n

ClusterTruck, a master of vertical integration, is rewriting the method of end-to-end food delivery and ghost kitchens. Today we speak with ClusterTruck Product VP Brian Howenstein to find out more about his journey @@ -19924,7 +20096,7 @@ Season 5: duration: '55:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/bc908c5d-f422-4fc4-809b-ec4f4b051d3a/cover.jpg summary: "\n

Building a successful development company requires having a leader with technical know-how and excellent management skills. Today we speak with SmartLogic President and Founder Yair Flicker about his company’s origin @@ -20088,7 +20260,7 @@ Season 5: duration: '48:25' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/d3843a34-8180-4e29-ae31-ab4d2da8379b/cover.jpg summary: "\n

Despite its welcoming character, the Elixir community struggles with diversity; as the 2020 ElixirConf community survey shows, only 2% of Elixirists are women. Today we speak with Blinker software engineer Alexandra Chakeres @@ -20259,7 +20431,7 @@ Season 5: duration: '53:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1752ae0e-feb0-4606-b3b0-97f70e29e3de/cover.jpg summary: "\n

In this episode we continue our conversation about adopting Elixir, this time with Matt Nowack and Jake Heinz from Discord, hearing them get into the features of Elixir that make it a great fit for building a real-time @@ -20438,7 +20610,7 @@ Season 5: duration: '33:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6475cfad-49d7-498d-a06a-c9af4a82e710/cover.jpg summary: "\n

Welcome back to the Elixir Wizards podcast! In this episode, we will be continuing our conversation on the theme of adopting elixir, and our great guest for today is Jason Axelson! Jason is a back-end developer for @@ -20617,7 +20789,7 @@ Season 5: duration: '38:33' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6d2c98f6-1ba5-4003-8e4a-d98265dccd91/cover.jpg summary: "\n

Anyone who has written software for the travel industry can tell you that it is in desperate need of innovation — shockingly many of their cobwebbed systems were built in the 70s. Today we speak with Duffel CEO @@ -20788,7 +20960,7 @@ Season 5: duration: '38:57' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a15c1f14-3ae4-4a02-a642-a03ab3e11660/cover.jpg summary: "\n

To beat out their competitors, startups need to code quickly, simply, and in a language that attracts top engineers. Enter Elixir. Today we speak with Shawn Vo, Axle Payments Co-Founder and CTO, about his journey with @@ -20980,7 +21152,7 @@ Season 5: duration: '47:20' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6e5cd223-dc2c-42ee-9c40-d7e778b4ee9b/cover.jpg summary: "\n

Today we sit down with Erlanger Viktória Fördős, who talks with us about Erlang and how it is used at Cisco. We open the show by finding out about Viki’s background in coding and her unorthodox entry into the field. @@ -21185,7 +21357,7 @@ Season 5: duration: '37:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4653eb7c-8637-447c-8ead-a6fe53e5c3cc/cover.jpg summary: "\n

Today’s guest is Simon Glenn-Gregg, News Engineer at The Washington Post. He joins us to talk about using Elixir to build a prototype for a platform the news house recently implemented to visualize the results @@ -21399,7 +21571,7 @@ Season 5: duration: '53:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/41c6ea5d-4915-4a6e-9795-3e2a9b57aa72/cover.jpg summary: "\n

The culture of your programming community directly impacts your professional success. As Thunderbolt Labs Founder Randall Thomas explains in this episode, a community that practices openness and which warmly welcomes @@ -21619,7 +21791,7 @@ Season 5: duration: '56:34' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/4a9a2637-46ff-42d5-af60-6c46bbf9c3fa/cover.jpg summary: "\n

Welcome back to Elixir Wizards, season five, episode one! The theme for this season is ‘Adopting Elixir’, and for today’s show the team at Elixir Outlaws play host! Chris Keathley, Amos King, and Anna Neyzberg give @@ -21809,7 +21981,7 @@ Season 4: duration: '59:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/8/8cbeff8e-7468-4da6-a117-7e0a1f94d653/cover.jpg summary: "\n

To close off this season and conclude our deep dive into system and application architecture, today’s episode is a special panel discussion on a topic that has provoked a mix of answers that range from the controversial @@ -22018,7 +22190,7 @@ Season 4: duration: '35:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cb1796f-017c-4f06-bd10-9cbf85fff404/cover.jpg summary: "\n

Even with the most programming experience in the world, coding still involves a lot of trial and error. People getting started in the industry should not become bogged down by failure. Because in the end, it’s @@ -22201,7 +22373,7 @@ Season 4: duration: '48:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b59ac59d-736e-4581-b0c0-e04adeb1ba91/cover.jpg summary: "\n

There is no difference between architecture and design. It's all engineering and creating a distinction between the two is a way for someone to get paid more and have a different title. That hot take comes @@ -22398,7 +22570,7 @@ Season 4: duration: '48:24' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a61dcf3a-a8e5-45c7-a648-6994628ce9ec/cover.jpg summary: "\n

Imagine being hired into a rocketship startup using Elixir as its primary language. And all this, straight out of college. Today, we speak with systems software engineer, Lizzie Paquette who works at Brex, the aforementioned @@ -22655,7 +22827,7 @@ Season 4: duration: '49:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/7/7070efa5-519a-4d9b-ac5a-75cfc1882a31/cover.jpg summary: "\n

Building a sophisticated AI that can evolve to fit our vast and diverse needs is a Herculean challenge. Today we speak with senior engineer Eric Steen about Automata, his experimental Elixir project that uses @@ -22915,7 +23087,7 @@ Season 4: duration: '42:29' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/4/441f7029-d8ab-4494-aa7b-cfb08e4ade23/cover.jpg summary: "\n

According to an ancient myth, the world rests on the back of a turtle. And what does that turtle stand on? Another turtle. It turns out that it’s turtles all the way down. Miki Rezentes, today’s guest, believes that @@ -23206,7 +23378,7 @@ Season 4: duration: '1:17:12' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a233d61f-e572-4479-a477-18b0d08fb053/cover.jpg summary: "\n

With ElixirConf 2020 just around the corner, today’s episode is a sneak peek where we talk with six of this year’s speakers. Each speaker gives listeners an elevator pitch of their talk while throwing in extra details @@ -23586,7 +23758,7 @@ Season 4: duration: '58:51' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e18fef05-5ebe-42a1-9317-b193dfa84cd2/cover.jpg summary: "\n

Domain-driven design and extreme programming can help bridge the gap between development and business, and today we invite Mark Windholtz from Agile DNA to talk about how! Mark starts out by telling us about his early @@ -23826,7 +23998,7 @@ Season 4: duration: '42:41' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/6/6cf32d50-909b-4839-a690-0fdc8ec48a2f/cover.jpg summary: "\n

Welcome to the second part of our special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan. In today’s episode, we talk to Nerves core team members Todd Resudek and Connor Rigby about all @@ -24095,7 +24267,7 @@ Season 4: duration: '54:17' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/96d50b65-bc90-434e-ae8b-96b7c9f3990d/cover.jpg summary: "\n

Welcome to the first part of our extra special Elixir Wizards Dojo. A mashup made in partnership with ElixirConf Japan, in today’s episode, we pose questions asked by the Japanese Nerves community to Nerves core team @@ -24328,7 +24500,7 @@ Season 4: duration: '41:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f66990d4-1466-41eb-aa79-c89d644f8d94/cover.jpg summary: "\n

In today’s episode, we chat about system architecture, Ruby, Elixir, and everything in between with Greg Mefford, the senior back-end engineer for the Bleacher Report. We open the conversation by asking Greg about @@ -24564,7 +24736,7 @@ Season 4: duration: '49:14' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b6e0936-69df-48a0-83aa-42c3302bcb0a/cover.jpg summary: "\n

Johanna Larsson is a community-minded software engineer whose project, Hex Diff, generates highlighted git diffs, right in your browser. In this episode, we talk to Johanna about how Hex Diff can benefit Elixir users, @@ -24789,7 +24961,7 @@ Season 4: duration: '37:32' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f39e6147-f6c0-4c1e-803f-d128bfbec255/cover.jpg summary: "\n

Handling date and time is a challenge in any language, but Lau Taarnskov is determined to solve that problem in Elixir. Lau is today’s guest on Elixir Wizards, and this episode is all about his contributions to @@ -24975,7 +25147,7 @@ Season 4: duration: '55:09' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e9769249-24cb-455c-9983-011f1c414d3d/cover.jpg summary: "\n

For part 2 of our Council of Wizards panel discussion, we are joined by Chris Bell, Desmond Bowe, Emily Maxie, Dan Lindeman, and Alan Voss! Chris and Desmond run the ElixirTalk Podcast and we get in-depth on the @@ -25162,7 +25334,7 @@ Season 4: duration: '39:28' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/2/2e71b35e-54cc-4bfe-be34-6567c5fb448c/cover.jpg summary: "\n

The Elixir community continues to flourish and evolve in these uncertain times and in honor of this we have put together a live show with a number of special guests! In part one today, we are joined by Andrea @@ -25335,7 +25507,7 @@ Season 4: duration: '43:42' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c87149f2-e430-4fcb-8e22-e3242c625e1b/cover.jpg summary: "\n

Although it’s taken him four seasons to make an appearance, we are so glad to finally welcome Chris McCord, creator of the Phoenix framework, onto the show. While this season’s focus is on system and application architecture, @@ -25519,7 +25691,7 @@ Season 4: duration: '55:23' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/c/c4183a48-6039-4dc1-b54b-c43973086490/cover.jpg summary: "\n

Today’s guest is Amos King, Principal CEO at Binary Noggin, and host on the Elixir Outlaws and This Agile Life podcasts. This episode is centered around a casual conversation about everything from programming, the @@ -25691,7 +25863,7 @@ Season 4: duration: '45:58' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/f/f14188bd-903b-49eb-bc8b-f52429966e63/cover.jpg summary: "\n

Welcome to another episode of Elixir Wizards as we continue our journey into system and application architecture! Our featured guest today is Sundi Myint and she is here to share her journey with Elixir and her non-traditional @@ -25907,7 +26079,7 @@ Season 4: duration: '1:09:43' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/9/9f7ee6f5-a587-4f63-9fc5-ec4cdca6676f/cover.jpg summary: "\n

Dave Thomas is recognized internationally as an expert who develops high-quality software–accurate and highly flexible systems. He helped write the now-famous Agile Manifesto, and regularly gives inspiring and @@ -26100,7 +26272,7 @@ Season 4: duration: '38:27' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/e/e711fb4d-502b-4733-b5e2-01ff002b836a/cover.jpg summary: "\n

Joining us on the show for this episode is Ben Marx, author of Adopting Elixir and Principal Control Plane Engineer at the recently launched SubSpace! We continue our Season 4 journey into system and application architecture @@ -26235,7 +26407,7 @@ Season 4: duration: '14:46' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/ac3f0d31-f498-4d6a-ba69-3dbae9d0510f/cover.jpg summary: "\n

A special episode of Elixir Wizards highlighting Pattern Matching with Todd - a short format interview where our friend, Todd Resudek, asks different guests the same five questions. This week Todd spoke with Johanna @@ -26320,7 +26492,7 @@ Season 4: duration: '49:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/b/b07768d6-b987-496e-87d3-483eedd42fa5/cover.jpg summary: "\n

Real-time applications come with real challenges—persistent connections, multi-server deployment, and strict performance requirements are just a few. Our guest today is Steve Bussey, a software architect at SalesLoft @@ -26460,7 +26632,7 @@ Season 4: duration: '43:22' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/a/a3a16821-cb7c-4c88-be0e-c2b412ad7bee/cover.jpg summary: "\n

Today’s guest is Mohd Maqbool Alam, a software developer and Elixir fan from Delhi. He enjoys learning about programming language theory, distributed systems, Cloud Native technologies, and open source. As he is working @@ -26637,7 +26809,7 @@ Season 4: duration: '1:09:36' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/3/34c3c1af-3f50-4e83-be65-e7420d65eada/cover.jpg summary: "\n

As our first trilogy comes to a close, and we embark on the next one, we’re doing what all great trilogies do: Upending everything that made the initial one great and starting afresh. We have taken on board some @@ -26879,7 +27051,7 @@ Season 4: duration: '53:26' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/d/dbe34c01-2361-41a8-ab85-dab81699cc7e/cover.jpg summary: "\n

Welcome back to part two of our betweenisode! Everybody is working remotely now including ourselves, so today we continue the catch ups we were having with a number of longstanding buddies and chat about life @@ -27138,7 +27310,7 @@ Season 4: duration: '53:16' explicit: 'no' keywords: elixir, phoenix - image: https://assets.fireside.fm/file/fireside-images/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg + image: https://assets.fireside.fm/file/fireside-images-2024/podcasts/images/0/03a50f66-dc5e-4da4-ab6e-31895b6d4c9e/episodes/1/1b54b0cf-efaa-46fa-90b5-e40411069750/cover.jpg summary: "\n

The world has changed so much since the end of season 3, that we thought we’d put together a special Betweenisode to tide you over until Season 4 launches. In this episode, we talk to several friends and respected diff --git a/_data/elixir_wizards_transcripts.yml b/_data/elixir_wizards_transcripts.yml index f9772cdb..adce7eb1 100644 --- a/_data/elixir_wizards_transcripts.yml +++ b/_data/elixir_wizards_transcripts.yml @@ -285,3 +285,5 @@ s12-e11-retrospectives-agile-software: English: "/podcast/elixir-wizards/transcripts/s12-e11-retrospectives-agile-software.txt" elixirconf2024-hype-isode: English: "/podcast/elixir-wizards/transcripts/elixirconf2024-hype-isode.txt" +s13-e01-igniter-code-generation-zach-daniel: + English: "/podcast/elixir-wizards/transcripts/s13-e01-igniter-code-generation-zach-daniel.txt"