<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheet.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0">
  <channel>
    <atom:link rel="self" type="application/atom+xml" href="https://feeds.transistor.fm/kotlin" title="MP3 Audio"/>
    <atom:link rel="hub" href="https://pubsubhubbub.appspot.com/"/>
    <podcast:podping usesPodping="true"/>
    <title>Kotlin Internals Crashcasts</title>
    <generator>Transistor (https://transistor.fm)</generator>
    <itunes:new-feed-url>https://feeds.transistor.fm/kotlin</itunes:new-feed-url>
    <description>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Kotlin Internals .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</description>
    <copyright>crashcasts.com</copyright>
    <podcast:guid>bd6951ff-02be-52a2-86b6-46df3e262672</podcast:guid>
    <podcast:locked owner="dev@crashcasts.com">no</podcast:locked>
    <podcast:funding url="https://patreon.com/crashcasts">Support this podcast on Patreon</podcast:funding>
    <language>en</language>
    <pubDate>Fri, 03 Oct 2025 15:57:10 +0200</pubDate>
    <lastBuildDate>Wed, 03 Dec 2025 05:43:19 +0100</lastBuildDate>
    <link>https://crsh.link/kotlin</link>
    <image>
      <url>https://img.transistor.fm/y8SJcgmNIYPxvcCbY18wQ1XnQCKJ050_caE5-x8EjE4/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8xYzQ0/NWYyYTc0NjUxMWI4/ZTU5NWQ4MmJiYjNh/Y2MzOS5wbmc.jpg</url>
      <title>Kotlin Internals Crashcasts</title>
      <link>https://crsh.link/kotlin</link>
    </image>
    <itunes:category text="Technology"/>
    <itunes:category text="Education"/>
    <itunes:type>episodic</itunes:type>
    <itunes:author>crashcasts.com</itunes:author>
    <itunes:image href="https://img.transistor.fm/y8SJcgmNIYPxvcCbY18wQ1XnQCKJ050_caE5-x8EjE4/rs:fill:0:0:1/w:1400/h:1400/q:60/mb:500000/aHR0cHM6Ly9pbWct/dXBsb2FkLXByb2R1/Y3Rpb24udHJhbnNp/c3Rvci5mbS8xYzQ0/NWYyYTc0NjUxMWI4/ZTU5NWQ4MmJiYjNh/Y2MzOS5wbmc.jpg"/>
    <itunes:summary>Welcome to Crashcasts, the podcast for tech enthusiasts!

Whether you're a seasoned engineer or just starting out, this podcast will teach something to you about Kotlin Internals .

Join host Sheila and Victor as they dive deep into essential topics.

Each episode is presented with gradually increasing in complexity to cover everything from basic concepts to advanced edge cases.

Whether you're preparing for a phone screen or brushing up on your skills, this podcast offers invaluable insights, tips, and common pitfalls to avoid. With a focus on various technologies and best practices, you'll gain the confidence. Subscribe now and transform your learning experience into something amazing!

For more podcasts, please visit &lt;a href="https://crsh.link/casts"&gt;crsh.link/casts&lt;/a&gt;
For blog posts of these podcasts, please visit &lt;a href="https://crsh.link/reads"&gt;crsh.link/reads&lt;/a&gt;
For daily news, please visit &lt;a href="https://crsh.link/news"&gt;crsh.link/news&lt;/a&gt;</itunes:summary>
    <itunes:subtitle>Welcome to Crashcasts, the podcast for tech enthusiasts.</itunes:subtitle>
    <itunes:keywords>crashcasts, crashcast, technology, learning, education, kotlin, kotlin internals</itunes:keywords>
    <itunes:owner>
      <itunes:name>crashcasts.com</itunes:name>
      <itunes:email>dev@crashcasts.com</itunes:email>
    </itunes:owner>
    <itunes:complete>No</itunes:complete>
    <itunes:explicit>No</itunes:explicit>
    <item>
      <title>Kotlin Under the Hood: Understanding How Kotlin Code Works</title>
      <itunes:title>Kotlin Under the Hood: Understanding How Kotlin Code Works</itunes:title>
      <itunes:episodeType>full</itunes:episodeType>
      <guid isPermaLink="false">215aa637-83bf-47d6-bdbd-063f380e1aea</guid>
      <link>https://kotlin.crashcasts.com/episodes/kotlin-under-the-hood-understanding-how-kotlin-code-works</link>
      <description>
        <![CDATA[<p>Dive deep into the inner workings of Kotlin and uncover the secrets behind its powerful features and growing popularity.</p>

<p>In this episode, we explore:</p>
<ul>
<li>Kotlin's evolution and seamless Java interoperability</li>
<li>Null safety and type system innovations that prevent common programming errors</li>
<li>Coroutines for efficient asynchronous programming without the complexity</li>
<li>How Kotlin revolutionizes Android development with concise, expressive code</li>
</ul>

<p>Tune in for expert insights on Kotlin's architecture and practical tips for leveraging its full potential in your projects.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/kotlin-under-the-hood-understanding-how-kotlin-code-works/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </description>
      <content:encoded>
        <![CDATA[<p>Dive deep into the inner workings of Kotlin and uncover the secrets behind its powerful features and growing popularity.</p>

<p>In this episode, we explore:</p>
<ul>
<li>Kotlin's evolution and seamless Java interoperability</li>
<li>Null safety and type system innovations that prevent common programming errors</li>
<li>Coroutines for efficient asynchronous programming without the complexity</li>
<li>How Kotlin revolutionizes Android development with concise, expressive code</li>
</ul>

<p>Tune in for expert insights on Kotlin's architecture and practical tips for leveraging its full potential in your projects.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/kotlin-under-the-hood-understanding-how-kotlin-code-works/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </content:encoded>
      <pubDate>Sat, 31 Aug 2024 22:45:59 +0200</pubDate>
      <author>crashcasts.com</author>
      <enclosure url="https://media.transistor.fm/9cc32dab/d3666c18.mp3" length="7411896" type="audio/mpeg"/>
      <itunes:author>crashcasts.com</itunes:author>
      <itunes:duration>927</itunes:duration>
      <itunes:summary>
        <![CDATA[<p>Dive deep into the inner workings of Kotlin and uncover the secrets behind its powerful features and growing popularity.</p>

<p>In this episode, we explore:</p>
<ul>
<li>Kotlin's evolution and seamless Java interoperability</li>
<li>Null safety and type system innovations that prevent common programming errors</li>
<li>Coroutines for efficient asynchronous programming without the complexity</li>
<li>How Kotlin revolutionizes Android development with concise, expressive code</li>
</ul>

<p>Tune in for expert insights on Kotlin's architecture and practical tips for leveraging its full potential in your projects.</p>

<p>Want to dive deeper into this topic? Check out our blog post here: <a href="https://crashreads.ghost.io/kotlin-under-the-hood-understanding-how-kotlin-code-works/">Read more</a></p>
<strong>
  <a href="https://patreon.com/crashcasts" rel="payment" title="★ Support this podcast on Patreon ★">★ Support this podcast on Patreon ★</a>
</strong>]]>
      </itunes:summary>
      <itunes:keywords>crashcasts, crashcast, technology, learning, education, kotlin, kotlin internals</itunes:keywords>
      <itunes:explicit>No</itunes:explicit>
    </item>
  </channel>
</rss>
