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.

Similar Podcasts

Elixir Outlaws

Elixir Outlaws
Elixir Outlaws is an informal discussion about interesting things happening in Elixir. Our goal is to capture the spirit of a conference hallway discussion in a podcast.

The Cynical Developer

The Cynical Developer
A UK based Technology and Software Developer Podcast that helps you to improve your development knowledge and career, through explaining the latest and greatest in development technology and providing you with what you need to succeed as a developer.

Linux For Everyone

Linux For Everyone
A show about the thrilling world of desktop Linux, open-source software, and the community creating it. For beginners and veterans alike! Hosted by Jason Evangelho, Jerry Morrison and Schykle.

OTP Certificate Woes with Bram Verburg

September 14, 2021 42:53 31.08 MB Downloads: 0

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 problem. He also explains the different update options available. We also get Bram’s security perspectives from his years of focused study and contributions in the Elixir and Erlang communities. A great resource for understanding the current certificate situation and for protecting your Elixir projects! Show Notes online - https://thinkingelixir.com/podcast-episodes/064-otp-certificate-woes-with-bram-verburg The post #064 OTP Certificate Woes with Bram Verburg appeared first on Thinking Elixir.

SMS Texting in Nerves with Peter Ullrich

September 07, 2021 43:33 31.57 MB Downloads: 0

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 a newbie when dealing with hardware. Peter also tried Livebook for Nerves and had a great experience with that. We discuss the challenges of hardware systems dealing with the “real world” but see how Elixir makes the process easier to model and think about. Show Notes online - https://thinkingelixir.com/podcast-episodes/063-sms-texting-in-nerves-with-peter-ullrich The post #063 SMS Texting in Nerves with Peter Ullrich appeared first on Thinking Elixir.

Chris McCord joins Fly.io and Phoenix 1.6

August 31, 2021 56:57 41.22 MB Downloads: 0

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 excited about the Fly platform which includes how it replaces his need for a CDN! We also talk about the new Phoenix 1.6 release and all the goodness coming there. This release includes the HEEX engine for validated HTML at compile time, making the auth generators official, a new mailer generator, and the move away from Webpack to esbuild. We go deeper on what the move to esbuild means for existing projects before hearing where Chris wants to put his focus next. We covered a lot, so buckle up! Show Notes online - https://thinkingelixir.com/podcast-episodes/062-chris-mccord-joins-fly-io-and-phoenix-1-6 The post #062 Chris McCord joins Fly.io and Phoenix 1.6 appeared first on Thinking Elixir.

Elixir's Recent Brex-it

August 24, 2021 30:32 22.19 MB Downloads: 0

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 means to us personally and professionally. We share our perspectives on Elixir, how it’s different from the languages we’ve used before and the unique value we get from it. Show Notes online - https://thinkingelixir.com/podcast-episodes/061-elixirs-recent-brex-it The post #061 Elixir’s Recent Brex-it appeared first on Thinking Elixir.

Compile Faster with Marc-André Lafortune

August 17, 2021 43:03 31.2 MB Downloads: 0

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 something wrong. Marc-André explains how he identified the problems in his project and contributed to Elixir’s mix xref tool making it easier for us to find those problems in our own projects! We cover how these tooling improvements were used to improve the upcoming Phoenix 1.6 and Elixir 1.13! An additional mix xref flag was added to run CI checks on our code to prevent accidentally adding code that slows our compile times. Show Notes online - https://thinkingelixir.com/podcast-episodes/060-compile-faster-with-marc-andre-lafortune The post #060 Compile Faster with Marc-André Lafortune appeared first on Thinking Elixir.

How Elixir Came to Spotify with Joel Kemp

August 10, 2021 43:05 20.89 MB Downloads: 0

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 the inertia that larger companies have that make introducing any change harder. Joel compares the process to running a marathon and shares some tactics used to help build internal support and interest. Fascinating insight into a well known company and how Elixir is helping internally. Show Notes online - https://thinkingelixir.com/podcast-episodes/059-how-elixir-came-to-spotify-with-joel-kemp The post #059 How Elixir Came to Spotify with Joel Kemp appeared first on Thinking Elixir.

News and Livebook for Business Intelligence

August 03, 2021 21:25 15.63 MB Downloads: 0

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 application's data. David brings up how to design safe data migrations in Elixir systems, examples from the Rails ecosystem and how he's thinking about that for Elixir. Show Notes online - https://thinkingelixir.com/podcast-episodes/058-news-and-livebook-for-business-intelligence The post #058 News and Livebook for Business Intelligence appeared first on Thinking Elixir.

Scaling Live Chat with Cade Ward

July 27, 2021 57:20 27.72 MB Downloads: 0

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 a couple guests with similar bursting high-load situations. Cade had been through it too so it was time to dig in and cover how this situation can be solved. We cover the different attempts and temporary solutions used and the final solution that has been working really well. In fact it works so well, during a recent event, the auto-scaling didn’t kick in and everything was still fine! Show Notes online - https://thinkingelixir.com/podcast-episodes/057-scaling-live-chat-with-cade-ward The post #057 Scaling Live Chat with Cade Ward appeared first on Thinking Elixir.

Fly-ing Elixir Close to Users with Kurt Mackey

July 13, 2021 59:33 28.79 MB Downloads: 0

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 developers and this pushed them to try deploying Full Stack applications closer to users, not just the static assets! We learn about the tech behind the networking, how databases can be moved closer to users, and how LiveView is even more awesome when it is close to users. Kurt also shares what he sees as the future for databases as the industry continues to move into globally distributed applications. Show Notes online - https://thinkingelixir.com/podcast-episodes/056-fly-ing-elixir-close-to-users-with-kurt-mackey The post #056 Fly-ing Elixir Close to Users with Kurt Mackey appeared first on Thinking Elixir.

Learning from Failure with Philipp Schmieder

July 06, 2021 37:24 18.15 MB Downloads: 0

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 how he fixed it going forward. We also discuss some other application architecture ideas and how they might work. It’s a great post-mortem discussion where Philipp shares his wisdom so others learn from the mistakes. After experiencing all this, find out why he’s still bullish on LiveView and Elixir! Show Notes online - https://thinkingelixir.com/podcast-episodes/055-learning-from-failure-with-philipp-schmieder The post #055 Learning from Failure with Philipp Schmieder appeared first on Thinking Elixir.

AST Parsing using Sourceror with Lucas San Román

June 29, 2021 53:40 25.96 MB Downloads: 0

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 Elixir code when refactoring. IDE’s often include more advanced refactoring tools and the ability to provide that requires a smarter parser. Sourceror keeps the comments while also providing advanced features like a Zipper API to more easily navigate around the source tree while inserting and removing nodes. Learn what Sourceror can do and what it can enable for future Elixir tools! Show Notes online - https://thinkingelixir.com/podcast-episodes/054-ast-parsing-using-sourceror-with-lucas-san-roman The post #054 AST Parsing using Sourceror with Lucas San Román appeared first on Thinking Elixir.

SOLID Elixir with Ilya Averyanov

June 22, 2021 35:49 17.4 MB Downloads: 0

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 and how that helped in PR discussions. We also talk about testing, architecture, and more. Show Notes online - https://thinkingelixir.com/podcast-episodes/053-solid-elixir-with-ilya-averyanov The post #053 SOLID Elixir with Ilya Averyanov appeared first on Thinking Elixir.

IOList and Postgres with Nathan Long

June 15, 2021 49:38 24.03 MB Downloads: 0

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 even talk about improper lists and why they exist. And no, it isn’t a bug. We then talk about PostgreSQL features like materialized views, triggers, and using denormalized tables for solving complicated caching situations. Nathan shares some tips for when to use them and provides some cautions worth hearing. Show Notes online - https://thinkingelixir.com/podcast-episodes/052-iolist-and-postgres-with-nathan-long The post #052 IOList and Postgres with Nathan Long appeared first on Thinking Elixir.

Live Auctions with Alex Loukissas

June 08, 2021 41:06 19.93 MB Downloads: 0

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 volumes for shorter durations. We talk about how the Horde library helps solve fun distributed clustering problems, we cover observability tools, how and why companies should support open source development through sponsorships and more! Show Notes online - https://thinkingelixir.com/podcast-episodes/051-live-auctions-with-alex-loukissas The post #051 Live Auctions with Alex Loukissas appeared first on Thinking Elixir.

Exercism.io and Elixir with Angelika Tyborska

June 01, 2021 54:26 26.33 MB Downloads: 0

We talk with Angelika Tyborska about the history of exercism.io, her involvement, the issues addressed in v2 and what's new and cool in the soon to be released v3. We cover the Elixir track, her work as a maintainer, the journey of a student and how people can help as mentors. We also hear about the "fun" she had creating a maze generator and more! Show Notes online - https://thinkingelixir.com/podcast-episodes/050-exercism-io-and-elixir-with-angelika-tyborska The post #050 Exercism.io and Elixir with Angelika Tyborska appeared first on Thinking Elixir.