<?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>Mon, 04 May 2026 09:30:24 -0500</fireside:genDate>
    <generator>Fireside (https://fireside.fm)</generator>
    <title>Thinking Elixir Podcast - Episodes Tagged with “Apache”</title>
    <link>https://podcast.thinkingelixir.com/tags/apache</link>
    <pubDate>Tue, 03 May 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>97: Avro and Elixir with Dave Lucia</title>
  <link>https://podcast.thinkingelixir.com/97</link>
  <guid isPermaLink="false">1ec860b2-6b0f-4cf2-b7c9-6eed234a3b01</guid>
  <pubDate>Tue, 03 May 2022 04:15:00 -0600</pubDate>
  <author>ThinkingElixir.com</author>
  <enclosure url="https://aphid.fireside.fm/d/1437767933/811c9756-babe-40ac-8c25-b3bb24e522e0/1ec860b2-6b0f-4cf2-b7c9-6eed234a3b01.mp3" length="23541760" type="audio/mpeg"/>
  <itunes:episodeType>full</itunes:episodeType>
  <itunes:author>ThinkingElixir.com</itunes:author>
  <itunes:subtitle>Dave Lucia explains avro_ex, a library that helps Elixir hook into the JVM world of Kafka, Avro, Spark and data lakes. An overview of the tools and flow we may be asked to integrate our systems with.</itunes:subtitle>
  <itunes:duration>48:36</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;Dave Lucia released version 2.0 of AvroEx, an Elixir library for working with Avro protocols and schemas. To understand Avro, we need an overview of the whole Kafka-centric flow! He gives us a taste of the Enterprise soup of JVM tools used for populating data lakes, all for the business benefit of data analysis and machine learning. We may work on Elixir systems that are tasked with hooking into this other Enterprise-y world and getting an overview of the pieces and awareness of the tools available can really help out! Dave also shares his goal of creating a new Markdown parser for Elixir and updates us on the next chapter of his professional journey.&lt;/p&gt;

&lt;p&gt;Show Notes online - &lt;a href="http://podcast.thinkingelixir.com/97" target="_blank" rel="nofollow noopener"&gt;http://podcast.thinkingelixir.com/97&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/wojtekmach/status/1516533938977705990" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/wojtekmach/status/1516533938977705990&lt;/a&gt; – Wojtek Mach shared some additional reasons for using NIFs to work with Rust or Zig that aren't performance related.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/atyborska93/status/1516773412848422919" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/atyborska93/status/1516773412848422919&lt;/a&gt; – Angelika Tyborska shared that the Elixir track on Exercism.io got two new fun practice exercises&lt;/li&gt;
&lt;li&gt;
&lt;a href="http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper" target="_blank" rel="nofollow noopener"&gt;http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper&lt;/a&gt; – Exercism.io Elixir puzzle - Killer Sudoku Helper&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe" target="_blank" rel="nofollow noopener"&gt;https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe&lt;/a&gt; – Exercism.io Elixir puzzle - State of Tic Tac Toe&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://gleam.run/news/v0.21-introducing-the-gleam-language-server/" target="_blank" rel="nofollow noopener"&gt;https://gleam.run/news/v0.21-introducing-the-gleam-language-server/&lt;/a&gt; – Gleam now has a language server&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/cigrainger/status/1518896955921154048" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/cigrainger/status/1518896955921154048&lt;/a&gt; – Nx Explorer project reaches a new milestone and was released to Hex.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://hexdocs.pm/explorer/exploring_explorer.html" target="_blank" rel="nofollow noopener"&gt;https://hexdocs.pm/explorer/exploring_explorer.html&lt;/a&gt; – Includes a “Ten Minutes to Explorer” Livebook guide&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/MozillaHubs/status/1516469058849312768" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/MozillaHubs/status/1516469058849312768&lt;/a&gt; – Mozilla hiring for a Senior Elixir Engineer to help work on their Hubs Team to help build open social spaces for the web.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://hubs.mozilla.com/" target="_blank" rel="nofollow noopener"&gt;https://hubs.mozilla.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mozilla/hubs" target="_blank" rel="nofollow noopener"&gt;https://github.com/mozilla/hubs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mozilla/reticulum" target="_blank" rel="nofollow noopener"&gt;https://github.com/mozilla/reticulum&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla" target="_blank" rel="nofollow noopener"&gt;https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla&lt;/a&gt; – Elixir blog post from a year ago about the Mozilla Hubs Elixir project.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/elixir-makeup/makeup_diff" target="_blank" rel="nofollow noopener"&gt;https://github.com/elixir-makeup/makeup_diff&lt;/a&gt; – Parker Selbert created makeup_diff for displaying diff markup in ExDocs&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.erlang.org/blog/type-based-optimizations-in-the-jit/" target="_blank" rel="nofollow noopener"&gt;https://www.erlang.org/blog/type-based-optimizations-in-the-jit/&lt;/a&gt; – Blog post on the Erlang blog looked interesting. About OTP 25 type optimizations for the JIT compiler.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://codesync.global/conferences/code-beam-sto-2022/#schedule" target="_blank" rel="nofollow noopener"&gt;https://codesync.global/conferences/code-beam-sto-2022/#schedule&lt;/a&gt; – CodeBeam in Stockholm Sweden speaker lineup and schedule are out.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.empex.co/mtn" target="_blank" rel="nofollow noopener"&gt;https://www.empex.co/mtn&lt;/a&gt; – Empex MTN in Salt Lake City on May 6&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.elixirconf.eu/" target="_blank" rel="nofollow noopener"&gt;https://www.elixirconf.eu/&lt;/a&gt; – ElixirConf EU in London on June 9-10&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://elixirconf.com/events" target="_blank" rel="nofollow noopener"&gt;https://elixirconf.com/events&lt;/a&gt; – ElixirConf US in Colorado on August 30-Sep2&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://davelucia.com/blog/avro-2.0" target="_blank" rel="nofollow noopener"&gt;https://davelucia.com/blog/avro-2.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/beam-community/avro_ex" target="_blank" rel="nofollow noopener"&gt;https://github.com/beam-community/avro_ex&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://avro.apache.org/" target="_blank" rel="nofollow noopener"&gt;https://avro.apache.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://kafka.apache.org/" target="_blank" rel="nofollow noopener"&gt;https://kafka.apache.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://podcast.thinkingelixir.com/75" target="_blank" rel="nofollow noopener"&gt;https://podcast.thinkingelixir.com/75&lt;/a&gt; – Previous discussion&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bloomberg.com/professional/solution/bloomberg-terminal/" target="_blank" rel="nofollow noopener"&gt;https://www.bloomberg.com/professional/solution/bloomberg-terminal/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://theoutline.com/" target="_blank" rel="nofollow noopener"&gt;https://theoutline.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://elm-lang.org/" target="_blank" rel="nofollow noopener"&gt;https://elm-lang.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://developers.google.com/protocol-buffers/" target="_blank" rel="nofollow noopener"&gt;https://developers.google.com/protocol-buffers/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://thrift.apache.org/" target="_blank" rel="nofollow noopener"&gt;https://thrift.apache.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/klarna/erlavro" target="_blank" rel="nofollow noopener"&gt;https://github.com/klarna/erlavro&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://databricks.com/" target="_blank" rel="nofollow noopener"&gt;https://databricks.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://spark.apache.org/" target="_blank" rel="nofollow noopener"&gt;https://spark.apache.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://en.wikipedia.org/wiki/Extract,_transform,_load" target="_blank" rel="nofollow noopener"&gt;https://en.wikipedia.org/wiki/Extract,_transform,_load&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://databricks.com/glossary/what-is-parquet" target="_blank" rel="nofollow noopener"&gt;https://databricks.com/glossary/what-is-parquet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.snowflake.com/workloads/data-lake/" target="_blank" rel="nofollow noopener"&gt;https://www.snowflake.com/workloads/data-lake/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/beam-community" target="_blank" rel="nofollow noopener"&gt;https://github.com/beam-community&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/doomspork" target="_blank" rel="nofollow noopener"&gt;https://github.com/doomspork&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/surface-ui/surface" target="_blank" rel="nofollow noopener"&gt;https://github.com/surface-ui/surface&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/pragdave/earmark" target="_blank" rel="nofollow noopener"&gt;https://github.com/pragdave/earmark&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/pragdave" target="_blank" rel="nofollow noopener"&gt;https://github.com/pragdave&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/davydog187/marx" target="_blank" rel="nofollow noopener"&gt;https://github.com/davydog187/marx&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.youtube.com/watch?v=dmBdFh5N1g4" target="_blank" rel="nofollow noopener"&gt;https://www.youtube.com/watch?v=dmBdFh5N1g4&lt;/a&gt; – Migrating from Kafka to RabbitMQ at SimpleBet - Why and How&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/davydog187/status/1512393866653011968" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/davydog187/status/1512393866653011968&lt;/a&gt; – Announced leaving SimpleBet and co-founding something new.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://twitter.com/davydog187/status/1512393877575110668" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/davydog187/status/1512393877575110668&lt;/a&gt; – Co-Founding Bitfo as the CTO.&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bitfo.com/" target="_blank" rel="nofollow noopener"&gt;https://www.bitfo.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://ethereumprice.org/" target="_blank" rel="nofollow noopener"&gt;https://ethereumprice.org/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://www.bitcoinprice.com/" target="_blank" rel="nofollow noopener"&gt;https://www.bitcoinprice.com/&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://defirate.com/" target="_blank" rel="nofollow noopener"&gt;https://defirate.com/&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/davydog187" target="_blank" rel="nofollow noopener"&gt;https://twitter.com/davydog187&lt;/a&gt; – on Twitter&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://github.com/davydog187/" target="_blank" rel="nofollow noopener"&gt;https://github.com/davydog187/&lt;/a&gt; – on Github&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://davelucia.com" target="_blank" rel="nofollow noopener"&gt;https://davelucia.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, data lake, avro, kafka, spark, apache, news</itunes:keywords>
  <content:encoded>
    <![CDATA[<p>Dave Lucia released version 2.0 of AvroEx, an Elixir library for working with Avro protocols and schemas. To understand Avro, we need an overview of the whole Kafka-centric flow! He gives us a taste of the Enterprise soup of JVM tools used for populating data lakes, all for the business benefit of data analysis and machine learning. We may work on Elixir systems that are tasked with hooking into this other Enterprise-y world and getting an overview of the pieces and awareness of the tools available can really help out! Dave also shares his goal of creating a new Markdown parser for Elixir and updates us on the next chapter of his professional journey.</p>

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

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

<ul>
<li><a href="https://twitter.com/wojtekmach/status/1516533938977705990" rel="nofollow">https://twitter.com/wojtekmach/status/1516533938977705990</a> – Wojtek Mach shared some additional reasons for using NIFs to work with Rust or Zig that aren&#39;t performance related.</li>
<li><a href="https://twitter.com/atyborska93/status/1516773412848422919" rel="nofollow">https://twitter.com/atyborska93/status/1516773412848422919</a> – Angelika Tyborska shared that the Elixir track on Exercism.io got two new fun practice exercises</li>
<li><a href="http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper" rel="nofollow">http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper</a> – Exercism.io Elixir puzzle - Killer Sudoku Helper</li>
<li><a href="https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe" rel="nofollow">https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe</a> – Exercism.io Elixir puzzle - State of Tic Tac Toe</li>
<li><a href="https://gleam.run/news/v0.21-introducing-the-gleam-language-server/" rel="nofollow">https://gleam.run/news/v0.21-introducing-the-gleam-language-server/</a> – Gleam now has a language server</li>
<li><a href="https://twitter.com/cigrainger/status/1518896955921154048" rel="nofollow">https://twitter.com/cigrainger/status/1518896955921154048</a> – Nx Explorer project reaches a new milestone and was released to Hex.</li>
<li><a href="https://hexdocs.pm/explorer/exploring_explorer.html" rel="nofollow">https://hexdocs.pm/explorer/exploring_explorer.html</a> – Includes a “Ten Minutes to Explorer” Livebook guide</li>
<li><a href="https://twitter.com/MozillaHubs/status/1516469058849312768" rel="nofollow">https://twitter.com/MozillaHubs/status/1516469058849312768</a> – Mozilla hiring for a Senior Elixir Engineer to help work on their Hubs Team to help build open social spaces for the web.</li>
<li><a href="https://hubs.mozilla.com/" rel="nofollow">https://hubs.mozilla.com/</a></li>
<li><a href="https://github.com/mozilla/hubs" rel="nofollow">https://github.com/mozilla/hubs</a></li>
<li><a href="https://github.com/mozilla/reticulum" rel="nofollow">https://github.com/mozilla/reticulum</a></li>
<li><a href="https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla" rel="nofollow">https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla</a> – Elixir blog post from a year ago about the Mozilla Hubs Elixir project.</li>
<li><a href="https://github.com/elixir-makeup/makeup_diff" rel="nofollow">https://github.com/elixir-makeup/makeup_diff</a> – Parker Selbert created makeup_diff for displaying diff markup in ExDocs</li>
<li><a href="https://www.erlang.org/blog/type-based-optimizations-in-the-jit/" rel="nofollow">https://www.erlang.org/blog/type-based-optimizations-in-the-jit/</a> – Blog post on the Erlang blog looked interesting. About OTP 25 type optimizations for the JIT compiler.</li>
<li><a href="https://codesync.global/conferences/code-beam-sto-2022/#schedule" rel="nofollow">https://codesync.global/conferences/code-beam-sto-2022/#schedule</a> – CodeBeam in Stockholm Sweden speaker lineup and schedule are out.</li>
<li><a href="https://www.empex.co/mtn" rel="nofollow">https://www.empex.co/mtn</a> – Empex MTN in Salt Lake City on May 6</li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU in London on June 9-10</li>
<li><a href="https://elixirconf.com/events" rel="nofollow">https://elixirconf.com/events</a> – ElixirConf US in Colorado on August 30-Sep2</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://davelucia.com/blog/avro-2.0" rel="nofollow">https://davelucia.com/blog/avro-2.0</a></li>
<li><a href="https://github.com/beam-community/avro_ex" rel="nofollow">https://github.com/beam-community/avro_ex</a></li>
<li><a href="https://avro.apache.org/" rel="nofollow">https://avro.apache.org/</a></li>
<li><a href="https://kafka.apache.org/" rel="nofollow">https://kafka.apache.org/</a></li>
<li><a href="https://podcast.thinkingelixir.com/75" rel="nofollow">https://podcast.thinkingelixir.com/75</a> – Previous discussion</li>
<li><a href="https://www.bloomberg.com/professional/solution/bloomberg-terminal/" rel="nofollow">https://www.bloomberg.com/professional/solution/bloomberg-terminal/</a></li>
<li><a href="https://theoutline.com/" rel="nofollow">https://theoutline.com/</a></li>
<li><a href="https://elm-lang.org/" rel="nofollow">https://elm-lang.org/</a></li>
<li><a href="https://developers.google.com/protocol-buffers/" rel="nofollow">https://developers.google.com/protocol-buffers/</a></li>
<li><a href="https://thrift.apache.org/" rel="nofollow">https://thrift.apache.org/</a></li>
<li><a href="https://github.com/klarna/erlavro" rel="nofollow">https://github.com/klarna/erlavro</a></li>
<li><a href="https://databricks.com/" rel="nofollow">https://databricks.com/</a></li>
<li><a href="https://spark.apache.org/" rel="nofollow">https://spark.apache.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Extract,_transform,_load" rel="nofollow">https://en.wikipedia.org/wiki/Extract,_transform,_load</a></li>
<li><a href="https://databricks.com/glossary/what-is-parquet" rel="nofollow">https://databricks.com/glossary/what-is-parquet</a></li>
<li><a href="https://www.snowflake.com/workloads/data-lake/" rel="nofollow">https://www.snowflake.com/workloads/data-lake/</a></li>
<li><a href="https://github.com/beam-community" rel="nofollow">https://github.com/beam-community</a></li>
<li><a href="https://github.com/doomspork" rel="nofollow">https://github.com/doomspork</a></li>
<li><a href="https://github.com/surface-ui/surface" rel="nofollow">https://github.com/surface-ui/surface</a></li>
<li><a href="https://github.com/pragdave/earmark" rel="nofollow">https://github.com/pragdave/earmark</a></li>
<li><a href="https://github.com/pragdave" rel="nofollow">https://github.com/pragdave</a></li>
<li><a href="https://github.com/davydog187/marx" rel="nofollow">https://github.com/davydog187/marx</a></li>
<li><a href="https://www.youtube.com/watch?v=dmBdFh5N1g4" rel="nofollow">https://www.youtube.com/watch?v=dmBdFh5N1g4</a> – Migrating from Kafka to RabbitMQ at SimpleBet - Why and How</li>
<li><a href="https://twitter.com/davydog187/status/1512393866653011968" rel="nofollow">https://twitter.com/davydog187/status/1512393866653011968</a> – Announced leaving SimpleBet and co-founding something new.</li>
<li><a href="https://twitter.com/davydog187/status/1512393877575110668" rel="nofollow">https://twitter.com/davydog187/status/1512393877575110668</a> – Co-Founding Bitfo as the CTO.</li>
<li><a href="https://www.bitfo.com/" rel="nofollow">https://www.bitfo.com/</a></li>
<li><a href="https://ethereumprice.org/" rel="nofollow">https://ethereumprice.org/</a></li>
<li><a href="https://www.bitcoinprice.com/" rel="nofollow">https://www.bitcoinprice.com/</a></li>
<li><a href="https://defirate.com/" rel="nofollow">https://defirate.com/</a></li>
</ul>

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

<ul>
<li><a href="https://twitter.com/davydog187" rel="nofollow">https://twitter.com/davydog187</a> – on Twitter</li>
<li><a href="https://github.com/davydog187/" rel="nofollow">https://github.com/davydog187/</a> – on Github</li>
<li><a href="https://davelucia.com" rel="nofollow">https://davelucia.com</a> – Blog</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>Dave Lucia released version 2.0 of AvroEx, an Elixir library for working with Avro protocols and schemas. To understand Avro, we need an overview of the whole Kafka-centric flow! He gives us a taste of the Enterprise soup of JVM tools used for populating data lakes, all for the business benefit of data analysis and machine learning. We may work on Elixir systems that are tasked with hooking into this other Enterprise-y world and getting an overview of the pieces and awareness of the tools available can really help out! Dave also shares his goal of creating a new Markdown parser for Elixir and updates us on the next chapter of his professional journey.</p>

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

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

<ul>
<li><a href="https://twitter.com/wojtekmach/status/1516533938977705990" rel="nofollow">https://twitter.com/wojtekmach/status/1516533938977705990</a> – Wojtek Mach shared some additional reasons for using NIFs to work with Rust or Zig that aren&#39;t performance related.</li>
<li><a href="https://twitter.com/atyborska93/status/1516773412848422919" rel="nofollow">https://twitter.com/atyborska93/status/1516773412848422919</a> – Angelika Tyborska shared that the Elixir track on Exercism.io got two new fun practice exercises</li>
<li><a href="http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper" rel="nofollow">http://exercism.org/tracks/elixir/exercises/killer-sudoku-helper</a> – Exercism.io Elixir puzzle - Killer Sudoku Helper</li>
<li><a href="https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe" rel="nofollow">https://exercism.org/tracks/elixir/exercises/state-of-tic-tac-toe</a> – Exercism.io Elixir puzzle - State of Tic Tac Toe</li>
<li><a href="https://gleam.run/news/v0.21-introducing-the-gleam-language-server/" rel="nofollow">https://gleam.run/news/v0.21-introducing-the-gleam-language-server/</a> – Gleam now has a language server</li>
<li><a href="https://twitter.com/cigrainger/status/1518896955921154048" rel="nofollow">https://twitter.com/cigrainger/status/1518896955921154048</a> – Nx Explorer project reaches a new milestone and was released to Hex.</li>
<li><a href="https://hexdocs.pm/explorer/exploring_explorer.html" rel="nofollow">https://hexdocs.pm/explorer/exploring_explorer.html</a> – Includes a “Ten Minutes to Explorer” Livebook guide</li>
<li><a href="https://twitter.com/MozillaHubs/status/1516469058849312768" rel="nofollow">https://twitter.com/MozillaHubs/status/1516469058849312768</a> – Mozilla hiring for a Senior Elixir Engineer to help work on their Hubs Team to help build open social spaces for the web.</li>
<li><a href="https://hubs.mozilla.com/" rel="nofollow">https://hubs.mozilla.com/</a></li>
<li><a href="https://github.com/mozilla/hubs" rel="nofollow">https://github.com/mozilla/hubs</a></li>
<li><a href="https://github.com/mozilla/reticulum" rel="nofollow">https://github.com/mozilla/reticulum</a></li>
<li><a href="https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla" rel="nofollow">https://elixir-lang.org/blog/2021/06/02/social-virtual-spaces-with-elixir-at-mozilla</a> – Elixir blog post from a year ago about the Mozilla Hubs Elixir project.</li>
<li><a href="https://github.com/elixir-makeup/makeup_diff" rel="nofollow">https://github.com/elixir-makeup/makeup_diff</a> – Parker Selbert created makeup_diff for displaying diff markup in ExDocs</li>
<li><a href="https://www.erlang.org/blog/type-based-optimizations-in-the-jit/" rel="nofollow">https://www.erlang.org/blog/type-based-optimizations-in-the-jit/</a> – Blog post on the Erlang blog looked interesting. About OTP 25 type optimizations for the JIT compiler.</li>
<li><a href="https://codesync.global/conferences/code-beam-sto-2022/#schedule" rel="nofollow">https://codesync.global/conferences/code-beam-sto-2022/#schedule</a> – CodeBeam in Stockholm Sweden speaker lineup and schedule are out.</li>
<li><a href="https://www.empex.co/mtn" rel="nofollow">https://www.empex.co/mtn</a> – Empex MTN in Salt Lake City on May 6</li>
<li><a href="https://www.elixirconf.eu/" rel="nofollow">https://www.elixirconf.eu/</a> – ElixirConf EU in London on June 9-10</li>
<li><a href="https://elixirconf.com/events" rel="nofollow">https://elixirconf.com/events</a> – ElixirConf US in Colorado on August 30-Sep2</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://davelucia.com/blog/avro-2.0" rel="nofollow">https://davelucia.com/blog/avro-2.0</a></li>
<li><a href="https://github.com/beam-community/avro_ex" rel="nofollow">https://github.com/beam-community/avro_ex</a></li>
<li><a href="https://avro.apache.org/" rel="nofollow">https://avro.apache.org/</a></li>
<li><a href="https://kafka.apache.org/" rel="nofollow">https://kafka.apache.org/</a></li>
<li><a href="https://podcast.thinkingelixir.com/75" rel="nofollow">https://podcast.thinkingelixir.com/75</a> – Previous discussion</li>
<li><a href="https://www.bloomberg.com/professional/solution/bloomberg-terminal/" rel="nofollow">https://www.bloomberg.com/professional/solution/bloomberg-terminal/</a></li>
<li><a href="https://theoutline.com/" rel="nofollow">https://theoutline.com/</a></li>
<li><a href="https://elm-lang.org/" rel="nofollow">https://elm-lang.org/</a></li>
<li><a href="https://developers.google.com/protocol-buffers/" rel="nofollow">https://developers.google.com/protocol-buffers/</a></li>
<li><a href="https://thrift.apache.org/" rel="nofollow">https://thrift.apache.org/</a></li>
<li><a href="https://github.com/klarna/erlavro" rel="nofollow">https://github.com/klarna/erlavro</a></li>
<li><a href="https://databricks.com/" rel="nofollow">https://databricks.com/</a></li>
<li><a href="https://spark.apache.org/" rel="nofollow">https://spark.apache.org/</a></li>
<li><a href="https://en.wikipedia.org/wiki/Extract,_transform,_load" rel="nofollow">https://en.wikipedia.org/wiki/Extract,_transform,_load</a></li>
<li><a href="https://databricks.com/glossary/what-is-parquet" rel="nofollow">https://databricks.com/glossary/what-is-parquet</a></li>
<li><a href="https://www.snowflake.com/workloads/data-lake/" rel="nofollow">https://www.snowflake.com/workloads/data-lake/</a></li>
<li><a href="https://github.com/beam-community" rel="nofollow">https://github.com/beam-community</a></li>
<li><a href="https://github.com/doomspork" rel="nofollow">https://github.com/doomspork</a></li>
<li><a href="https://github.com/surface-ui/surface" rel="nofollow">https://github.com/surface-ui/surface</a></li>
<li><a href="https://github.com/pragdave/earmark" rel="nofollow">https://github.com/pragdave/earmark</a></li>
<li><a href="https://github.com/pragdave" rel="nofollow">https://github.com/pragdave</a></li>
<li><a href="https://github.com/davydog187/marx" rel="nofollow">https://github.com/davydog187/marx</a></li>
<li><a href="https://www.youtube.com/watch?v=dmBdFh5N1g4" rel="nofollow">https://www.youtube.com/watch?v=dmBdFh5N1g4</a> – Migrating from Kafka to RabbitMQ at SimpleBet - Why and How</li>
<li><a href="https://twitter.com/davydog187/status/1512393866653011968" rel="nofollow">https://twitter.com/davydog187/status/1512393866653011968</a> – Announced leaving SimpleBet and co-founding something new.</li>
<li><a href="https://twitter.com/davydog187/status/1512393877575110668" rel="nofollow">https://twitter.com/davydog187/status/1512393877575110668</a> – Co-Founding Bitfo as the CTO.</li>
<li><a href="https://www.bitfo.com/" rel="nofollow">https://www.bitfo.com/</a></li>
<li><a href="https://ethereumprice.org/" rel="nofollow">https://ethereumprice.org/</a></li>
<li><a href="https://www.bitcoinprice.com/" rel="nofollow">https://www.bitcoinprice.com/</a></li>
<li><a href="https://defirate.com/" rel="nofollow">https://defirate.com/</a></li>
</ul>

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

<ul>
<li><a href="https://twitter.com/davydog187" rel="nofollow">https://twitter.com/davydog187</a> – on Twitter</li>
<li><a href="https://github.com/davydog187/" rel="nofollow">https://github.com/davydog187/</a> – on Github</li>
<li><a href="https://davelucia.com" rel="nofollow">https://davelucia.com</a> – Blog</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>
