<?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, 12 May 2026 18:56:06 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Caching”</title>
    <link>https://podcast.thinkingelixir.com/tags/caching</link>
    <pubDate>Tue, 08 Nov 2022 04:15:00 -0700</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>124: Caching Things Anywhere with Nebulex</title>
  <link>https://podcast.thinkingelixir.com/124</link>
  <guid isPermaLink="false">13dc4061-774b-4dff-b400-374285f47f35</guid>
  <pubDate>Tue, 08 Nov 2022 04:15:00 -0700</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/13dc4061-774b-4dff-b400-374285f47f35.mp3" length="41981952" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Carlos Bolaños shares how his caching library Nebulex solves common problems in new ways. From decorating a function to cache the results to supporting multiple caching backends through adapters!</itunes:subtitle>
  <itunes:duration>57:52</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 wanted to go deeper on the caching library Nebulex, so we visited with the creator, Carlos Bolaños, to learn what prompted its creation. Nebulex takes a couple unique approaches to things. It supports a decorator pattern to indicate that a function should be cached without having to write the boilerplate code for reading and writing to the cache. Nebulex was inspired by Ecto, in that it supports multiple adapters to different backends like Redis, Cachex and even Horde! It also supports multiple caching strategies. It's an interesting project that aims to solve common caching challenges in new ways and we enjoyed learning more about it.&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/124" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/124&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://hex.pm/blog/hex-v2.0-released-with-new-version-solver" target="_blank" rel="nofollow noopener"&gt;https://hex.pm/blog/hex-v2.0-released-with-new-version-solver&lt;/a&gt; – Hex 2.0 released with a new version solver&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/emjii/status/1587116679724765184" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/emjii/status/1587116679724765184&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://nex3.medium.com/pubgrub-2fb6470504f" target="_blank" rel="nofollow noopener"&gt;https://nex3.medium.com/pubgrub-2fb6470504f&lt;/a&gt; – Based on the algorithm PubGrub used by Dart's packager at &lt;a href="https://pub.dev" target="_blank" rel="nofollow noopener"&gt;https://pub.dev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/benoitc/status/1584699685822164995" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/benoitc/status/1584699685822164995&lt;/a&gt; – erlang-certifi 2.10.0, updated SSL Certificates bundle&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim/status/1585290898497224712" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1585290898497224712&lt;/a&gt; – Broadway update has new version of the Google Cloud PubSub adapter&lt;/li&gt;
&lt;li&gt;&lt;a href="https://twitter.com/joladev/status/1585302755085717504" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/joladev/status/1585302755085717504&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixir-broadway.org/" target="_blank" rel="nofollow noopener"&gt;https://elixir-broadway.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/josevalim/status/1585733673256906752" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/josevalim/status/1585733673256906752&lt;/a&gt; – VegaLite, the graphing library used in Livebook, was updated to add support for binning, scaling, and different color schemes.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/akoutmos/status/1586566107447656449" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/akoutmos/status/1586566107447656449&lt;/a&gt; – Alex Koutmos is adding a file upload SmartCell for Livebook and shared a preview of it online.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/davydog187/status/1584967478991388674" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/davydog187/status/1584967478991388674&lt;/a&gt; – Dave Lucia got TimescaleDB working in Livebook&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/timescale" target="_blank" rel="nofollow noopener"&gt;https://github.com/timescale&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/sean_moriarity/status/1571983702413959175" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/sean_moriarity/status/1571983702413959175&lt;/a&gt; – Sean Moriarity wrote 15 Livebook guides which go deeper into some of Axon's APIs.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elixir-nx.github.io/axon/Axon.html" target="_blank" rel="nofollow noopener"&gt;https://elixir-nx.github.io/axon/Axon.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://fly.io/phoenix-files/shut-down-idle-phoenix-app/" target="_blank" rel="nofollow noopener"&gt;https://fly.io/phoenix-files/shut-down-idle-phoenix-app/&lt;/a&gt; – Chris McCord wrote a blog post about how a Phoenix app can shut itself down when idle.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://newrelic.com/blog/how-to-relic/memory-spikes-erlang" target="_blank" rel="nofollow noopener"&gt;https://newrelic.com/blog/how-to-relic/memory-spikes-erlang&lt;/a&gt; – Article about using Observer to debug memory bugs by Matt Baker&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV" target="_blank" rel="nofollow noopener"&gt;https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV&lt;/a&gt; – Jose Valim was the guest on the "Software Unscripted" podcast to talk about introducing static types to Elixir.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=q49vsCjpWGs&amp;amp;list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=q49vsCjpWGs&amp;amp;list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr&lt;/a&gt; – A batch of ElixirConf 2022 videos were released&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixirconf.uy/" target="_blank" rel="nofollow noopener"&gt;https://elixirconf.uy/&lt;/a&gt; – ElixirConf UY - Uruguay - In-person and virtual on Nov 12th&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://github.com/cabol/nebulex" target="_blank" rel="nofollow noopener"&gt;https://github.com/cabol/nebulex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.oracle.com/java/coherence/" target="_blank" rel="nofollow noopener"&gt;https://www.oracle.com/java/coherence/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/duomark/epocxy" target="_blank" rel="nofollow noopener"&gt;https://github.com/duomark/epocxy&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/derekkraan/horde" target="_blank" rel="nofollow noopener"&gt;https://github.com/derekkraan/horde&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/whitfin/cachex" target="_blank" rel="nofollow noopener"&gt;https://github.com/whitfin/cachex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/arjan/decorator" target="_blank" rel="nofollow noopener"&gt;https://github.com/arjan/decorator&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.erlang.org/doc/man/mnesia.html" target="_blank" rel="nofollow noopener"&gt;https://www.erlang.org/doc/man/mnesia.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.martinfowler.com/bliki/TwoHardThings.html" target="_blank" rel="nofollow noopener"&gt;https://www.martinfowler.com/bliki/TwoHardThings.html&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;There are only two hard things in Computer Science - cache invalidation and naming things. -Phil Karlton&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/CAndresBolanos" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/CAndresBolanos&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/cabol/" target="_blank" rel="nofollow noopener"&gt;https://github.com/cabol/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://cabol.github.io/" target="_blank" rel="nofollow noopener"&gt;http://cabol.github.io/&lt;/a&gt; – Blog&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://medium.com/@cabol" target="_blank" rel="nofollow noopener"&gt;https://medium.com/@cabol&lt;/a&gt; – Medium&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, caching, redis, cachex, distributed</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>We wanted to go deeper on the caching library Nebulex, so we visited with the creator, Carlos Bolaños, to learn what prompted its creation. Nebulex takes a couple unique approaches to things. It supports a decorator pattern to indicate that a function should be cached without having to write the boilerplate code for reading and writing to the cache. Nebulex was inspired by Ecto, in that it supports multiple adapters to different backends like Redis, Cachex and even Horde! It also supports multiple caching strategies. It&#39;s an interesting project that aims to solve common caching challenges in new ways and we enjoyed learning more about it.</p>

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

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

<ul>
<li><a href="https://hex.pm/blog/hex-v2.0-released-with-new-version-solver" rel="nofollow">https://hex.pm/blog/hex-v2.0-released-with-new-version-solver</a> – Hex 2.0 released with a new version solver</li>
<li><a href="https://twitter.com/emjii/status/1587116679724765184" rel="nofollow">https://twitter.com/emjii/status/1587116679724765184</a></li>
<li><a href="https://nex3.medium.com/pubgrub-2fb6470504f" rel="nofollow">https://nex3.medium.com/pubgrub-2fb6470504f</a> – Based on the algorithm PubGrub used by Dart&#39;s packager at <a href="https://pub.dev" rel="nofollow">https://pub.dev</a></li>
<li><a href="https://twitter.com/benoitc/status/1584699685822164995" rel="nofollow">https://twitter.com/benoitc/status/1584699685822164995</a> – erlang-certifi 2.10.0, updated SSL Certificates bundle</li>
<li><a href="https://twitter.com/josevalim/status/1585290898497224712" rel="nofollow">https://twitter.com/josevalim/status/1585290898497224712</a> – Broadway update has new version of the Google Cloud PubSub adapter</li>
<li><a href="https://twitter.com/joladev/status/1585302755085717504" rel="nofollow">https://twitter.com/joladev/status/1585302755085717504</a></li>
<li><a href="https://elixir-broadway.org/" rel="nofollow">https://elixir-broadway.org/</a></li>
<li><a href="https://twitter.com/josevalim/status/1585733673256906752" rel="nofollow">https://twitter.com/josevalim/status/1585733673256906752</a> – VegaLite, the graphing library used in Livebook, was updated to add support for binning, scaling, and different color schemes.</li>
<li><a href="https://twitter.com/akoutmos/status/1586566107447656449" rel="nofollow">https://twitter.com/akoutmos/status/1586566107447656449</a> – Alex Koutmos is adding a file upload SmartCell for Livebook and shared a preview of it online.</li>
<li><a href="https://twitter.com/davydog187/status/1584967478991388674" rel="nofollow">https://twitter.com/davydog187/status/1584967478991388674</a> – Dave Lucia got TimescaleDB working in Livebook</li>
<li><a href="https://github.com/timescale" rel="nofollow">https://github.com/timescale</a></li>
<li><a href="https://twitter.com/sean_moriarity/status/1571983702413959175" rel="nofollow">https://twitter.com/sean_moriarity/status/1571983702413959175</a> – Sean Moriarity wrote 15 Livebook guides which go deeper into some of Axon&#39;s APIs.</li>
<li><a href="https://elixir-nx.github.io/axon/Axon.html" rel="nofollow">https://elixir-nx.github.io/axon/Axon.html</a></li>
<li><a href="https://fly.io/phoenix-files/shut-down-idle-phoenix-app/" rel="nofollow">https://fly.io/phoenix-files/shut-down-idle-phoenix-app/</a> – Chris McCord wrote a blog post about how a Phoenix app can shut itself down when idle.</li>
<li><a href="https://newrelic.com/blog/how-to-relic/memory-spikes-erlang" rel="nofollow">https://newrelic.com/blog/how-to-relic/memory-spikes-erlang</a> – Article about using Observer to debug memory bugs by Matt Baker</li>
<li><a href="https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV" rel="nofollow">https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV</a> – Jose Valim was the guest on the &quot;Software Unscripted&quot; podcast to talk about introducing static types to Elixir.</li>
<li><a href="https://www.youtube.com/watch?v=q49vsCjpWGs&list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr" rel="nofollow">https://www.youtube.com/watch?v=q49vsCjpWGs&amp;list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr</a> – A batch of ElixirConf 2022 videos were released</li>
<li><a href="https://elixirconf.uy/" rel="nofollow">https://elixirconf.uy/</a> – ElixirConf UY - Uruguay - In-person and virtual on Nov 12th</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://github.com/cabol/nebulex" rel="nofollow">https://github.com/cabol/nebulex</a></li>
<li><a href="https://www.oracle.com/java/coherence/" rel="nofollow">https://www.oracle.com/java/coherence/</a></li>
<li><a href="https://github.com/duomark/epocxy" rel="nofollow">https://github.com/duomark/epocxy</a></li>
<li><a href="https://github.com/derekkraan/horde" rel="nofollow">https://github.com/derekkraan/horde</a></li>
<li><a href="https://github.com/whitfin/cachex" rel="nofollow">https://github.com/whitfin/cachex</a></li>
<li><a href="https://github.com/arjan/decorator" rel="nofollow">https://github.com/arjan/decorator</a></li>
<li><a href="https://www.erlang.org/doc/man/mnesia.html" rel="nofollow">https://www.erlang.org/doc/man/mnesia.html</a></li>
<li><a href="https://www.martinfowler.com/bliki/TwoHardThings.html" rel="nofollow">https://www.martinfowler.com/bliki/TwoHardThings.html</a></li>
<li>There are only two hard things in Computer Science - cache invalidation and naming things. -Phil Karlton</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/CAndresBolanos" rel="nofollow">https://twitter.com/CAndresBolanos</a> – on Twitter</li>
<li><a href="https://github.com/cabol/" rel="nofollow">https://github.com/cabol/</a> – on Github</li>
<li><a href="http://cabol.github.io/" rel="nofollow">http://cabol.github.io/</a> – Blog</li>
<li><a href="https://medium.com/@cabol" rel="nofollow">https://medium.com/@cabol</a> – Medium</li>
</ul>

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

<ul>
<li>Message the show - <a href="https://twitter.com/ThinkingElixir" rel="nofollow">@ThinkingElixir</a></li>
<li>Email the show - <a href="mailto:show@thinkingelixir.com" rel="nofollow">show@thinkingelixir.com</a></li>
<li>Mark Ericksen - <a href="https://twitter.com/brainlid" rel="nofollow">@brainlid</a></li>
<li>David Bernheisel - <a href="https://twitter.com/bernheisel" rel="nofollow">@bernheisel</a></li>
<li>Cade Ward - <a href="https://twitter.com/cadebward" rel="nofollow">@cadebward</a></li>
</ul><p>Sponsored By:</p><ul><li><a rel="nofollow" href="https://fly.io">Fly.io</a>: <a rel="nofollow" href="https://fly.io">Fly.io is a great place to deploy your next Phoenix application! Check them out!</a></li></ul>]]>
  </content:encoded>
  <itunes:summary>
    <![CDATA[<p>We wanted to go deeper on the caching library Nebulex, so we visited with the creator, Carlos Bolaños, to learn what prompted its creation. Nebulex takes a couple unique approaches to things. It supports a decorator pattern to indicate that a function should be cached without having to write the boilerplate code for reading and writing to the cache. Nebulex was inspired by Ecto, in that it supports multiple adapters to different backends like Redis, Cachex and even Horde! It also supports multiple caching strategies. It&#39;s an interesting project that aims to solve common caching challenges in new ways and we enjoyed learning more about it.</p>

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

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

<ul>
<li><a href="https://hex.pm/blog/hex-v2.0-released-with-new-version-solver" rel="nofollow">https://hex.pm/blog/hex-v2.0-released-with-new-version-solver</a> – Hex 2.0 released with a new version solver</li>
<li><a href="https://twitter.com/emjii/status/1587116679724765184" rel="nofollow">https://twitter.com/emjii/status/1587116679724765184</a></li>
<li><a href="https://nex3.medium.com/pubgrub-2fb6470504f" rel="nofollow">https://nex3.medium.com/pubgrub-2fb6470504f</a> – Based on the algorithm PubGrub used by Dart&#39;s packager at <a href="https://pub.dev" rel="nofollow">https://pub.dev</a></li>
<li><a href="https://twitter.com/benoitc/status/1584699685822164995" rel="nofollow">https://twitter.com/benoitc/status/1584699685822164995</a> – erlang-certifi 2.10.0, updated SSL Certificates bundle</li>
<li><a href="https://twitter.com/josevalim/status/1585290898497224712" rel="nofollow">https://twitter.com/josevalim/status/1585290898497224712</a> – Broadway update has new version of the Google Cloud PubSub adapter</li>
<li><a href="https://twitter.com/joladev/status/1585302755085717504" rel="nofollow">https://twitter.com/joladev/status/1585302755085717504</a></li>
<li><a href="https://elixir-broadway.org/" rel="nofollow">https://elixir-broadway.org/</a></li>
<li><a href="https://twitter.com/josevalim/status/1585733673256906752" rel="nofollow">https://twitter.com/josevalim/status/1585733673256906752</a> – VegaLite, the graphing library used in Livebook, was updated to add support for binning, scaling, and different color schemes.</li>
<li><a href="https://twitter.com/akoutmos/status/1586566107447656449" rel="nofollow">https://twitter.com/akoutmos/status/1586566107447656449</a> – Alex Koutmos is adding a file upload SmartCell for Livebook and shared a preview of it online.</li>
<li><a href="https://twitter.com/davydog187/status/1584967478991388674" rel="nofollow">https://twitter.com/davydog187/status/1584967478991388674</a> – Dave Lucia got TimescaleDB working in Livebook</li>
<li><a href="https://github.com/timescale" rel="nofollow">https://github.com/timescale</a></li>
<li><a href="https://twitter.com/sean_moriarity/status/1571983702413959175" rel="nofollow">https://twitter.com/sean_moriarity/status/1571983702413959175</a> – Sean Moriarity wrote 15 Livebook guides which go deeper into some of Axon&#39;s APIs.</li>
<li><a href="https://elixir-nx.github.io/axon/Axon.html" rel="nofollow">https://elixir-nx.github.io/axon/Axon.html</a></li>
<li><a href="https://fly.io/phoenix-files/shut-down-idle-phoenix-app/" rel="nofollow">https://fly.io/phoenix-files/shut-down-idle-phoenix-app/</a> – Chris McCord wrote a blog post about how a Phoenix app can shut itself down when idle.</li>
<li><a href="https://newrelic.com/blog/how-to-relic/memory-spikes-erlang" rel="nofollow">https://newrelic.com/blog/how-to-relic/memory-spikes-erlang</a> – Article about using Observer to debug memory bugs by Matt Baker</li>
<li><a href="https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV" rel="nofollow">https://open.spotify.com/episode/0yMdXbB2MVmIb8MN8crEgV</a> – Jose Valim was the guest on the &quot;Software Unscripted&quot; podcast to talk about introducing static types to Elixir.</li>
<li><a href="https://www.youtube.com/watch?v=q49vsCjpWGs&list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr" rel="nofollow">https://www.youtube.com/watch?v=q49vsCjpWGs&amp;list=PLqj39LCvnOWbmaPrkGCAzFMC_FYZUkmSr</a> – A batch of ElixirConf 2022 videos were released</li>
<li><a href="https://elixirconf.uy/" rel="nofollow">https://elixirconf.uy/</a> – ElixirConf UY - Uruguay - In-person and virtual on Nov 12th</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://github.com/cabol/nebulex" rel="nofollow">https://github.com/cabol/nebulex</a></li>
<li><a href="https://www.oracle.com/java/coherence/" rel="nofollow">https://www.oracle.com/java/coherence/</a></li>
<li><a href="https://github.com/duomark/epocxy" rel="nofollow">https://github.com/duomark/epocxy</a></li>
<li><a href="https://github.com/derekkraan/horde" rel="nofollow">https://github.com/derekkraan/horde</a></li>
<li><a href="https://github.com/whitfin/cachex" rel="nofollow">https://github.com/whitfin/cachex</a></li>
<li><a href="https://github.com/arjan/decorator" rel="nofollow">https://github.com/arjan/decorator</a></li>
<li><a href="https://www.erlang.org/doc/man/mnesia.html" rel="nofollow">https://www.erlang.org/doc/man/mnesia.html</a></li>
<li><a href="https://www.martinfowler.com/bliki/TwoHardThings.html" rel="nofollow">https://www.martinfowler.com/bliki/TwoHardThings.html</a></li>
<li>There are only two hard things in Computer Science - cache invalidation and naming things. -Phil Karlton</li>
</ul>

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

<ul>
<li><a href="https://twitter.com/CAndresBolanos" rel="nofollow">https://twitter.com/CAndresBolanos</a> – on Twitter</li>
<li><a href="https://github.com/cabol/" rel="nofollow">https://github.com/cabol/</a> – on Github</li>
<li><a href="http://cabol.github.io/" rel="nofollow">http://cabol.github.io/</a> – Blog</li>
<li><a href="https://medium.com/@cabol" rel="nofollow">https://medium.com/@cabol</a> – Medium</li>
</ul>

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

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