<?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>Fri, 15 May 2026 08:40:43 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Api”</title>
    <link>https://podcast.thinkingelixir.com/tags/api</link>
    <pubDate>Tue, 01 Nov 2022 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>123: Ash Framework Models Resources</title>
  <link>https://podcast.thinkingelixir.com/123</link>
  <guid isPermaLink="false">d73c107a-8624-4ef0-9d90-05846905f87f</guid>
  <pubDate>Tue, 01 Nov 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/d73c107a-8624-4ef0-9d90-05846905f87f.mp3" length="40148992" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Zach Daniel explains Ash Framework, how 2.0 is the real 1.0, and the philosophy behind it. Surprisingly, it benefits LiveView apps in addition to REST and GraphQL APIs!</itunes:subtitle>
  <itunes:duration>55:20</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>&lt;p&gt;Creator of the Ash Framework, Zach Daniel, shares how he feels Ecto is such a good tool, that people haven't built a modeling layer above it and end up using Ecto directly. Ash models a resource above Ecto, making it more expressive while supporting LiveView, REST, and GraphQL interfaces on top. While cutting boilerplate, a major goal builds in escape hatches to keep from being boxed in. Ash Framework recently celebrated a 2.0 release, accompanied by the release of the Ash HQ website. A fun look into the achievements and philosophy that make the Ash Framework what it is today!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/123" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/123&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim/status/1582770471728484352" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1582770471728484352&lt;/a&gt; – ExDoc v0.29 is out with a new Cheatsheet feature&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://devhints.io" target="_blank" rel="nofollow noopener"&gt;https://devhints.io&lt;/a&gt; – DevHints was a source of inspiration for Cheatsheets&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=MTE7dLhkQ8Q" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=MTE7dLhkQ8Q&lt;/a&gt; – Phoenix LiveView Storybook video published. Demo of v0.4.5&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/117" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/117&lt;/a&gt; – Previous interview about Phoenix LiveView Storybook&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/spawnfest/graphql_smart_cell" target="_blank" rel="nofollow noopener"&gt;https://github.com/spawnfest/graphql_smart_cell&lt;/a&gt; – GraphQL Smart Cell for Elixir Livebook&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/mcrumm/status/1581350976354627584" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/mcrumm/status/1581350976354627584&lt;/a&gt; – Michael Crumm explains they intend to further develop the project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/alan_zimm/status/1583012582847262720" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/alan_zimm/status/1583012582847262720&lt;/a&gt; – WhatsApp team released a new Tree Sitter Erlang Github project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/WhatsApp/tree-sitter-erlang" target="_blank" rel="nofollow noopener"&gt;https://github.com/WhatsApp/tree-sitter-erlang&lt;/a&gt; – The Erlang Tree Sitter project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/katafrakt_pl/status/1582808419157041152" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/katafrakt_pl/status/1582808419157041152&lt;/a&gt; – Try "mix hex.outdated" to see nice DX feature&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/bernheisel/status/1583252469550678016" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/bernheisel/status/1583252469550678016&lt;/a&gt; – LiveViewJS as in LiveView API but all in JavaScript?&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=7khBftbpHLs" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=7khBftbpHLs&lt;/a&gt; – Strangeloop presentation on LiveViewJS&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/floodfx/liveviewjs" target="_blank" rel="nofollow noopener"&gt;https://github.com/floodfx/liveviewjs&lt;/a&gt; – LiveViewJS project&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/kipcole9/image" target="_blank" rel="nofollow noopener"&gt;https://github.com/kipcole9/image&lt;/a&gt; – Kip Cole's Image library&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/kipcole9/status/1583632387589566464" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/kipcole9/status/1583632387589566464&lt;/a&gt; – Kip's weekend project to generate meme images for fun&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener"&gt;https://ash-hq.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ash-project/ash" target="_blank" rel="nofollow noopener"&gt;https://github.com/ash-project/ash&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ash-project" target="_blank" rel="nofollow noopener"&gt;https://github.com/ash-project&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/27" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/27&lt;/a&gt; – Previous discussion from Dec 2020&lt;/li&gt;
&lt;li&gt;&lt;a href="https://alembic.com.au/" target="_blank" rel="nofollow noopener"&gt;https://alembic.com.au/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://rethinkdb.com/" target="_blank" rel="nofollow noopener"&gt;https://rethinkdb.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ash-project/ash_phoenix" target="_blank" rel="nofollow noopener"&gt;https://github.com/ash-project/ash_phoenix&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ash-hq.org/docs/module/ash/latest/ash-flow" target="_blank" rel="nofollow noopener"&gt;https://ash-hq.org/docs/module/ash/latest/ash-flow&lt;/a&gt; – Ash.Flow docs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/ZachSDaniel1/status/1582139826752483329" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/ZachSDaniel1/status/1582139826752483329&lt;/a&gt; – Family showing support for the milestone&lt;/li&gt;
&lt;li&gt;STAPLE Stack - Surface, Tailwind, Ash, Phoenix, LiveView, Elixir&lt;/li&gt;
&lt;li&gt;&lt;a href="https://discord.com/invite/D7FNG2q%20-%20Discord%20invite" target="_blank" rel="nofollow noopener"&gt;https://discord.com/invite/D7FNG2q - Discord invite&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119" target="_blank" rel="nofollow noopener"&gt;https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Guest Information&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/ZachSDaniel1" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/ZachSDaniel1&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/zachdaniel/" target="_blank" rel="nofollow noopener"&gt;https://github.com/zachdaniel/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/AshFramework" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/AshFramework&lt;/a&gt; – Ash on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener"&gt;https://ash-hq.org/&lt;/a&gt; – Ash HQ&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, ash framework, resource, api, LiveView, GraphQL, REST</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Creator of the Ash Framework, Zach Daniel, shares how he feels Ecto is such a good tool, that people haven't built a modeling layer above it and end up using Ecto directly. Ash models a resource above Ecto, making it more expressive while supporting LiveView, REST, and GraphQL interfaces on top. While cutting boilerplate, a major goal builds in escape hatches to keep from being boxed in. Ash Framework recently celebrated a 2.0 release, accompanied by the release of the Ash HQ website. A fun look into the achievements and philosophy that make the Ash Framework what it is today!</p>

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

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

<ul>
<li>
<a href="https://twitter.com/josevalim/status/1582770471728484352" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1582770471728484352</a> – ExDoc v0.29 is out with a new Cheatsheet feature</li>
<li>
<a href="https://devhints.io" target="_blank" rel="nofollow noopener">https://devhints.io</a> – DevHints was a source of inspiration for Cheatsheets</li>
<li>
<a href="https://www.youtube.com/watch?v=MTE7dLhkQ8Q" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=MTE7dLhkQ8Q</a> – Phoenix LiveView Storybook video published. Demo of v0.4.5</li>
<li>
<a href="https://podcast.thinkingelixir.com/117" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/117</a> – Previous interview about Phoenix LiveView Storybook</li>
<li>
<a href="https://github.com/spawnfest/graphql_smart_cell" target="_blank" rel="nofollow noopener">https://github.com/spawnfest/graphql_smart_cell</a> – GraphQL Smart Cell for Elixir Livebook</li>
<li>
<a href="https://twitter.com/mcrumm/status/1581350976354627584" target="_blank" rel="nofollow noopener">https://twitter.com/mcrumm/status/1581350976354627584</a> – Michael Crumm explains they intend to further develop the project.</li>
<li>
<a href="https://twitter.com/alan_zimm/status/1583012582847262720" target="_blank" rel="nofollow noopener">https://twitter.com/alan_zimm/status/1583012582847262720</a> – WhatsApp team released a new Tree Sitter Erlang Github project</li>
<li>
<a href="https://github.com/WhatsApp/tree-sitter-erlang" target="_blank" rel="nofollow noopener">https://github.com/WhatsApp/tree-sitter-erlang</a> – The Erlang Tree Sitter project</li>
<li>
<a href="https://twitter.com/katafrakt_pl/status/1582808419157041152" target="_blank" rel="nofollow noopener">https://twitter.com/katafrakt_pl/status/1582808419157041152</a> – Try "mix hex.outdated" to see nice DX feature</li>
<li>
<a href="https://twitter.com/bernheisel/status/1583252469550678016" target="_blank" rel="nofollow noopener">https://twitter.com/bernheisel/status/1583252469550678016</a> – LiveViewJS as in LiveView API but all in JavaScript?</li>
<li>
<a href="https://www.youtube.com/watch?v=7khBftbpHLs" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=7khBftbpHLs</a> – Strangeloop presentation on LiveViewJS</li>
<li>
<a href="https://github.com/floodfx/liveviewjs" target="_blank" rel="nofollow noopener">https://github.com/floodfx/liveviewjs</a> – LiveViewJS project</li>
<li>
<a href="https://github.com/kipcole9/image" target="_blank" rel="nofollow noopener">https://github.com/kipcole9/image</a> – Kip Cole's Image library</li>
<li>
<a href="https://twitter.com/kipcole9/status/1583632387589566464" target="_blank" rel="nofollow noopener">https://twitter.com/kipcole9/status/1583632387589566464</a> – Kip's weekend project to generate meme images for fun</li>
</ul>

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

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

<ul>
<li><a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener">https://ash-hq.org/</a></li>
<li><a href="https://github.com/ash-project/ash" target="_blank" rel="nofollow noopener">https://github.com/ash-project/ash</a></li>
<li><a href="https://github.com/ash-project" target="_blank" rel="nofollow noopener">https://github.com/ash-project</a></li>
<li>
<a href="https://podcast.thinkingelixir.com/27" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/27</a> – Previous discussion from Dec 2020</li>
<li><a href="https://alembic.com.au/" target="_blank" rel="nofollow noopener">https://alembic.com.au/</a></li>
<li><a href="https://rethinkdb.com/" target="_blank" rel="nofollow noopener">https://rethinkdb.com/</a></li>
<li><a href="https://github.com/ash-project/ash_phoenix" target="_blank" rel="nofollow noopener">https://github.com/ash-project/ash_phoenix</a></li>
<li><a href="https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html</a></li>
<li>
<a href="https://ash-hq.org/docs/module/ash/latest/ash-flow" target="_blank" rel="nofollow noopener">https://ash-hq.org/docs/module/ash/latest/ash-flow</a> – Ash.Flow docs</li>
<li>
<a href="https://twitter.com/ZachSDaniel1/status/1582139826752483329" target="_blank" rel="nofollow noopener">https://twitter.com/ZachSDaniel1/status/1582139826752483329</a> – Family showing support for the milestone</li>
<li>STAPLE Stack - Surface, Tailwind, Ash, Phoenix, LiveView, Elixir</li>
<li><a href="https://discord.com/invite/D7FNG2q%20-%20Discord%20invite" target="_blank" rel="nofollow noopener">https://discord.com/invite/D7FNG2q - Discord invite</a></li>
<li><a href="https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119" target="_blank" rel="nofollow noopener">https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119</a></li>
</ul>

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

<ul>
<li>
<a href="https://twitter.com/ZachSDaniel1" target="_blank" rel="nofollow noopener">https://twitter.com/ZachSDaniel1</a> – on Twitter</li>
<li>
<a href="https://github.com/zachdaniel/" target="_blank" rel="nofollow noopener">https://github.com/zachdaniel/</a> – on Github</li>
<li>
<a href="https://twitter.com/AshFramework" target="_blank" rel="nofollow noopener">https://twitter.com/AshFramework</a> – Ash on Twitter</li>
<li>
<a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener">https://ash-hq.org/</a> – Ash HQ</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a>
</li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a>
</li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a>
</li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a>
</li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@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>Creator of the Ash Framework, Zach Daniel, shares how he feels Ecto is such a good tool, that people haven't built a modeling layer above it and end up using Ecto directly. Ash models a resource above Ecto, making it more expressive while supporting LiveView, REST, and GraphQL interfaces on top. While cutting boilerplate, a major goal builds in escape hatches to keep from being boxed in. Ash Framework recently celebrated a 2.0 release, accompanied by the release of the Ash HQ website. A fun look into the achievements and philosophy that make the Ash Framework what it is today!</p>

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

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

<ul>
<li>
<a href="https://twitter.com/josevalim/status/1582770471728484352" target="_blank" rel="nofollow noopener">https://twitter.com/josevalim/status/1582770471728484352</a> – ExDoc v0.29 is out with a new Cheatsheet feature</li>
<li>
<a href="https://devhints.io" target="_blank" rel="nofollow noopener">https://devhints.io</a> – DevHints was a source of inspiration for Cheatsheets</li>
<li>
<a href="https://www.youtube.com/watch?v=MTE7dLhkQ8Q" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=MTE7dLhkQ8Q</a> – Phoenix LiveView Storybook video published. Demo of v0.4.5</li>
<li>
<a href="https://podcast.thinkingelixir.com/117" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/117</a> – Previous interview about Phoenix LiveView Storybook</li>
<li>
<a href="https://github.com/spawnfest/graphql_smart_cell" target="_blank" rel="nofollow noopener">https://github.com/spawnfest/graphql_smart_cell</a> – GraphQL Smart Cell for Elixir Livebook</li>
<li>
<a href="https://twitter.com/mcrumm/status/1581350976354627584" target="_blank" rel="nofollow noopener">https://twitter.com/mcrumm/status/1581350976354627584</a> – Michael Crumm explains they intend to further develop the project.</li>
<li>
<a href="https://twitter.com/alan_zimm/status/1583012582847262720" target="_blank" rel="nofollow noopener">https://twitter.com/alan_zimm/status/1583012582847262720</a> – WhatsApp team released a new Tree Sitter Erlang Github project</li>
<li>
<a href="https://github.com/WhatsApp/tree-sitter-erlang" target="_blank" rel="nofollow noopener">https://github.com/WhatsApp/tree-sitter-erlang</a> – The Erlang Tree Sitter project</li>
<li>
<a href="https://twitter.com/katafrakt_pl/status/1582808419157041152" target="_blank" rel="nofollow noopener">https://twitter.com/katafrakt_pl/status/1582808419157041152</a> – Try "mix hex.outdated" to see nice DX feature</li>
<li>
<a href="https://twitter.com/bernheisel/status/1583252469550678016" target="_blank" rel="nofollow noopener">https://twitter.com/bernheisel/status/1583252469550678016</a> – LiveViewJS as in LiveView API but all in JavaScript?</li>
<li>
<a href="https://www.youtube.com/watch?v=7khBftbpHLs" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=7khBftbpHLs</a> – Strangeloop presentation on LiveViewJS</li>
<li>
<a href="https://github.com/floodfx/liveviewjs" target="_blank" rel="nofollow noopener">https://github.com/floodfx/liveviewjs</a> – LiveViewJS project</li>
<li>
<a href="https://github.com/kipcole9/image" target="_blank" rel="nofollow noopener">https://github.com/kipcole9/image</a> – Kip Cole's Image library</li>
<li>
<a href="https://twitter.com/kipcole9/status/1583632387589566464" target="_blank" rel="nofollow noopener">https://twitter.com/kipcole9/status/1583632387589566464</a> – Kip's weekend project to generate meme images for fun</li>
</ul>

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

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

<ul>
<li><a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener">https://ash-hq.org/</a></li>
<li><a href="https://github.com/ash-project/ash" target="_blank" rel="nofollow noopener">https://github.com/ash-project/ash</a></li>
<li><a href="https://github.com/ash-project" target="_blank" rel="nofollow noopener">https://github.com/ash-project</a></li>
<li>
<a href="https://podcast.thinkingelixir.com/27" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/27</a> – Previous discussion from Dec 2020</li>
<li><a href="https://alembic.com.au/" target="_blank" rel="nofollow noopener">https://alembic.com.au/</a></li>
<li><a href="https://rethinkdb.com/" target="_blank" rel="nofollow noopener">https://rethinkdb.com/</a></li>
<li><a href="https://github.com/ash-project/ash_phoenix" target="_blank" rel="nofollow noopener">https://github.com/ash-project/ash_phoenix</a></li>
<li><a href="https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html" target="_blank" rel="nofollow noopener">https://hexdocs.pm/ash_phoenix/AshPhoenix.Form.html</a></li>
<li>
<a href="https://ash-hq.org/docs/module/ash/latest/ash-flow" target="_blank" rel="nofollow noopener">https://ash-hq.org/docs/module/ash/latest/ash-flow</a> – Ash.Flow docs</li>
<li>
<a href="https://twitter.com/ZachSDaniel1/status/1582139826752483329" target="_blank" rel="nofollow noopener">https://twitter.com/ZachSDaniel1/status/1582139826752483329</a> – Family showing support for the milestone</li>
<li>STAPLE Stack - Surface, Tailwind, Ash, Phoenix, LiveView, Elixir</li>
<li><a href="https://discord.com/invite/D7FNG2q%20-%20Discord%20invite" target="_blank" rel="nofollow noopener">https://discord.com/invite/D7FNG2q - Discord invite</a></li>
<li><a href="https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119" target="_blank" rel="nofollow noopener">https://elixirforum.com/t/ash-framework-a-declarative-resource-oriented-application-development-framework-for-elixir/51119</a></li>
</ul>

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

<ul>
<li>
<a href="https://twitter.com/ZachSDaniel1" target="_blank" rel="nofollow noopener">https://twitter.com/ZachSDaniel1</a> – on Twitter</li>
<li>
<a href="https://github.com/zachdaniel/" target="_blank" rel="nofollow noopener">https://github.com/zachdaniel/</a> – on Github</li>
<li>
<a href="https://twitter.com/AshFramework" target="_blank" rel="nofollow noopener">https://twitter.com/AshFramework</a> – Ash on Twitter</li>
<li>
<a href="https://ash-hq.org/" target="_blank" rel="nofollow noopener">https://ash-hq.org/</a> – Ash HQ</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a>
</li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a>
</li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a>
</li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a>
</li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@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>
<item>
  <title>89: Reducing the Friction in Your Flow</title>
  <link>https://podcast.thinkingelixir.com/89</link>
  <guid isPermaLink="false">3750a46e-9693-4243-8962-2a291f11242f</guid>
  <pubDate>Tue, 08 Mar 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/3750a46e-9693-4243-8962-2a291f11242f.mp3" length="35530752" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>We talk about the business value and personal happiness received when reducing the friction in our applications. It starts with the application design and LiveView plays a big role!</itunes:subtitle>
  <itunes:duration>49:03</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>&lt;p&gt;We talk about how designing applications with lower friction points is a valuable goal. LiveView plays a powerful role in that mission. Mark pitches why he thinks it's time to take another look at LiveView if you haven't lately. We talk over some of the business benefits, efficiencies gained and we address some common reasons given for "why it can't work." We also cover some remaining areas of improvement for LiveView. Then we talk about how moving your servers closer to users removes additional friction both for deployment and application design. Mark shares how the fly_postgres library works and how it enables people to build "normal" Phoenix applications using Postgres read-replicas across multiple regions. A fun discussion!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/89" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/89&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Elixir Community News&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://erlef.org/blog/eef/election-2022" target="_blank" rel="nofollow noopener"&gt;https://erlef.org/blog/eef/election-2022&lt;/a&gt; – Erlang Ecosystem Foundation is holding elections soon. You can get involved!&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gleam.run/news/gleam-v0.20-released/" target="_blank" rel="nofollow noopener"&gt;https://gleam.run/news/gleam-v0.20-released/&lt;/a&gt; – Gleam 0.20 released&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/louispilfold/status/1496108145185337344" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/louispilfold/status/1496108145185337344&lt;/a&gt; – Gleam source code is recognized as a language on GitHub and gets syntax highlighting&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/louispilfold/status/1497320401461993473" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/louispilfold/status/1497320401461993473&lt;/a&gt; – Work has begun on a Gleam Language Server&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/DockYard/flame_on" target="_blank" rel="nofollow noopener"&gt;https://github.com/DockYard/flame_on&lt;/a&gt; – New performance analyzing library released by Dockyard called "flame_on"&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on&lt;/a&gt; – Post explains more about the flame_on library&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Do you have some Elixir news to share? Tell us at &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt; or email at &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discussion Resources&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=IqnZnFpxLjI" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=IqnZnFpxLjI&lt;/a&gt; – Mark's 2021 Elixir Conf talk&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/readme/featured/server-side-languages-for-front-end" target="_blank" rel="nofollow noopener"&gt;https://github.com/readme/featured/server-side-languages-for-front-end&lt;/a&gt; – GitHub article "Move over JavaScript - Back-end languages are coming to the front-end"&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://utils.zest.dev/gendiff" target="_blank" rel="nofollow noopener"&gt;https://utils.zest.dev/gendiff&lt;/a&gt; – David's Phoenix version diffing tool&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/superfly/fly_rpc_elixir" target="_blank" rel="nofollow noopener"&gt;https://github.com/superfly/fly_rpc_elixir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/superfly/fly_postgres_elixir" target="_blank" rel="nofollow noopener"&gt;https://github.com/superfly/fly_postgres_elixir&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fly.io/docs/getting-started/elixir/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/docs/getting-started/elixir/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://fly.io/docs/reference/regions/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/docs/reference/regions/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/20" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/20&lt;/a&gt; – Caleb Porzio interview&lt;/li&gt;
&lt;li&gt;&lt;a href="https://plausible.io/" target="_blank" rel="nofollow noopener"&gt;https://plausible.io/&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Find us online&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Message the show - &lt;a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener"&gt;@ThinkingElixir&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Email the show - &lt;a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener"&gt;show@thinkingelixir.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Mark Ericksen - &lt;a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener"&gt;@brainlid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;David Bernheisel - &lt;a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener"&gt;@bernheisel&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Cade Ward - &lt;a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener"&gt;@cadebward&lt;/a&gt; &lt;/li&gt;
&lt;/ul&gt;
</description>
  <itunes:keywords>elixir, friction, api, application design, clustering, distributed computing, postgres, read replicas</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We talk about how designing applications with lower friction points is a valuable goal. LiveView plays a powerful role in that mission. Mark pitches why he thinks it's time to take another look at LiveView if you haven't lately. We talk over some of the business benefits, efficiencies gained and we address some common reasons given for "why it can't work." We also cover some remaining areas of improvement for LiveView. Then we talk about how moving your servers closer to users removes additional friction both for deployment and application design. Mark shares how the fly_postgres library works and how it enables people to build "normal" Phoenix applications using Postgres read-replicas across multiple regions. A fun discussion!</p>

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

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

<ul>
<li>
<a href="https://erlef.org/blog/eef/election-2022" target="_blank" rel="nofollow noopener">https://erlef.org/blog/eef/election-2022</a> – Erlang Ecosystem Foundation is holding elections soon. You can get involved!</li>
<li>
<a href="https://gleam.run/news/gleam-v0.20-released/" target="_blank" rel="nofollow noopener">https://gleam.run/news/gleam-v0.20-released/</a> – Gleam 0.20 released</li>
<li>
<a href="https://twitter.com/louispilfold/status/1496108145185337344" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1496108145185337344</a> – Gleam source code is recognized as a language on GitHub and gets syntax highlighting</li>
<li>
<a href="https://twitter.com/louispilfold/status/1497320401461993473" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1497320401461993473</a> – Work has begun on a Gleam Language Server</li>
<li>
<a href="https://github.com/DockYard/flame_on" target="_blank" rel="nofollow noopener">https://github.com/DockYard/flame_on</a> – New performance analyzing library released by Dockyard called "flame_on"</li>
<li>
<a href="https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on" target="_blank" rel="nofollow noopener">https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on</a> – Post explains more about the flame_on library</li>
</ul>

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

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

<ul>
<li>
<a href="https://www.youtube.com/watch?v=IqnZnFpxLjI" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=IqnZnFpxLjI</a> – Mark's 2021 Elixir Conf talk</li>
<li>
<a href="https://github.com/readme/featured/server-side-languages-for-front-end" target="_blank" rel="nofollow noopener">https://github.com/readme/featured/server-side-languages-for-front-end</a> – GitHub article "Move over JavaScript - Back-end languages are coming to the front-end"</li>
<li>
<a href="https://utils.zest.dev/gendiff" target="_blank" rel="nofollow noopener">https://utils.zest.dev/gendiff</a> – David's Phoenix version diffing tool</li>
<li><a href="https://github.com/superfly/fly_rpc_elixir" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly_rpc_elixir</a></li>
<li><a href="https://github.com/superfly/fly_postgres_elixir" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly_postgres_elixir</a></li>
<li><a href="https://fly.io/docs/getting-started/elixir/" target="_blank" rel="nofollow noopener">https://fly.io/docs/getting-started/elixir/</a></li>
<li><a href="https://fly.io/docs/reference/regions/" target="_blank" rel="nofollow noopener">https://fly.io/docs/reference/regions/</a></li>
<li>
<a href="https://podcast.thinkingelixir.com/20" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/20</a> – Caleb Porzio interview</li>
<li><a href="https://plausible.io/" target="_blank" rel="nofollow noopener">https://plausible.io/</a></li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a>
</li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a>
</li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a>
</li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a>
</li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@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>We talk about how designing applications with lower friction points is a valuable goal. LiveView plays a powerful role in that mission. Mark pitches why he thinks it's time to take another look at LiveView if you haven't lately. We talk over some of the business benefits, efficiencies gained and we address some common reasons given for "why it can't work." We also cover some remaining areas of improvement for LiveView. Then we talk about how moving your servers closer to users removes additional friction both for deployment and application design. Mark shares how the fly_postgres library works and how it enables people to build "normal" Phoenix applications using Postgres read-replicas across multiple regions. A fun discussion!</p>

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

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

<ul>
<li>
<a href="https://erlef.org/blog/eef/election-2022" target="_blank" rel="nofollow noopener">https://erlef.org/blog/eef/election-2022</a> – Erlang Ecosystem Foundation is holding elections soon. You can get involved!</li>
<li>
<a href="https://gleam.run/news/gleam-v0.20-released/" target="_blank" rel="nofollow noopener">https://gleam.run/news/gleam-v0.20-released/</a> – Gleam 0.20 released</li>
<li>
<a href="https://twitter.com/louispilfold/status/1496108145185337344" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1496108145185337344</a> – Gleam source code is recognized as a language on GitHub and gets syntax highlighting</li>
<li>
<a href="https://twitter.com/louispilfold/status/1497320401461993473" target="_blank" rel="nofollow noopener">https://twitter.com/louispilfold/status/1497320401461993473</a> – Work has begun on a Gleam Language Server</li>
<li>
<a href="https://github.com/DockYard/flame_on" target="_blank" rel="nofollow noopener">https://github.com/DockYard/flame_on</a> – New performance analyzing library released by Dockyard called "flame_on"</li>
<li>
<a href="https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on" target="_blank" rel="nofollow noopener">https://dockyard.com/blog/2022/02/22/profiling-elixir-applications-with-flame-graphs-and-flame-on</a> – Post explains more about the flame_on library</li>
</ul>

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

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

<ul>
<li>
<a href="https://www.youtube.com/watch?v=IqnZnFpxLjI" target="_blank" rel="nofollow noopener">https://www.youtube.com/watch?v=IqnZnFpxLjI</a> – Mark's 2021 Elixir Conf talk</li>
<li>
<a href="https://github.com/readme/featured/server-side-languages-for-front-end" target="_blank" rel="nofollow noopener">https://github.com/readme/featured/server-side-languages-for-front-end</a> – GitHub article "Move over JavaScript - Back-end languages are coming to the front-end"</li>
<li>
<a href="https://utils.zest.dev/gendiff" target="_blank" rel="nofollow noopener">https://utils.zest.dev/gendiff</a> – David's Phoenix version diffing tool</li>
<li><a href="https://github.com/superfly/fly_rpc_elixir" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly_rpc_elixir</a></li>
<li><a href="https://github.com/superfly/fly_postgres_elixir" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly_postgres_elixir</a></li>
<li><a href="https://fly.io/docs/getting-started/elixir/" target="_blank" rel="nofollow noopener">https://fly.io/docs/getting-started/elixir/</a></li>
<li><a href="https://fly.io/docs/reference/regions/" target="_blank" rel="nofollow noopener">https://fly.io/docs/reference/regions/</a></li>
<li>
<a href="https://podcast.thinkingelixir.com/20" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/20</a> – Caleb Porzio interview</li>
<li><a href="https://plausible.io/" target="_blank" rel="nofollow noopener">https://plausible.io/</a></li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" target="_blank" rel="nofollow noopener">@ThinkingElixir</a>
</li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" target="_blank" rel="nofollow noopener">show@thinkingelixir.com</a>
</li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" target="_blank" rel="nofollow noopener">@brainlid</a>
</li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" target="_blank" rel="nofollow noopener">@bernheisel</a>
</li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" target="_blank" rel="nofollow noopener">@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>
