<?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>Tue, 28 Apr 2026 06:09:10 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Growing”</title>
    <link>https://podcast.thinkingelixir.com/tags/growing</link>
    <pubDate>Tue, 19 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>194: Operational Elixir: Knowing When to Grow Up</title>
  <link>https://podcast.thinkingelixir.com/194</link>
  <guid isPermaLink="false">b2f70a2b-6253-41ec-b502-bbce3946dc2d</guid>
  <pubDate>Tue, 19 Mar 2024 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/b2f70a2b-6253-41ec-b502-bbce3946dc2d.mp3" length="38305792" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>In our series finale, Zach Daniel talks the operational side of Elixir, from startup agility to midsize company structure. Discover key insights on scaling your app's support systems, mistakes made, mastering deployments, and more!</itunes:subtitle>
  <itunes:duration>52:46</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 the final installment of our series, we sit down with the creator of the Ash framework, Zach Daniel, to move beyond his expertise in Ash and explore his experiences with the other systems we use to support our Elixir applications. Zach shares his journey from the dynamic environment of startups to the structured world of midsize companies, giving us a glimpse into the strategic timing for scaling monitoring and data collection tools. He emphasizes the value of fostering a blame-free culture and sheds light on his hands-on encounters with deployments, Kubernetes, and more!
Show Notes online - http://podcast.thinkingelixir.com/194 (http://podcast.thinkingelixir.com/194)
Elixir Community News
- https://github.com/erlang/otp/pull/8111 (https://github.com/erlang/otp/pull/8111?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – The json module was merged into Erlang OTP, adding it to the standard library and is expected to be included in OTP 27 RC 2.
- https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10 (https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Release notes for Elixir v1.16.2, detailing bug fixes and minor additions.
- https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/ (https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – A new case study on scaling a streaming service for hundreds of thousands of concurrent viewers using Elixir at Veeps.
- https://github.com/elixir-unicode/unicode_string (https://github.com/elixir-unicode/unicode_string?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Kip Cole's Unicode String library release 1.4.0 includes dictionary-based word breaking for several Asian languages.
- https://github.com/jonatanklosko/mixinstallwatcher/ (https://github.com/jonatanklosko/mix_install_watcher/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Jonatan Kłosko's project, mixinstallwatcher, assists with automatic recompilation of path dependencies in Livebook notebooks.
- https://twitter.com/germsvel/status/1767499526309347739 (https://twitter.com/germsvel/status/1767499526309347739?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – German Velasco shares a video example of an anti-pattern in Elixir documentation related to complex extraction in clauses.
- https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses (https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Detailed documentation regarding code anti-patterns in Elixir, specifically "complex extractions in clauses."
- https://github.com/abdelaz3r/sparkline_svg (https://github.com/abdelaz3r/sparkline_svg?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – SparklineSVG v0.4 released, providing a simple, zero-dependency Elixir library for generating SVG sparkline charts.
- https://hexdocs.pm/sparkline_svg/changelog.html (https://hexdocs.pm/sparkline_svg/changelog.html?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Changelog for SparklineSVG library showcasing recent updates and features.
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://ash-hq.org/ (https://ash-hq.org/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://alembic.com.au/ (https://alembic.com.au/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://podcast.thinkingelixir.com/27 (https://podcast.thinkingelixir.com/27?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Previous interview with Zach about Ash
- https://podcast.thinkingelixir.com/123 (https://podcast.thinkingelixir.com/123?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Previous interview with Zach about Ash
- https://github.com/spandex-project/spandex (https://github.com/spandex-project/spandex?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://opentelemetry.io/ (https://opentelemetry.io/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.appsignal.com/ (https://www.appsignal.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.datadoghq.com/ (https://www.datadoghq.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://zipkin.io/ (https://zipkin.io/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://posthog.com/ (https://posthog.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://segment.com/ (https://segment.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://github.com/cabol/nebulex (https://github.com/cabol/nebulex?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://mode.com/ (https://mode.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://www.tableau.com/ (https://www.tableau.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- https://postmarkapp.com/ (https://postmarkapp.com/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes)
- Async is the NOT answer you think it is.
- Declarative programming is so important and beneficial. It's worth learning more about it.
Guest Information
- https://twitter.com/ZachSDaniel1 (https://twitter.com/ZachSDaniel1?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Zach on Twitter
- https://twitter.com/AshFramework (https://twitter.com/AshFramework?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Ash Framework on Twitter
- https://github.com/zachdaniel/ (https://github.com/zachdaniel/?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – on Github
- https://genserver.social/zachdaniel (https://genserver.social/zachdaniel?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – on Fediverse
- https://zachdaniel.dev/about (https://zachdaniel.dev/about?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Blog
- https://ash-hq.org (https://ash-hq.org?utm_source=thinkingelixir&amp;amp;utm_medium=shownotes) – Ash Framework site
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, growing, operations, monitoring, Kubernetes</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>In the final installment of our series, we sit down with the creator of the Ash framework, Zach Daniel, to move beyond his expertise in Ash and explore his experiences with the other systems we use to support our Elixir applications. Zach shares his journey from the dynamic environment of startups to the structured world of midsize companies, giving us a glimpse into the strategic timing for scaling monitoring and data collection tools. He emphasizes the value of fostering a blame-free culture and sheds light on his hands-on encounters with deployments, Kubernetes, and more!</p>

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

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

<ul>
<li><a href="https://github.com/erlang/otp/pull/8111?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/erlang/otp/pull/8111</a> – The json module was merged into Erlang OTP, adding it to the standard library and is expected to be included in OTP 27 RC 2.</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10</a> – Release notes for Elixir v1.16.2, detailing bug fixes and minor additions.</li>
<li><a href="https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/</a> – A new case study on scaling a streaming service for hundreds of thousands of concurrent viewers using Elixir at Veeps.</li>
<li><a href="https://github.com/elixir-unicode/unicode_string?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-unicode/unicode_string</a> – Kip Cole&#39;s Unicode String library release 1.4.0 includes dictionary-based word breaking for several Asian languages.</li>
<li><a href="https://github.com/jonatanklosko/mix_install_watcher/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/jonatanklosko/mix_install_watcher/</a> – Jonatan Kłosko&#39;s project, mix_install_watcher, assists with automatic recompilation of path dependencies in Livebook notebooks.</li>
<li><a href="https://twitter.com/germsvel/status/1767499526309347739?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/germsvel/status/1767499526309347739</a> – German Velasco shares a video example of an anti-pattern in Elixir documentation related to complex extraction in clauses.</li>
<li><a href="https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses</a> – Detailed documentation regarding code anti-patterns in Elixir, specifically &quot;complex extractions in clauses.&quot;</li>
<li><a href="https://github.com/abdelaz3r/sparkline_svg?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/abdelaz3r/sparkline_svg</a> – SparklineSVG v0.4 released, providing a simple, zero-dependency Elixir library for generating SVG sparkline charts.</li>
<li><a href="https://hexdocs.pm/sparkline_svg/changelog.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/sparkline_svg/changelog.html</a> – Changelog for SparklineSVG library showcasing recent updates and features.</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://ash-hq.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ash-hq.org/</a></li>
<li><a href="https://alembic.com.au/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://alembic.com.au/</a></li>
<li><a href="https://podcast.thinkingelixir.com/27?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/27</a> – Previous interview with Zach about Ash</li>
<li><a href="https://podcast.thinkingelixir.com/123?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/123</a> – Previous interview with Zach about Ash</li>
<li><a href="https://github.com/spandex-project/spandex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/spandex-project/spandex</a></li>
<li><a href="https://opentelemetry.io/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://opentelemetry.io/</a></li>
<li><a href="https://www.appsignal.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.appsignal.com/</a></li>
<li><a href="https://www.datadoghq.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.datadoghq.com/</a></li>
<li><a href="https://zipkin.io/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://zipkin.io/</a></li>
<li><a href="https://posthog.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://posthog.com/</a></li>
<li><a href="https://segment.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://segment.com/</a></li>
<li><a href="https://github.com/cabol/nebulex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/cabol/nebulex</a></li>
<li><a href="https://mode.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://mode.com/</a></li>
<li><a href="https://www.tableau.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.tableau.com/</a></li>
<li><a href="https://postmarkapp.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://postmarkapp.com/</a></li>
<li>Async is the NOT answer you think it is.</li>
<li>Declarative programming is so important and beneficial. It&#39;s worth learning more about it.</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/ZachSDaniel1?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/ZachSDaniel1</a> – Zach on Twitter</li>
<li><a href="https://twitter.com/AshFramework?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/AshFramework</a> – Ash Framework on Twitter</li>
<li><a href="https://github.com/zachdaniel/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/zachdaniel/</a> – on Github</li>
<li><a href="https://genserver.social/zachdaniel?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://genserver.social/zachdaniel</a> – on Fediverse</li>
<li><a href="https://zachdaniel.dev/about?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://zachdaniel.dev/about</a> – Blog</li>
<li><a href="https://ash-hq.org?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ash-hq.org</a> – Ash Framework site</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 the final installment of our series, we sit down with the creator of the Ash framework, Zach Daniel, to move beyond his expertise in Ash and explore his experiences with the other systems we use to support our Elixir applications. Zach shares his journey from the dynamic environment of startups to the structured world of midsize companies, giving us a glimpse into the strategic timing for scaling monitoring and data collection tools. He emphasizes the value of fostering a blame-free culture and sheds light on his hands-on encounters with deployments, Kubernetes, and more!</p>

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

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

<ul>
<li><a href="https://github.com/erlang/otp/pull/8111?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/erlang/otp/pull/8111</a> – The json module was merged into Erlang OTP, adding it to the standard library and is expected to be included in OTP 27 RC 2.</li>
<li><a href="https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-lang/elixir/blob/v1.16/CHANGELOG.md#v1162-2024-03-10</a> – Release notes for Elixir v1.16.2, detailing bug fixes and minor additions.</li>
<li><a href="https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://elixir-lang.org/blog/2024/03/05/veeps-elixir-case/</a> – A new case study on scaling a streaming service for hundreds of thousands of concurrent viewers using Elixir at Veeps.</li>
<li><a href="https://github.com/elixir-unicode/unicode_string?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/elixir-unicode/unicode_string</a> – Kip Cole&#39;s Unicode String library release 1.4.0 includes dictionary-based word breaking for several Asian languages.</li>
<li><a href="https://github.com/jonatanklosko/mix_install_watcher/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/jonatanklosko/mix_install_watcher/</a> – Jonatan Kłosko&#39;s project, mix_install_watcher, assists with automatic recompilation of path dependencies in Livebook notebooks.</li>
<li><a href="https://twitter.com/germsvel/status/1767499526309347739?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/germsvel/status/1767499526309347739</a> – German Velasco shares a video example of an anti-pattern in Elixir documentation related to complex extraction in clauses.</li>
<li><a href="https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/elixir/code-anti-patterns.html#complex-extractions-in-clauses</a> – Detailed documentation regarding code anti-patterns in Elixir, specifically &quot;complex extractions in clauses.&quot;</li>
<li><a href="https://github.com/abdelaz3r/sparkline_svg?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/abdelaz3r/sparkline_svg</a> – SparklineSVG v0.4 released, providing a simple, zero-dependency Elixir library for generating SVG sparkline charts.</li>
<li><a href="https://hexdocs.pm/sparkline_svg/changelog.html?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://hexdocs.pm/sparkline_svg/changelog.html</a> – Changelog for SparklineSVG library showcasing recent updates and features.</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://ash-hq.org/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ash-hq.org/</a></li>
<li><a href="https://alembic.com.au/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://alembic.com.au/</a></li>
<li><a href="https://podcast.thinkingelixir.com/27?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/27</a> – Previous interview with Zach about Ash</li>
<li><a href="https://podcast.thinkingelixir.com/123?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://podcast.thinkingelixir.com/123</a> – Previous interview with Zach about Ash</li>
<li><a href="https://github.com/spandex-project/spandex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/spandex-project/spandex</a></li>
<li><a href="https://opentelemetry.io/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://opentelemetry.io/</a></li>
<li><a href="https://www.appsignal.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.appsignal.com/</a></li>
<li><a href="https://www.datadoghq.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.datadoghq.com/</a></li>
<li><a href="https://zipkin.io/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://zipkin.io/</a></li>
<li><a href="https://posthog.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://posthog.com/</a></li>
<li><a href="https://segment.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://segment.com/</a></li>
<li><a href="https://github.com/cabol/nebulex?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/cabol/nebulex</a></li>
<li><a href="https://mode.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://mode.com/</a></li>
<li><a href="https://www.tableau.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://www.tableau.com/</a></li>
<li><a href="https://postmarkapp.com/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://postmarkapp.com/</a></li>
<li>Async is the NOT answer you think it is.</li>
<li>Declarative programming is so important and beneficial. It&#39;s worth learning more about it.</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/ZachSDaniel1?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/ZachSDaniel1</a> – Zach on Twitter</li>
<li><a href="https://twitter.com/AshFramework?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://twitter.com/AshFramework</a> – Ash Framework on Twitter</li>
<li><a href="https://github.com/zachdaniel/?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://github.com/zachdaniel/</a> – on Github</li>
<li><a href="https://genserver.social/zachdaniel?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://genserver.social/zachdaniel</a> – on Fediverse</li>
<li><a href="https://zachdaniel.dev/about?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://zachdaniel.dev/about</a> – Blog</li>
<li><a href="https://ash-hq.org?utm_source=thinkingelixir&utm_medium=shownotes" rel="nofollow">https://ash-hq.org</a> – Ash Framework site</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>
  </channel>
</rss>
