<?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>web02.fireside.fm</fireside:hostname>
    <fireside:genDate>Sat, 30 May 2026 08:49:47 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Pr”</title>
    <link>https://podcast.thinkingelixir.com/tags/pr</link>
    <pubDate>Tue, 09 Aug 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>111: Deploying a PR for Review</title>
  <link>https://podcast.thinkingelixir.com/111</link>
  <guid isPermaLink="false">72508674-b443-4d28-ad17-bb3b05ddc6c4</guid>
  <pubDate>Tue, 09 Aug 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/72508674-b443-4d28-ad17-bb3b05ddc6c4.mp3" length="29790208" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Deploying a PR to a temporary server sounds like a great way to iterate faster! Jason Axelson shares how he did that on Render.com. We cover benefits to the team, workflow, testing, doing it on Fly.io and more!</itunes:subtitle>
  <itunes:duration>40:57</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;Ever wanted to deploy a PR to a temporary server for show-and-tell, QA testing, or to get feedback on it? Jason Axelson joins us to share how he did that on Render.com. We explore how it can be done on other platforms like Fly.io as well. We talk about how this ability benefits teams and companies. We dig into how setting up a seeded DB for the code isolates data changes but also makes it easier for people to test the code with multiple data scenarios. Turns out doing this may be easier than I thought!&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/111" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/111&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://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0&lt;/a&gt; – Elixir 1.14.0-rc.0 was tagged. This begins the sequence of Release Candidates leading up to the final 1.14 release.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md&lt;/a&gt; – Elixir 1.14.0-rc.0 Changelog&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/michalmuskala/status/1554455230846119937" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/michalmuskala/status/1554455230846119937&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/WhatsApp/eqwalizer" target="_blank" rel="nofollow noopener"&gt;https://github.com/WhatsApp/eqwalizer&lt;/a&gt; – WhatsApp's newly open sourced type-checker for Erlang&lt;/li&gt;
&lt;li&gt;&lt;a href="https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/" target="_blank" rel="nofollow noopener"&gt;https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/&lt;/a&gt; – Outlines which languages are approved for use in Facebook/Meta.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/polvalente/status/1552176607045029889" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/polvalente/status/1552176607045029889&lt;/a&gt; – Elixir gRPC project released v0.5.0. Includes all commits since v0.5.0-beta.1 in mid 2020.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers" target="_blank" rel="nofollow noopener"&gt;https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers&lt;/a&gt; – Update on the DockYard Academy - a 90-day, online Elixir bootcamp&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/DockYard-Academy/beta_curriculum" target="_blank" rel="nofollow noopener"&gt;https://github.com/DockYard-Academy/beta_curriculum&lt;/a&gt; – DockYard Academy's beta curriculum&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320" target="_blank" rel="nofollow noopener"&gt;https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320&lt;/a&gt; – IntelliJ Elixir v13.2.0&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/superfly/litefs" target="_blank" rel="nofollow noopener"&gt;https://github.com/superfly/litefs&lt;/a&gt; – LiteFS is a FUSE-based file system for replicating SQLite databases across a cluster of machines&lt;/li&gt;
&lt;li&gt;&lt;a href="https://podcast.thinkingelixir.com/101" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/101&lt;/a&gt; – Our interview with Ben Johnson about SQLite and Litestream&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://felt.com/" target="_blank" rel="nofollow noopener"&gt;https://felt.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://felt.com/careers" target="_blank" rel="nofollow noopener"&gt;https://felt.com/careers&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixirforum.com/" target="_blank" rel="nofollow noopener"&gt;https://elixirforum.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/elixir-lsp/elixir-ls" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-lsp/elixir-ls&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/boydm/scenic" target="_blank" rel="nofollow noopener"&gt;https://github.com/boydm/scenic&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/bostonvaulter/status/1531757674236243968" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/bostonvaulter/status/1531757674236243968&lt;/a&gt; – Button to deploy a PR branch for easy review.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://render.com/docs/preview-environments#automatic-expiration" target="_blank" rel="nofollow noopener"&gt;https://render.com/docs/preview-environments#automatic-expiration&lt;/a&gt; – Render documentation about Preview Environment and Automatic Expiration&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/superfly/fly-pr-review-apps" target="_blank" rel="nofollow noopener"&gt;https://github.com/superfly/fly-pr-review-apps&lt;/a&gt; – Ability to do PR reviews on Fly.io using Github Actions&lt;/li&gt;
&lt;li&gt;&lt;a href="https://render.com/docs/infrastructure-as-code" target="_blank" rel="nofollow noopener"&gt;https://render.com/docs/infrastructure-as-code&lt;/a&gt; – Render docs for Infrastructure as Code (IaC)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://render.com/docs/preview-environments" target="_blank" rel="nofollow noopener"&gt;https://render.com/docs/preview-environments&lt;/a&gt; – Render docs for Preview Environments&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/bostonvaulter" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/bostonvaulter&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/axelson/" target="_blank" rel="nofollow noopener"&gt;https://github.com/axelson/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;&lt;a href="https://jasonaxelson.com/" target="_blank" rel="nofollow noopener"&gt;https://jasonaxelson.com/&lt;/a&gt; – Blog&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, deploy, pr, review, iterate, render, fly</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Ever wanted to deploy a PR to a temporary server for show-and-tell, QA testing, or to get feedback on it? Jason Axelson joins us to share how he did that on Render.com. We explore how it can be done on other platforms like Fly.io as well. We talk about how this ability benefits teams and companies. We dig into how setting up a seeded DB for the code isolates data changes but also makes it easier for people to test the code with multiple data scenarios. Turns out doing this may be easier than I thought!</p>

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

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

<ul>
<li><a href="https://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0</a> – Elixir 1.14.0-rc.0 was tagged. This begins the sequence of Release Candidates leading up to the final 1.14 release.</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md</a> – Elixir 1.14.0-rc.0 Changelog</li>
<li><a href="https://twitter.com/michalmuskala/status/1554455230846119937" target="_blank" rel="nofollow noopener">https://twitter.com/michalmuskala/status/1554455230846119937</a></li>
<li><a href="https://github.com/WhatsApp/eqwalizer" target="_blank" rel="nofollow noopener">https://github.com/WhatsApp/eqwalizer</a> – WhatsApp's newly open sourced type-checker for Erlang</li>
<li><a href="https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/" target="_blank" rel="nofollow noopener">https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/</a> – Outlines which languages are approved for use in Facebook/Meta.</li>
<li><a href="https://twitter.com/polvalente/status/1552176607045029889" target="_blank" rel="nofollow noopener">https://twitter.com/polvalente/status/1552176607045029889</a> – Elixir gRPC project released v0.5.0. Includes all commits since v0.5.0-beta.1 in mid 2020.</li>
<li><a href="https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0" target="_blank" rel="nofollow noopener">https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0</a></li>
<li><a href="https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers" target="_blank" rel="nofollow noopener">https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers</a> – Update on the DockYard Academy - a 90-day, online Elixir bootcamp</li>
<li><a href="https://github.com/DockYard-Academy/beta_curriculum" target="_blank" rel="nofollow noopener">https://github.com/DockYard-Academy/beta_curriculum</a> – DockYard Academy's beta curriculum</li>
<li><a href="https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320" target="_blank" rel="nofollow noopener">https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320</a> – IntelliJ Elixir v13.2.0</li>
<li><a href="https://github.com/superfly/litefs" target="_blank" rel="nofollow noopener">https://github.com/superfly/litefs</a> – LiteFS is a FUSE-based file system for replicating SQLite databases across a cluster of machines</li>
<li><a href="https://podcast.thinkingelixir.com/101" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/101</a> – Our interview with Ben Johnson about SQLite and Litestream</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://felt.com/" target="_blank" rel="nofollow noopener">https://felt.com/</a></li>
<li><a href="https://felt.com/careers" target="_blank" rel="nofollow noopener">https://felt.com/careers</a></li>
<li><a href="https://elixirforum.com/" target="_blank" rel="nofollow noopener">https://elixirforum.com/</a></li>
<li><a href="https://github.com/elixir-lsp/elixir-ls" target="_blank" rel="nofollow noopener">https://github.com/elixir-lsp/elixir-ls</a></li>
<li><a href="https://github.com/boydm/scenic" target="_blank" rel="nofollow noopener">https://github.com/boydm/scenic</a></li>
<li><a href="https://twitter.com/bostonvaulter/status/1531757674236243968" target="_blank" rel="nofollow noopener">https://twitter.com/bostonvaulter/status/1531757674236243968</a> – Button to deploy a PR branch for easy review.</li>
<li><a href="https://render.com/docs/preview-environments#automatic-expiration" target="_blank" rel="nofollow noopener">https://render.com/docs/preview-environments#automatic-expiration</a> – Render documentation about Preview Environment and Automatic Expiration</li>
<li><a href="https://github.com/superfly/fly-pr-review-apps" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly-pr-review-apps</a> – Ability to do PR reviews on Fly.io using Github Actions</li>
<li><a href="https://render.com/docs/infrastructure-as-code" target="_blank" rel="nofollow noopener">https://render.com/docs/infrastructure-as-code</a> – Render docs for Infrastructure as Code (IaC)</li>
<li><a href="https://render.com/docs/preview-environments" target="_blank" rel="nofollow noopener">https://render.com/docs/preview-environments</a> – Render docs for Preview Environments</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/bostonvaulter" target="_blank" rel="nofollow noopener">https://twitter.com/bostonvaulter</a> – on Twitter</li>
<li><a href="https://github.com/axelson/" target="_blank" rel="nofollow noopener">https://github.com/axelson/</a> – on Github</li>
<li><a href="https://jasonaxelson.com/" target="_blank" rel="nofollow noopener">https://jasonaxelson.com/</a> – Blog</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>Ever wanted to deploy a PR to a temporary server for show-and-tell, QA testing, or to get feedback on it? Jason Axelson joins us to share how he did that on Render.com. We explore how it can be done on other platforms like Fly.io as well. We talk about how this ability benefits teams and companies. We dig into how setting up a seeded DB for the code isolates data changes but also makes it easier for people to test the code with multiple data scenarios. Turns out doing this may be easier than I thought!</p>

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

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

<ul>
<li><a href="https://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/tree/v1.14.0-rc.0</a> – Elixir 1.14.0-rc.0 was tagged. This begins the sequence of Release Candidates leading up to the final 1.14 release.</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md" target="_blank" rel="nofollow noopener">https://github.com/elixir-lang/elixir/blob/v1.14.0-rc.0/CHANGELOG.md</a> – Elixir 1.14.0-rc.0 Changelog</li>
<li><a href="https://twitter.com/michalmuskala/status/1554455230846119937" target="_blank" rel="nofollow noopener">https://twitter.com/michalmuskala/status/1554455230846119937</a></li>
<li><a href="https://github.com/WhatsApp/eqwalizer" target="_blank" rel="nofollow noopener">https://github.com/WhatsApp/eqwalizer</a> – WhatsApp's newly open sourced type-checker for Erlang</li>
<li><a href="https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/" target="_blank" rel="nofollow noopener">https://engineering.fb.com/2022/07/27/developer-tools/programming-languages-endorsed-for-server-side-use-at-meta/</a> – Outlines which languages are approved for use in Facebook/Meta.</li>
<li><a href="https://twitter.com/polvalente/status/1552176607045029889" target="_blank" rel="nofollow noopener">https://twitter.com/polvalente/status/1552176607045029889</a> – Elixir gRPC project released v0.5.0. Includes all commits since v0.5.0-beta.1 in mid 2020.</li>
<li><a href="https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0" target="_blank" rel="nofollow noopener">https://github.com/elixir-grpc/grpc/releases/tag/v0.5.0</a></li>
<li><a href="https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers" target="_blank" rel="nofollow noopener">https://dockyard.com/blog/2022/07/26/what-to-expect-from-the-dockyard-academy-q-a-with-instructor-brooklin-myers</a> – Update on the DockYard Academy - a 90-day, online Elixir bootcamp</li>
<li><a href="https://github.com/DockYard-Academy/beta_curriculum" target="_blank" rel="nofollow noopener">https://github.com/DockYard-Academy/beta_curriculum</a> – DockYard Academy's beta curriculum</li>
<li><a href="https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320" target="_blank" rel="nofollow noopener">https://elixirstatus.com/p/GpNe2-intellij-elixir-v1320</a> – IntelliJ Elixir v13.2.0</li>
<li><a href="https://github.com/superfly/litefs" target="_blank" rel="nofollow noopener">https://github.com/superfly/litefs</a> – LiteFS is a FUSE-based file system for replicating SQLite databases across a cluster of machines</li>
<li><a href="https://podcast.thinkingelixir.com/101" target="_blank" rel="nofollow noopener">https://podcast.thinkingelixir.com/101</a> – Our interview with Ben Johnson about SQLite and Litestream</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://felt.com/" target="_blank" rel="nofollow noopener">https://felt.com/</a></li>
<li><a href="https://felt.com/careers" target="_blank" rel="nofollow noopener">https://felt.com/careers</a></li>
<li><a href="https://elixirforum.com/" target="_blank" rel="nofollow noopener">https://elixirforum.com/</a></li>
<li><a href="https://github.com/elixir-lsp/elixir-ls" target="_blank" rel="nofollow noopener">https://github.com/elixir-lsp/elixir-ls</a></li>
<li><a href="https://github.com/boydm/scenic" target="_blank" rel="nofollow noopener">https://github.com/boydm/scenic</a></li>
<li><a href="https://twitter.com/bostonvaulter/status/1531757674236243968" target="_blank" rel="nofollow noopener">https://twitter.com/bostonvaulter/status/1531757674236243968</a> – Button to deploy a PR branch for easy review.</li>
<li><a href="https://render.com/docs/preview-environments#automatic-expiration" target="_blank" rel="nofollow noopener">https://render.com/docs/preview-environments#automatic-expiration</a> – Render documentation about Preview Environment and Automatic Expiration</li>
<li><a href="https://github.com/superfly/fly-pr-review-apps" target="_blank" rel="nofollow noopener">https://github.com/superfly/fly-pr-review-apps</a> – Ability to do PR reviews on Fly.io using Github Actions</li>
<li><a href="https://render.com/docs/infrastructure-as-code" target="_blank" rel="nofollow noopener">https://render.com/docs/infrastructure-as-code</a> – Render docs for Infrastructure as Code (IaC)</li>
<li><a href="https://render.com/docs/preview-environments" target="_blank" rel="nofollow noopener">https://render.com/docs/preview-environments</a> – Render docs for Preview Environments</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/bostonvaulter" target="_blank" rel="nofollow noopener">https://twitter.com/bostonvaulter</a> – on Twitter</li>
<li><a href="https://github.com/axelson/" target="_blank" rel="nofollow noopener">https://github.com/axelson/</a> – on Github</li>
<li><a href="https://jasonaxelson.com/" target="_blank" rel="nofollow noopener">https://jasonaxelson.com/</a> – Blog</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>
