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 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
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
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.
Pushing for Modularity with Maciej Kaszubowski
Maciej Kaszubowski returns to talk about how read models can help modularize our systems. There is a focus on background job systems and how they fit in our modular designs. We cover push vs pull based systems and which is more maintainable. Maciej also shares his approach to learning and understanding a new Elixir library and more! Show Notes online - https://thinkingelixir.com/podcast-episodes/049-pushing-for-modularity-with-maciej-kaszubowski The post #049 Pushing for Modularity with Maciej Kaszubowski appeared first on Thinking Elixir.
Ecto Associations with Sheharyar Naseer
We talk with Sheharyar Naseer about Ecto's feature "association defaults" and how they work. We learn how they even support defining a function that gets called during your changeset operations which can be used to ensure multi-tenancy IDs get populated correctly. We learn more about Slab, talk about Single Table Inheritance designs and how we feel about them. We also talk about wrapping the Repo module for fun and profit! Show Notes online - https://thinkingelixir.com/podcast-episodes/048-ecto-associations-with-sheharyar-naseer The post #048 Ecto Associations with Sheharyar Naseer appeared first on Thinking Elixir.
#047 Crypto Trading in Elixir with Kamil Skowron
We talk with Kamil Skowron about his Youtube channel that walks people through building a crypto-currency trading bot in Elixir. We learn how that led him to start a free online book sharing that content. He covers what people will learn from the process, his goal of helping people see a larger working Elixir system, and his experience writing the book. A fun chat! Show Notes online - https://thinkingelixir.com/podcast-episodes/047-crypto-trading-in-elixir-with-kamil-skowron The post #047 Crypto Trading in Elixir with Kamil Skowron appeared first on Thinking Elixir.
Livebook with Jonatan Kłosko
We talk with Jonatan Kłosko, the coder behind Livebook, to learn how it works, how the collaborative feature was done, what you can do with it, what you shouldn't do with it, some unusual ways people are using it, and more! We can’t help but talk about all the fun and cool ways it can be abused and how it's finding exciting uses outside of machine learning. A great discussion with lots of insights. Show Notes online - https://thinkingelixir.com/podcast-episodes/046-livebook-with-jonatan-klosko The post #046 Livebook with Jonatan Kłosko appeared first on Thinking Elixir.
Junior Devs with Michał Buszkiewicz
We talk with Michał Buszkiewicz about Junior Developers in the Elixir community. We share tips for Juniors both early in their careers but also more experienced developers coming new to Elixir. We talk about the University vs Bootcamp approaches and what you want to focus on coming from either side. We further discuss how we as employers can support and encourage juniors. A lot of great resources shared! Show Notes online - https://thinkingelixir.com/podcast-episodes/045-junior-devs-with-michal-buszkiewicz The post #045 Junior Devs with Michał Buszkiewicz appeared first on Thinking Elixir.
Elixir Data Types with Sasha Fonseca
We talk with Sasha Fonseca about Elixir's data types behind the scenes. We learn about binary leaks, discuss memory usage, performance considerations, what boxed values are and much more! Show Notes online - https://thinkingelixir.com/podcast-episodes/044-elixir-data-types-with-sasha-fonseca The post #044 Elixir Data Types with Sasha Fonseca appeared first on Thinking Elixir.
Membrane with Marcin Lewandowski
We talk with Marcin Lewandowski about Membrane Framework. We learn what it is, the project's goals, how people are using it and how it can solve the speed-to-market problem when streaming multimedia. We cover WebRTC, radio, industry challenges, why you want to deploy it to your own infrastructure, why startups fail and much more! Show Notes online - https://thinkingelixir.com/podcast-episodes/043-membrane-with-marcin-lewandowski The post #043 Membrane with Marcin Lewandowski appeared first on Thinking Elixir.
LiveView Autocomplete and Blogging with Velina Petrova
We talk with Velina Petrova about a blog post she wrote showing how a "designer dreamed up" feature was delivered using LiveView and Alpine.js. She shares how she added the LiveView feature to a non-LiveView page demonstrating a great strategy for slowly moving a project in the direction you want to go without stopping to re-write. We also talk about blogging, the value of sharing and putting yourself out there. We all share some tips we've found helpful when creating content. A fun discussion with some great tips and tools shared! Show Notes online - https://thinkingelixir.com/podcast-episodes/042-liveview-autocomplete-and-blogging-with-velina-petrova The post #042 LiveView Autocomplete and Blogging with Velina Petrova appeared first on Thinking Elixir.
Secure IoT Systems using Ockam with Mrinal Wadhwa
We talk with Mrinal Wadhwa about Ockam.io, the project and the company. They are taking on the ambitious goal of building an open protocol through Elixir and Rust libraries to enable secure and trusted IoT platforms. We learn about recurring problems that the IoT industry faces and how they are seeking to solve them differently. A very informative and interesting discussion! Show Notes online - https://thinkingelixir.com/podcast-episodes/041-secure-iot-systems-using-ockam-with-mrinal-wadhwa The post #041 Secure IoT Systems using Ockam with Mrinal Wadhwa appeared first on Thinking Elixir.
Mental Models for Elixir and LiveView
We talk about the mental models we use for writing our Elixir code and for thinking about our Elixir systems (starting at 5:46). We cover transformations, plug, and Mark's "Workshop Model" (starting at 23:45). We also talk about LiveView, (starting at 31:20) how we approach it today, mistakes we've both made and seen. A fun discussion! We want to continue the discussion with you over on ElixirForum. Check the show notes for links to those topics! Show Notes online - https://thinkingelixir.com/podcast-episodes/040-mental-models-for-elixir-and-liveview The post #040 Mental Models for Elixir and LiveView appeared first on Thinking Elixir.
Mix Install and ExDocs for Erlang with Wojtek Mach
Wojtek Mach returns and talks about the new Mix.install/2 feature coming in Elixir 1.12. We learn about some other features coming that will help script authors. We talk about OTP 24 and when we can expect 1.12 to be released, ExDocs support for Erlang libraries, and more! Show Notes online - https://thinkingelixir.com/podcast-episodes/039-mix-install-and-exdocs-for-erlang-with-wojtek-mach The post #039 Mix Install and ExDocs for Erlang with Wojtek Mach appeared first on Thinking Elixir.
Maintainable Elixir with Saša Jurić
Saša Jurić shares how the team at Very Big Things is building maintainable Elixir code. This ranges from the development processes to code design and organization. He takes some "radical" positions and challenges conventions on a mission to find what actually works well. We talk about his library Boundary and how it helps enforce API designs. He talks about the "Junk Drawer Pattern" and how code analysis helps identify lines of separation for refactoring. A thought provoking and fun discussion! Show Notes online - https://thinkingelixir.com/podcast-episodes/038-maintainable-elixir-with-sasa-juric The post #038 Maintainable Elixir with Saša Jurić appeared first on Thinking Elixir.
The Lambda Days Conference and Elixir
After covering the news, we share a live recording of the show from the Lambda Days conference. It was a lot of fun! We covered topics like learning and teaching Elixir, functional programming, strengths of Elixir over Erlang, the developer tooling, why Elixir is awesome even when not building distributed systems, and much more! Show Notes online - https://thinkingelixir.com/podcast-episodes/037-lambda-days-conference-and-elixir The post #037 Lambda Days Conference and Elixir appeared first on Thinking Elixir.
Using LiveView and Hooks with Alex Minette
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 Javascript libraries that work well with LiveView. Alex pushes browser locale data up to the server to customize rendering dates and times for a fun and different approach. We also get his perspective on using Flutter for Mobile development and where he thinks it fits with web technologies like LiveView. Show Notes online - https://thinkingelixir.com/podcast-episodes/036-using-liveview-and-hooks-with-alex-minette The post #036 Using LiveView and Hooks with Alex Minette appeared first on Thinking Elixir.
X-Plane's Elixir MMO with Tyler Young
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. We learn about the single modest server that supports all the mobile users right now. I loved hearing how Tyler found working with Elixir to be super productive. He took on a major new feature that he expected to take over a year but was able to deliver it in less than half the time. He did all the Elixir work himself and was new to it! Show Notes online - https://thinkingelixir.com/podcast-episodes/035-x-planes-elixir-mmo-with-tyler-young The post #035 X-Plane’s Elixir MMO with Tyler Young appeared first on Thinking Elixir.