Episode Archive
228 episodes of Thinking Elixir Podcast since the first episode, which aired on June 17th, 2020.
-
36: Using LiveView and Hooks with Alex Minette
February 23rd, 2021 | 42 mins 19 secs
Alexandre Minette shares his adventures with LiveView as he builds a personal finance tracking application. We cover his use of hooks to integrate Javascript libraries that give him the UX he wants. He shares some tips and resources for finding Javascr...
-
35: X-Plane's Elixir MMO with Tyler Young
February 16th, 2021 | 41 mins 24 secs
Tyler Young from X-Plane talks with us about how he added a new MMO feature to the popular flight simulator using Elixir. He shares some behind the scenes information on how it was created and how it’s been working in production.
-
34: José Valim reveals Project Nx
February 9th, 2021 | 1 hr 15 mins
José Valim visits and finally publicly reveals what Project Nx is! He and others have been working on it for 3 months and he's finally ready to unveil it. José will speak more about it at the LambdaDays conference,
-
33: Postgres PubSub and Elixir with Allen Wyma
February 2nd, 2021 | 45 mins 11 secs
We talk with Allen Wyma about a Postgres PubSub feature and how it plays nice with Elixir. We dispel the idea that you should always use Phoenix PubSub just because it's there and we cover the value of learning what's built-in to tools like the postgre...
-
32: Circuit Breaker and Elixir Patterns with Allan MacGregor
January 26th, 2021 | 44 mins 16 secs
We talk with Allan MacGregor about implementing the Circuit Breaker pattern in Elixir and compare that to just using a job library. We get into a fun discussion about design patterns in Elixir and designing for failure.
-
31: Crawling the Web using Elixir with Oleg Tarasenko and Tze Yiing
January 19th, 2021 | 50 mins 33 secs
We talk with Oleg Tarasenko and Tze Yiing about crawling the web using Elixir. Oleg created the crawly project to help solve this problem and Tze Yiing joined him as a contributor and maintainer. We cover how Elixir is well suited to orchestrate crawli...
-
30: Mutation Testing using Muzak with Devon Estes
January 12th, 2021 | 58 mins 49 secs
We talk with Devon Estes, the creator of a new Elixir mutation testing library called Muzak. Devon joins us to explain what mutation testing is and how it can help development teams in organizations move faster and with greater confidence.
-
29: Running Jobs using Oban with Parker Selbert
January 5th, 2021 | 47 mins 39 secs
We talk with Parker Selbert, the creator of the job processing library Oban. He shares the benefits of using Postgres as the data store over more common choices like Redis. Oban also offers a paid "pro" level and Parker explains how a paid feature set ...
-
28: DepViz and ElixirLS with Jason Axelson
December 29th, 2020 | 48 mins 40 secs
We talk with Jason Axelson. He created the DepViz tool that can help improve your Elixir compile-time experience. Jason explains how to use the tool to identify where compile time dependencies may be causing issues in your project and provides tips on ...
-
27: Ash Framework with Zach Daniel
December 22nd, 2020 | 42 mins 7 secs
We talk with Zach Daniel, the creator of the Ash Framework, a declarative, resource-oriented application framework for Elixir that lets you build out JSON or GraphQL APIs in minutes. In this episode he explains the history,
-
26: Elixir in Higher Ed with Jonathan Allen
December 15th, 2020 | 36 mins 3 secs
We talk with Jonathan Allen, an instructor at a Utah college, who taught Elixir to his Distributed Computing students. He tells how he got Elixir into the classroom, what the students loved, what was hard, and how we in the professional community can i...
-
25: Improving developer experience with Marlus Saraiva
December 8th, 2020 | 52 mins 36 secs
We talk with Marlus Saraiva about three big projects he is a part of. All of which are around improving the developer experience in Elixir! We start with Broadway, a library that makes working with GenStage even easier.