1. EachPod
EachPod
Thinking Elixir Podcast - Podcast

Thinking Elixir Podcast

The Thinking Elixir podcast is a weekly show where we talk about the Elixir programming language and the community around it. We cover news and interview guests to learn more about projects and developments in the community.
Whether you are already experienced with Elixir or just exploring the language, this show is created with you in mind. We discuss community news, Functional Programming, transitioning from OOP, coding conventions, and more.
Guests visit the show to help challenge our assumptions, learn about new developments and grow in the process.
Subscribe to join us on this journey!

How To Education Tech News Technology News
Update frequency
every 7 days
Average duration
40 minutes
Episodes
270
Years Active
2020 - 2025
Share to:
70: PardallMarkdown with Alfred Reinold Baudisch

70: PardallMarkdown with Alfred Reinold Baudisch

After a big news section, we talk with Alfred Reinold Baudisch about his project PardallMarkdown. It's a reactive Elixir server that reads markdown files, compiles them to HTML, stores them in an ETS…

00:40:37  |   Tue 26 Oct 2021
69: Elixir on Mobile with Dominic Letz

69: Elixir on Mobile with Dominic Letz

We talk with Dominic Letz about running Elixir on an Android phone installed in an APK which hosts a LiveView application accessed through a WebView! All while also pursuing a Web 3.0 architecture of…

00:46:03  |   Tue 19 Oct 2021
68: Rust and Elixir with Nik Begley

68: Rust and Elixir with Nik Begley

We talk with Niklas Begley about his Doctave service and the problems it's solving. From there we cover why they use Rust for a key piece of the service and how Elixir fits in. We cover tools like Ru…

00:40:31  |   Tue 12 Oct 2021
67: Building a Healthy Community

67: Building a Healthy Community

We talk about ways we can all contribute to building a healthy Elixir community. The Elixir community is a welcoming, encouraging and helpful place and we want to help keep it that way! We talk about…

00:40:28  |   Tue 05 Oct 2021
66: Tracing Production with Kai Wern Choong

66: Tracing Production with Kai Wern Choong

We talk with Kai Wern Choong about his experience with tracing performance problems in production. We talk about what “tracing” means in a BEAM system, available tools like recon, great resources for…

00:39:25  |   Tue 28 Sep 2021
65: Meet Core Team Member Aleksei Magusev

65: Meet Core Team Member Aleksei Magusev

We talk with Elixir Core Team Member Aleksei Magusev about how he got involved in Elixir, what it’s like being on the Core Team, some of his contributions, areas in Elixir that interest him, and his …

00:47:31  |   Tue 21 Sep 2021
64: OTP Certificate Woes with Bram Verburg

64: OTP Certificate Woes with Bram Verburg

We talk with Bram Verburg about an important root certificate expiring at the end of September and how this impacts your Elixir and Erlang projects! Bram helps explain where this IS and IS NOT a prob…

00:42:52  |   Tue 14 Sep 2021
63: SMS Texting in Nerves with Peter Ullrich

63: SMS Texting in Nerves with Peter Ullrich

We talk with Peter Ullrich about his experience sending SMS messages from a Raspberry Pi Zero using Nerves. We cover what went well, what didn’t and get a glimpse into the current state of Nerves for…

00:43:33  |   Tue 07 Sep 2021
62: Chris McCord joins Fly.io and Phoenix 1.6

62: Chris McCord joins Fly.io and Phoenix 1.6

We talk with Chris McCord about his recent announcement that he’s moved to work at Fly.io! We cover what this means for the Phoenix project and ongoing Phoenix development work. He shares why he’s ex…

00:56:57  |   Tue 31 Aug 2021
61: Elixir's Recent Brex-it

61: Elixir's Recent Brex-it

We cover the news then talk about the Brex announcement that they are shifting to a Kotlin-first strategy over Elixir. This reminds us of patterns we’ve seen in our careers and we reflect on what it …

00:30:32  |   Tue 24 Aug 2021
60: Compile Faster with Marc-André Lafortune

60: Compile Faster with Marc-André Lafortune

We talk with Marc-André Lafortune about reducing Elixir project compile times. On larger projects, when a single file like a view template is changed and over 100 files get recompiled, there is somet…

00:43:02  |   Tue 17 Aug 2021
59: How Elixir Came to Spotify with Joel Kemp

59: How Elixir Came to Spotify with Joel Kemp

We talk with Joel Kemp about his experience introducing Elixir at Spotify. We learn about the concurrency problems he had with the default stack and how that was solved with the BEAM. We talk about t…

00:43:05  |   Tue 10 Aug 2021
58: News and Livebook for Business Intelligence

58: News and Livebook for Business Intelligence

After covering the news we catch up on what Elixir things we've been thinking about and working on. Mark brings up using Livebook as a Business Intelligence tool for doing analysis of a running appli…

00:21:25  |   Tue 03 Aug 2021
57: Scaling Live Chat with Cade Ward

57: Scaling Live Chat with Cade Ward

We sat down with co-host Cade Ward to hear how he and his team tackled a problem of hosting live web chats with crowds of 120K+ users coming together for live events. On the show, we have talked with…

00:57:19  |   Tue 27 Jul 2021
56: Fly-ing Elixir Close to Users with Kurt Mackey

56: Fly-ing Elixir Close to Users with Kurt Mackey

We talk with Kurt Mackey, founder at Fly.io, about what makes the Fly platform unique and why hosting Elixir applications there makes a lot of sense. They started out looking to make a better CDN for…

00:59:32  |   Tue 13 Jul 2021
55: Learning from Failure with Philipp Schmieder

55: Learning from Failure with Philipp Schmieder

We talk with Philipp Schmieder about his experience creating a LiveView application for a political party’s convention and then watching the app blow up. We learn how he recovered, why it failed, and…

00:37:23  |   Tue 06 Jul 2021
54: AST Parsing using Sourceror with Lucas San Román

54: AST Parsing using Sourceror with Lucas San Román

We talk with Lucas San Román about his library Sourceror and how it was created to solve some AST parsing limitations. The Elixir parser discards code comments, so it can’t be used for re-writing Eli…

00:53:39  |   Tue 29 Jun 2021
53: SOLID Elixir with Ilya Averyanov

53: SOLID Elixir with Ilya Averyanov

We talk with Ilya Averyanov about how the SOLID principles, typically associated with OOP, can apply to Elixir. We talk about Ilya's blog post where he applied these principles to his Github project …

00:35:49  |   Tue 22 Jun 2021
52: IOList and Postgres with Nathan Long

52: IOList and Postgres with Nathan Long

We take a deeper dive with Nathan Long into IOLists in Elixir. We cover what they are, how they work, the power they have when concatenating strings, and how they are used in Phoenix and Logger. We e…

00:49:37  |   Tue 15 Jun 2021
51: Live Auctions with Alex Loukissas

51: Live Auctions with Alex Loukissas

We talk with Alex Loukissas about using Phoenix sockets to provide live auction systems. We comment on the situation of flash-mob-like users coming to a system and needing to handle high traffic volu…

00:41:06  |   Tue 08 Jun 2021
Disclaimer: The podcast and artwork embedded on this page are the property of ThinkingElixir.com. This content is not affiliated with or endorsed by eachpod.com.