<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" encoding="UTF-8" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:atom="http://www.w3.org/2005/Atom/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:fireside="http://fireside.fm/modules/rss/fireside">
  <channel>
    <fireside:hostname>web01.fireside.fm</fireside:hostname>
    <fireside:genDate>Sat, 11 Apr 2026 10:18:36 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Simplicity”</title>
    <link>https://podcast.thinkingelixir.com/tags/simplicity</link>
    <pubDate>Tue, 26 Mar 2024 04:15:00 -0600</pubDate>
    <description>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!
</description>
    <language>en-us</language>
    <itunes:type>episodic</itunes:type>
    <itunes:subtitle>News and interviews for the Elixir community</itunes:subtitle>
    <itunes:author>ThinkingElixir.com</itunes:author>
    <itunes:summary>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!
</itunes:summary>
    <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
    <itunes:explicit>no</itunes:explicit>
    <itunes:keywords>elixir, programming, web, clustering, phoenix, liveview, news, developer</itunes:keywords>
    <itunes:owner>
      <itunes:name>ThinkingElixir.com</itunes:name>
      <itunes:email>podcast@thinkingelixir.com</itunes:email>
    </itunes:owner>
<itunes:category text="Education">
  <itunes:category text="How To"/>
</itunes:category>
<itunes:category text="News">
  <itunes:category text="Tech News"/>
</itunes:category>
<itunes:category text="Technology"/>
<item>
  <title>195: Migrating from Next.js to Phoenix</title>
  <link>https://podcast.thinkingelixir.com/195</link>
  <guid isPermaLink="false">d8f73637-f8a8-4170-b447-b3b8ee9ab951</guid>
  <pubDate>Tue, 26 Mar 2024 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/d8f73637-f8a8-4170-b447-b3b8ee9ab951.mp3" length="38275072" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>In this episode, Ben Reinhart discusses his shift from Next.js and Vercel to ElixirLang, Phoenix, and Fly.io, highlighting how Elixir's simplicity and features streamlined his AI product's operations at AxFlow.</itunes:subtitle>
  <itunes:duration>52:44</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>In this compelling episode, we sit down with Ben Reinhart who shares his journey of transitioning from the JavaScript ecosystem, specifically migrating off of Next.js and Vercel, to Elixir and Phoenix, with Fly.io as the new host. Ben discusses his frustrations with the complexity and performance issues he faced, and how the switch to Elixir helped streamline operations and improve the efficiency of his AI-focused product at Axflow. He delves into his strategic choice for leveraging the operational simplicity and real-time features of Phoenix, while also acknowledging trade-offs such as rebuilding front-end components. Join us to explore Ben's story, learn about the features of Elixir that helped him, and discover how the move has influenced Axflow's path towards finding product-market fit, and more!
Show Notes online - http://podcast.thinkingelixir.com/195 (http://podcast.thinkingelixir.com/195)
Elixir Community News
- Update on the phoenixlivereload package to v1.5 containing useful tips.
- https://www.elixirstreams.com/tips/streamserverlogstoconsole (https://www.elixirstreams.com/tips/stream_server_logs_to_console?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Tips on how to stream Elixir server logs to the browser console.
- https://github.com/phoenixframework/phoenixlivereload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console (https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Documentation on streaming Elixir server logs to the web console using phoenixlivereload v1.5.
- Advise to change Appearance theme to "Dark" in the browser console for better readability of debug-level messages.
- https://github.com/phoenixframework/phoenixlivereload?tab=readme-ov-file#jumping-to-heex-function-definitions (https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Information on the new feature "Jumping to HEEx function definitions" in phoenixlivereload v1.5.
- https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html (https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – A new blog post by Joshua Plique about uploading files directly to S3 using Phoenix LiveView.
- https://hexdocs.pm/phoenixliveview/uploads-external.html (https://hexdocs.pm/phoenix_live_view/uploads-external.html?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Official Phoenix documentation on direct file uploads to external services like S3.
- https://x.com/whatyouhide/status/1768345597369532660 (https://x.com/whatyouhide/status/1768345597369532660?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Andrea Leopardi working on integrating Open Telemetry (OTel) with Sentry for the Elixir SDK.
- https://github.com/getsentry/sentry-elixir/issues/538 (https://github.com/getsentry/sentry-elixir/issues/538?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – A Github issue discussing the integration of OTel with Sentry's Elixir SDK.
- https://twitter.com/TylerAYoung/status/1769741350126149857 (https://twitter.com/TylerAYoung/status/1769741350126149857?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Tyler Young's tip for keeping Elixir tests running faster and asynchronously by using the Process dictionary instead of Application environment.
- https://saltycrackers.dev/posts/bye-bye-async-false/ (https://saltycrackers.dev/posts/bye-bye-async-false/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – An article discussing how to avoid async false in tests by using the Process dictionary.
- https://github.com/jbsf2/process-tree (https://github.com/jbsf2/process-tree?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Introduction of a new Elixir library, ProcessTree, to navigate the process ancestry hierarchy and aid in better test configuration.
- Advice on using the process dictionary check only in MIX_ENV=test to prevent runtime overhead in production.
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://axflow.dev/ (https://axflow.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://twitter.com/benjreinhart/status/1758616465589014531 (https://twitter.com/benjreinhart/status/1758616465589014531?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://exercism.org/tracks/elixir (https://exercism.org/tracks/elixir?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.youtube.com/watch?v=JvBT4XBdoUE (https://www.youtube.com/watch?v=JvBT4XBdoUE?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.typescriptlang.org/ (https://www.typescriptlang.org/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://nextjs.org/ (https://nextjs.org/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://vercel.com/ (https://vercel.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://supabase.com/ (https://supabase.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://remix.run/ (https://remix.run/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://inertiajs.com/ (https://inertiajs.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://vitejs.dev/ (https://vitejs.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://github.com/fidr/phoenixlivereact (https://github.com/fidr/phoenix_live_react?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://github.com/geolessel/react-phoenix (https://github.com/geolessel/react-phoenix?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.pinterest.com/ (https://www.pinterest.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://fly.io/docs/gpus/ (https://fly.io/docs/gpus/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
Guest Information
- https://twitter.com/benjreinhart (https://twitter.com/benjreinhart?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Ben on Twitter
- https://twitter.com/axflow_dev (https://twitter.com/axflow_dev?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – AxFlow on Twitter
- https://github.com/benjreinhart/ (https://github.com/benjreinhart/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – on Github
- https://benreinhart.com/ (https://benreinhart.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Blog
- https://axflow.dev/ (https://axflow.dev/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – AxFlow Website
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Message the show on Fediverse - @ThinkingElixir@genserver.social (https://genserver.social/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- Mark Ericksen on Fediverse - @brainlid@genserver.social (https://genserver.social/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- David Bernheisel on Fediverse - @dbern@genserver.social (https://genserver.social/dbern)
- Cade Ward - @cadebward (https://twitter.com/cadebward)
- Cade Ward on Fediverse - @cadebward@genserver.social (https://genserver.social/cadebward) 
</description>
  <itunes:keywords>elixir, news, vercel, nextjs, phoenix, operational, simplicity</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In this compelling episode, we sit down with Ben Reinhart who shares his journey of transitioning from the JavaScript ecosystem, specifically migrating off of Next.js and Vercel, to Elixir and Phoenix, with Fly.io as the new host. Ben discusses his frustrations with the complexity and performance issues he faced, and how the switch to Elixir helped streamline operations and improve the efficiency of his AI-focused product at Axflow. He delves into his strategic choice for leveraging the operational simplicity and real-time features of Phoenix, while also acknowledging trade-offs such as rebuilding front-end components. Join us to explore Ben&#39;s story, learn about the features of Elixir that helped him, and discover how the move has influenced Axflow&#39;s path towards finding product-market fit, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/195" rel="nofollow">http://podcast.thinkingelixir.com/195</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li>Update on the phoenix_live_reload package to v1.5 containing useful tips.</li>
<li><a href="https://www.elixirstreams.com/tips/stream_server_logs_to_console?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.elixirstreams.com/tips/stream_server_logs_to_console</a> – Tips on how to stream Elixir server logs to the browser console.</li>
<li><a href="https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console</a> – Documentation on streaming Elixir server logs to the web console using phoenix_live_reload v1.5.</li>
<li>Advise to change Appearance theme to &quot;Dark&quot; in the browser console for better readability of debug-level messages.</li>
<li><a href="https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions</a> – Information on the new feature &quot;Jumping to HEEx function definitions&quot; in phoenix_live_reload v1.5.</li>
<li><a href="https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html</a> – A new blog post by Joshua Plique about uploading files directly to S3 using Phoenix LiveView.</li>
<li><a href="https://hexdocs.pm/phoenix_live_view/uploads-external.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/phoenix_live_view/uploads-external.html</a> – Official Phoenix documentation on direct file uploads to external services like S3.</li>
<li><a href="https://x.com/whatyouhide/status/1768345597369532660?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/whatyouhide/status/1768345597369532660</a> – Andrea Leopardi working on integrating Open Telemetry (OTel) with Sentry for the Elixir SDK.</li>
<li><a href="https://github.com/getsentry/sentry-elixir/issues/538?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/getsentry/sentry-elixir/issues/538</a> – A Github issue discussing the integration of OTel with Sentry&#39;s Elixir SDK.</li>
<li><a href="https://twitter.com/TylerAYoung/status/1769741350126149857?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/TylerAYoung/status/1769741350126149857</a> – Tyler Young&#39;s tip for keeping Elixir tests running faster and asynchronously by using the Process dictionary instead of Application environment.</li>
<li><a href="https://saltycrackers.dev/posts/bye-bye-async-false/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://saltycrackers.dev/posts/bye-bye-async-false/</a> – An article discussing how to avoid async false in tests by using the Process dictionary.</li>
<li><a href="https://github.com/jbsf2/process-tree?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/jbsf2/process-tree</a> – Introduction of a new Elixir library, ProcessTree, to navigate the process ancestry hierarchy and aid in better test configuration.</li>
<li>Advice on using the process dictionary check only in MIX_ENV=test to prevent runtime overhead in production.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://axflow.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://axflow.dev/</a></li>
<li><a href="https://twitter.com/benjreinhart/status/1758616465589014531?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/benjreinhart/status/1758616465589014531</a></li>
<li><a href="https://exercism.org/tracks/elixir?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://exercism.org/tracks/elixir</a></li>
<li><a href="https://www.youtube.com/watch?v=JvBT4XBdoUE?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=JvBT4XBdoUE</a></li>
<li><a href="https://www.typescriptlang.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.typescriptlang.org/</a></li>
<li><a href="https://nextjs.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://nextjs.org/</a></li>
<li><a href="https://vercel.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://vercel.com/</a></li>
<li><a href="https://supabase.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://supabase.com/</a></li>
<li><a href="https://remix.run/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://remix.run/</a></li>
<li><a href="https://inertiajs.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://inertiajs.com/</a></li>
<li><a href="https://vitejs.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://vitejs.dev/</a></li>
<li><a href="https://github.com/fidr/phoenix_live_react?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/fidr/phoenix_live_react</a></li>
<li><a href="https://github.com/geolessel/react-phoenix?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/geolessel/react-phoenix</a></li>
<li><a href="https://www.pinterest.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.pinterest.com/</a></li>
<li><a href="https://fly.io/docs/gpus/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/docs/gpus/</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/benjreinhart?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/benjreinhart</a> – Ben on Twitter</li>
<li><a href="https://twitter.com/axflow_dev?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/axflow_dev</a> – AxFlow on Twitter</li>
<li><a href="https://github.com/benjreinhart/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/benjreinhart/</a> – on Github</li>
<li><a href="https://benreinhart.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://benreinhart.com/</a> – Blog</li>
<li><a href="https://axflow.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://axflow.dev/</a> – AxFlow Website</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Fediverse - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>In this compelling episode, we sit down with Ben Reinhart who shares his journey of transitioning from the JavaScript ecosystem, specifically migrating off of Next.js and Vercel, to Elixir and Phoenix, with Fly.io as the new host. Ben discusses his frustrations with the complexity and performance issues he faced, and how the switch to Elixir helped streamline operations and improve the efficiency of his AI-focused product at Axflow. He delves into his strategic choice for leveraging the operational simplicity and real-time features of Phoenix, while also acknowledging trade-offs such as rebuilding front-end components. Join us to explore Ben&#39;s story, learn about the features of Elixir that helped him, and discover how the move has influenced Axflow&#39;s path towards finding product-market fit, and more!</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/195" rel="nofollow">http://podcast.thinkingelixir.com/195</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li>Update on the phoenix_live_reload package to v1.5 containing useful tips.</li>
<li><a href="https://www.elixirstreams.com/tips/stream_server_logs_to_console?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.elixirstreams.com/tips/stream_server_logs_to_console</a> – Tips on how to stream Elixir server logs to the browser console.</li>
<li><a href="https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#streaming-serving-logs-to-the-web-console</a> – Documentation on streaming Elixir server logs to the web console using phoenix_live_reload v1.5.</li>
<li>Advise to change Appearance theme to &quot;Dark&quot; in the browser console for better readability of debug-level messages.</li>
<li><a href="https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/phoenixframework/phoenix_live_reload?tab=readme-ov-file#jumping-to-heex-function-definitions</a> – Information on the new feature &quot;Jumping to HEEx function definitions&quot; in phoenix_live_reload v1.5.</li>
<li><a href="https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://blog.appsignal.com/2024/03/19/direct-file-uploads-to-amazon-s3-with-phoenix-liveview.html</a> – A new blog post by Joshua Plique about uploading files directly to S3 using Phoenix LiveView.</li>
<li><a href="https://hexdocs.pm/phoenix_live_view/uploads-external.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/phoenix_live_view/uploads-external.html</a> – Official Phoenix documentation on direct file uploads to external services like S3.</li>
<li><a href="https://x.com/whatyouhide/status/1768345597369532660?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://x.com/whatyouhide/status/1768345597369532660</a> – Andrea Leopardi working on integrating Open Telemetry (OTel) with Sentry for the Elixir SDK.</li>
<li><a href="https://github.com/getsentry/sentry-elixir/issues/538?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/getsentry/sentry-elixir/issues/538</a> – A Github issue discussing the integration of OTel with Sentry&#39;s Elixir SDK.</li>
<li><a href="https://twitter.com/TylerAYoung/status/1769741350126149857?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/TylerAYoung/status/1769741350126149857</a> – Tyler Young&#39;s tip for keeping Elixir tests running faster and asynchronously by using the Process dictionary instead of Application environment.</li>
<li><a href="https://saltycrackers.dev/posts/bye-bye-async-false/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://saltycrackers.dev/posts/bye-bye-async-false/</a> – An article discussing how to avoid async false in tests by using the Process dictionary.</li>
<li><a href="https://github.com/jbsf2/process-tree?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/jbsf2/process-tree</a> – Introduction of a new Elixir library, ProcessTree, to navigate the process ancestry hierarchy and aid in better test configuration.</li>
<li>Advice on using the process dictionary check only in MIX_ENV=test to prevent runtime overhead in production.</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://axflow.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://axflow.dev/</a></li>
<li><a href="https://twitter.com/benjreinhart/status/1758616465589014531?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/benjreinhart/status/1758616465589014531</a></li>
<li><a href="https://exercism.org/tracks/elixir?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://exercism.org/tracks/elixir</a></li>
<li><a href="https://www.youtube.com/watch?v=JvBT4XBdoUE?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.youtube.com/watch?v=JvBT4XBdoUE</a></li>
<li><a href="https://www.typescriptlang.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.typescriptlang.org/</a></li>
<li><a href="https://nextjs.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://nextjs.org/</a></li>
<li><a href="https://vercel.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://vercel.com/</a></li>
<li><a href="https://supabase.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://supabase.com/</a></li>
<li><a href="https://remix.run/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://remix.run/</a></li>
<li><a href="https://inertiajs.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://inertiajs.com/</a></li>
<li><a href="https://vitejs.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://vitejs.dev/</a></li>
<li><a href="https://github.com/fidr/phoenix_live_react?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/fidr/phoenix_live_react</a></li>
<li><a href="https://github.com/geolessel/react-phoenix?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/geolessel/react-phoenix</a></li>
<li><a href="https://www.pinterest.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.pinterest.com/</a></li>
<li><a href="https://fly.io/docs/gpus/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://fly.io/docs/gpus/</a></li>
</ul>

<p><strong>Guest Information</strong></p>

<ul>
<li><a href="https://twitter.com/benjreinhart?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/benjreinhart</a> – Ben on Twitter</li>
<li><a href="https://twitter.com/axflow_dev?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/axflow_dev</a> – AxFlow on Twitter</li>
<li><a href="https://github.com/benjreinhart/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/benjreinhart/</a> – on Github</li>
<li><a href="https://benreinhart.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://benreinhart.com/</a> – Blog</li>
<li><a href="https://axflow.dev/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://axflow.dev/</a> – AxFlow Website</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Message the show on Fediverse - <a href="https://genserver.social/ThinkingElixir" rel="nofollow">@ThinkingElixir@genserver.social</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>Mark Ericksen on Fediverse - <a href="https://genserver.social/brainlid" rel="nofollow">@brainlid@genserver.social</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>David Bernheisel on Fediverse - <a href="https://genserver.social/dbern" rel="nofollow">@dbern@genserver.social</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
<li>Cade Ward on Fediverse - <a href="https://genserver.social/cadebward" rel="nofollow">@cadebward@genserver.social</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
<item>
  <title>110: The End of Localhost Development?</title>
  <link>https://podcast.thinkingelixir.com/110</link>
  <guid isPermaLink="false">c7aef68c-af37-4169-b4c9-0662d9a02098</guid>
  <pubDate>Tue, 02 Aug 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/c7aef68c-af37-4169-b4c9-0662d9a02098.mp3" length="37181440" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Is the “end of localhost development” inevitable? How does that apply to Elixir and Phoenix projects? We think it's more likely they are trying to solve the wrong problem.</itunes:subtitle>
  <itunes:duration>51:13</itunes:duration>
  <itunes:explicit>no</itunes:explicit>
  <itunes:image href="https://media24.fireside.fm/file/fireside-images-2024/podcasts/images/8/811c9756-babe-40ac-8c25-b3bb24e522e0/cover.jpg?v=2"/>
  <description>Some people excitedly talk about the “end of localhost development” when developer machines move to the cloud. Presumably this is better because our environments, infrastructure and projects are so complex that they need this additional layer of abstraction just to keep teams productive. Is this our inevitable future? Or is this trying to solve the wrong problem? We talk about what we think this movement is about and how it relates to us. Elixir projects can potentially be much simpler with fewer external dependencies making this move to the cloud less compelling. Join us as we contemplate how Elixir and Phoenix might fare in a world with no “localhost development”.
Show Notes online - http://podcast.thinkingelixir.com/110 (http://podcast.thinkingelixir.com/110)
Elixir Community News
- https://twitter.com/whatyouhide/status/1549295894721445888 (https://twitter.com/whatyouhide/status/1549295894721445888) – Explanation thread about how new Kernel.dbg function works.
- https://twitter.com/whatyouhide/status/1551463778893631488 (https://twitter.com/whatyouhide/status/1551463778893631488) – New Kernel.dbg/0 prints the current bindings.
- https://twitter.com/sorentwo/status/1550155422438494211 (https://twitter.com/sorentwo/status/1550155422438494211) – Oban v2.13.0 and Oban Pro v0.12.0 were released.
- https://getoban.pro/docs/pro/changelog.html (https://getoban.pro/docs/pro/changelog.html) – Oban Pro changelog
- https://hexdocs.pm/oban/changelog.html (https://hexdocs.pm/oban/changelog.html) – Oban OSS changelog
- https://hexdocs.pm/kino/Kino.Process.html (https://hexdocs.pm/kino/Kino.Process.html) – New Kino.Process module added to Kino 0.6.2.
- https://github.com/elixir-plug/plug/pull/1111 (https://github.com/elixir-plug/plug/pull/1111) – Plug gets a new “Copy to markdown” button
- https://twitter.com/MachinesAreUs/status/1549072505423503363 (https://twitter.com/MachinesAreUs/status/1549072505423503363) – New tool for automatically detecting cyclic dependencies between modules in Elixir?
- https://github.com/elixir-ecto/ecto_sql/pull/428 (https://github.com/elixir-ecto/ecto_sql/pull/428) – EctoSQL gets a new pgadvisorylock configuration option for Postgres users
- https://elixir-makeup.github.io/makeup_demo/ (https://elixir-makeup.github.io/makeup_demo/) – Make-up's new demo pages showing off how it highlights code.
- https://github.com/elixir-makeup/makeup (https://github.com/elixir-makeup/makeup) – The makeup project
Do you have some Elixir news to share? Tell us at @ThinkingElixir (https://twitter.com/ThinkingElixir) or email at show@thinkingelixir.com (mailto:show@thinkingelixir.com)
Discussion Resources
- https://news.ycombinator.com/item?id=31669762 (https://news.ycombinator.com/item?id=31669762) – HackerNews post that re-ignited this discussion
- https://dx.tips/the-end-of-localhost (https://dx.tips/the-end-of-localhost) – The HN post which lays out he arguments
- https://www.youtube.com/watch?v=pW-SOdj4Kkk (https://www.youtube.com/watch?v=pW-SOdj4Kkk) – Jonathan Blow - Preventing the Collapse of Civilization (English only)
- https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/ (https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/) – Discussion dates back to at least 2015
- https://twitter.com/MarioWhoWrites/status/1542294811067109376 (https://twitter.com/MarioWhoWrites/status/1542294811067109376) – It feels like DevOps at the language level
- https://podcast.thinkingelixir.com/105 (https://podcast.thinkingelixir.com/105) – Recent interview with Uku Taht at Plausible Analytics.
- https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde (https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde) – Stack Overflow infrastructure described
Find us online
- Message the show - @ThinkingElixir (https://twitter.com/ThinkingElixir)
- Email the show - show@thinkingelixir.com (mailto:show@thinkingelixir.com)
- Mark Ericksen - @brainlid (https://twitter.com/brainlid)
- David Bernheisel - @bernheisel (https://twitter.com/bernheisel)
- Cade Ward - @cadebward (https://twitter.com/cadebward) 
</description>
  <itunes:keywords>elixir, localhost, local, development, infrastructure, complexity, simplicity, degrades</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Some people excitedly talk about the “end of localhost development” when developer machines move to the cloud. Presumably this is better because our environments, infrastructure and projects are so complex that they need this additional layer of abstraction just to keep teams productive. Is this our inevitable future? Or is this trying to solve the wrong problem? We talk about what we think this movement is about and how it relates to us. Elixir projects can potentially be much simpler with fewer external dependencies making this move to the cloud less compelling. Join us as we contemplate how Elixir and Phoenix might fare in a world with no “localhost development”.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/110" rel="nofollow">http://podcast.thinkingelixir.com/110</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1549295894721445888" rel="nofollow">https://twitter.com/whatyouhide/status/1549295894721445888</a> – Explanation thread about how new Kernel.dbg function works.</li>
<li><a href="https://twitter.com/whatyouhide/status/1551463778893631488" rel="nofollow">https://twitter.com/whatyouhide/status/1551463778893631488</a> – New Kernel.dbg/0 prints the current bindings.</li>
<li><a href="https://twitter.com/sorentwo/status/1550155422438494211" rel="nofollow">https://twitter.com/sorentwo/status/1550155422438494211</a> – Oban v2.13.0 and Oban Pro v0.12.0 were released.</li>
<li><a href="https://getoban.pro/docs/pro/changelog.html" rel="nofollow">https://getoban.pro/docs/pro/changelog.html</a> – Oban Pro changelog</li>
<li><a href="https://hexdocs.pm/oban/changelog.html" rel="nofollow">https://hexdocs.pm/oban/changelog.html</a> – Oban OSS changelog</li>
<li><a href="https://hexdocs.pm/kino/Kino.Process.html" rel="nofollow">https://hexdocs.pm/kino/Kino.Process.html</a> – New Kino.Process module added to Kino 0.6.2.</li>
<li><a href="https://github.com/elixir-plug/plug/pull/1111" rel="nofollow">https://github.com/elixir-plug/plug/pull/1111</a> – Plug gets a new “Copy to markdown” button</li>
<li><a href="https://twitter.com/MachinesAreUs/status/1549072505423503363" rel="nofollow">https://twitter.com/MachinesAreUs/status/1549072505423503363</a> – New tool for automatically detecting cyclic dependencies between modules in Elixir?</li>
<li><a href="https://github.com/elixir-ecto/ecto_sql/pull/428" rel="nofollow">https://github.com/elixir-ecto/ecto_sql/pull/428</a> – EctoSQL gets a new pg_advisory_lock configuration option for Postgres users</li>
<li><a href="https://elixir-makeup.github.io/makeup_demo/" rel="nofollow">https://elixir-makeup.github.io/makeup_demo/</a> – Make-up&#39;s new demo pages showing off how it highlights code.</li>
<li><a href="https://github.com/elixir-makeup/makeup" rel="nofollow">https://github.com/elixir-makeup/makeup</a> – The makeup project</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://news.ycombinator.com/item?id=31669762" rel="nofollow">https://news.ycombinator.com/item?id=31669762</a> – HackerNews post that re-ignited this discussion</li>
<li><a href="https://dx.tips/the-end-of-localhost" rel="nofollow">https://dx.tips/the-end-of-localhost</a> – The HN post which lays out he arguments</li>
<li><a href="https://www.youtube.com/watch?v=pW-SOdj4Kkk" rel="nofollow">https://www.youtube.com/watch?v=pW-SOdj4Kkk</a> – Jonathan Blow - Preventing the Collapse of Civilization (English only)</li>
<li><a href="https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/" rel="nofollow">https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/</a> – Discussion dates back to at least 2015</li>
<li><a href="https://twitter.com/MarioWhoWrites/status/1542294811067109376" rel="nofollow">https://twitter.com/MarioWhoWrites/status/1542294811067109376</a> – It feels like DevOps at the language level</li>
<li><a href="https://podcast.thinkingelixir.com/105" rel="nofollow">https://podcast.thinkingelixir.com/105</a> – Recent interview with Uku Taht at Plausible Analytics.</li>
<li><a href="https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde" rel="nofollow">https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde</a> – Stack Overflow infrastructure described</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>Some people excitedly talk about the “end of localhost development” when developer machines move to the cloud. Presumably this is better because our environments, infrastructure and projects are so complex that they need this additional layer of abstraction just to keep teams productive. Is this our inevitable future? Or is this trying to solve the wrong problem? We talk about what we think this movement is about and how it relates to us. Elixir projects can potentially be much simpler with fewer external dependencies making this move to the cloud less compelling. Join us as we contemplate how Elixir and Phoenix might fare in a world with no “localhost development”.</p>

<p>Show Notes online - <a href="http://podcast.thinkingelixir.com/110" rel="nofollow">http://podcast.thinkingelixir.com/110</a></p>

<p><strong>Elixir Community News</strong></p>

<ul>
<li><a href="https://twitter.com/whatyouhide/status/1549295894721445888" rel="nofollow">https://twitter.com/whatyouhide/status/1549295894721445888</a> – Explanation thread about how new Kernel.dbg function works.</li>
<li><a href="https://twitter.com/whatyouhide/status/1551463778893631488" rel="nofollow">https://twitter.com/whatyouhide/status/1551463778893631488</a> – New Kernel.dbg/0 prints the current bindings.</li>
<li><a href="https://twitter.com/sorentwo/status/1550155422438494211" rel="nofollow">https://twitter.com/sorentwo/status/1550155422438494211</a> – Oban v2.13.0 and Oban Pro v0.12.0 were released.</li>
<li><a href="https://getoban.pro/docs/pro/changelog.html" rel="nofollow">https://getoban.pro/docs/pro/changelog.html</a> – Oban Pro changelog</li>
<li><a href="https://hexdocs.pm/oban/changelog.html" rel="nofollow">https://hexdocs.pm/oban/changelog.html</a> – Oban OSS changelog</li>
<li><a href="https://hexdocs.pm/kino/Kino.Process.html" rel="nofollow">https://hexdocs.pm/kino/Kino.Process.html</a> – New Kino.Process module added to Kino 0.6.2.</li>
<li><a href="https://github.com/elixir-plug/plug/pull/1111" rel="nofollow">https://github.com/elixir-plug/plug/pull/1111</a> – Plug gets a new “Copy to markdown” button</li>
<li><a href="https://twitter.com/MachinesAreUs/status/1549072505423503363" rel="nofollow">https://twitter.com/MachinesAreUs/status/1549072505423503363</a> – New tool for automatically detecting cyclic dependencies between modules in Elixir?</li>
<li><a href="https://github.com/elixir-ecto/ecto_sql/pull/428" rel="nofollow">https://github.com/elixir-ecto/ecto_sql/pull/428</a> – EctoSQL gets a new pg_advisory_lock configuration option for Postgres users</li>
<li><a href="https://elixir-makeup.github.io/makeup_demo/" rel="nofollow">https://elixir-makeup.github.io/makeup_demo/</a> – Make-up&#39;s new demo pages showing off how it highlights code.</li>
<li><a href="https://github.com/elixir-makeup/makeup" rel="nofollow">https://github.com/elixir-makeup/makeup</a> – The makeup project</li>
</ul>

<p>Do you have some Elixir news to share? Tell us at <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a> or email at <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></p>

<p><strong>Discussion Resources</strong></p>

<ul>
<li><a href="https://news.ycombinator.com/item?id=31669762" rel="nofollow">https://news.ycombinator.com/item?id=31669762</a> – HackerNews post that re-ignited this discussion</li>
<li><a href="https://dx.tips/the-end-of-localhost" rel="nofollow">https://dx.tips/the-end-of-localhost</a> – The HN post which lays out he arguments</li>
<li><a href="https://www.youtube.com/watch?v=pW-SOdj4Kkk" rel="nofollow">https://www.youtube.com/watch?v=pW-SOdj4Kkk</a> – Jonathan Blow - Preventing the Collapse of Civilization (English only)</li>
<li><a href="https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/" rel="nofollow">https://www.laurencegellert.com/2015/08/is-localhost-development-obsolete/</a> – Discussion dates back to at least 2015</li>
<li><a href="https://twitter.com/MarioWhoWrites/status/1542294811067109376" rel="nofollow">https://twitter.com/MarioWhoWrites/status/1542294811067109376</a> – It feels like DevOps at the language level</li>
<li><a href="https://podcast.thinkingelixir.com/105" rel="nofollow">https://podcast.thinkingelixir.com/105</a> – Recent interview with Uku Taht at Plausible Analytics.</li>
<li><a href="https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde" rel="nofollow">https://hanselminutes.com/847/engineering-stack-overflow-with-roberta-arcoverde</a> – Stack Overflow infrastructure described</li>
</ul>

<p><strong>Find us online</strong></p>

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </itunes:summary>
</item>
  </channel>
</rss>
