<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.10.0">Jekyll</generator><link href="https://talkingkotlin.com/feed.xml" rel="self" type="application/atom+xml" /><link href="https://talkingkotlin.com/" rel="alternate" type="text/html" /><updated>2024-12-10T17:12:18+01:00</updated><id>https://talkingkotlin.com/feed.xml</id><title type="html">Talking Kotlin</title><subtitle>A Podcast on Kotlin and more</subtitle><entry><title type="html">Going from Swift to Kotlin with Skip</title><link href="https://talkingkotlin.com/going-from-swift-to-kotlin-with-skip/" rel="alternate" type="text/html" title="Going from Swift to Kotlin with Skip" /><published>2024-12-09T00:00:00+01:00</published><updated>2024-12-09T00:00:00+01:00</updated><id>https://talkingkotlin.com/going-from-swift-to-kotlin-with-skip</id><content type="html" xml:base="https://talkingkotlin.com/going-from-swift-to-kotlin-with-skip/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin" /><category term="KMP" /><category term="Swift" /><category term="iOS" /><summary type="html"><![CDATA[In a slightly unconventional episode, Sebastian and Márton talk to the founders of Skip, an iOS-to-Android, Swift-to-Kotlin transpiler solution. Marc and Abe have a background working on both Apple platforms and the JVM, and their latest project is a bridge across these two ecosystems.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/skip.png" /><media:content medium="image" url="https://talkingkotlin.com/skip.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Platform Integrations in Kotlin Multiplatform with Russell Wolf</title><link href="https://talkingkotlin.com/platform-integrations-in-kotlin-multiplatform-with-russell-wolf/" rel="alternate" type="text/html" title="Platform Integrations in Kotlin Multiplatform with Russell Wolf" /><published>2024-11-21T00:00:00+01:00</published><updated>2024-11-21T00:00:00+01:00</updated><id>https://talkingkotlin.com/platform-integrations-in-kotlin-multiplatform-with-russell-wolf</id><content type="html" xml:base="https://talkingkotlin.com/platform-integrations-in-kotlin-multiplatform-with-russell-wolf/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin" /><category term="KMP" /><category term="Kotlin Multiplatform" /><summary type="html"><![CDATA[Sebastian introduces the new co-host of the podcast, in a special episode recorded on location at droidcon New York! Joined by Russell Wolf, author of the multiplatform-settings library, we discuss the conference, different code sharing approaches for Kotlin Multiplatform, and how to build great multiplatform libraries.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/droidcon-2024.png" /><media:content medium="image" url="https://talkingkotlin.com/droidcon-2024.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Kotlin After 2.0</title><link href="https://talkingkotlin.com/kotlin-after-20/" rel="alternate" type="text/html" title="Kotlin After 2.0" /><published>2024-08-29T00:00:00+02:00</published><updated>2024-08-29T00:00:00+02:00</updated><id>https://talkingkotlin.com/kotlin-after-20</id><content type="html" xml:base="https://talkingkotlin.com/kotlin-after-20/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin 2.0" /><category term="Kotlin evolution" /><category term="Language design" /><summary type="html"><![CDATA[In this episode, we talk about the future of Kotlin and its development after the 2.0 version.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/after-20.png" /><media:content medium="image" url="https://talkingkotlin.com/after-20.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Reinventing Ticket Sales with Pretix</title><link href="https://talkingkotlin.com/reinventing-ticket-sales-with-pretix/" rel="alternate" type="text/html" title="Reinventing Ticket Sales with Pretix" /><published>2024-07-03T00:00:00+02:00</published><updated>2024-07-03T00:00:00+02:00</updated><id>https://talkingkotlin.com/reinventing-ticket-sales-with-pretix</id><content type="html" xml:base="https://talkingkotlin.com/reinventing-ticket-sales-with-pretix/"><![CDATA[]]></content><author><name></name></author><category term="Multiplatform" /><category term="Real life" /><category term="Tickets" /><summary type="html"><![CDATA[In this episode of Talking Kotlin, Hadi Hariri and Sebastian Aigner chat with Raphael Michel, the founder of pretix, an open-source ticketing system. Raphael shares his fascinating journey, from building pretix to solve a conference ticketing problem to becoming a full-fledged company with a global reach. The conversation dives into the complexities of event ticketing, the challenges of the pandemic, and the surprising new markets pretix entered, like managing access for public swimming pools in Berlin.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/pretix.png" /><media:content medium="image" url="https://talkingkotlin.com/pretix.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Kord: Deep Dive into the Discord API</title><link href="https://talkingkotlin.com/kord-deep-dive-into-the-discord-api/" rel="alternate" type="text/html" title="Kord: Deep Dive into the Discord API" /><published>2024-06-12T00:00:00+02:00</published><updated>2024-06-12T00:00:00+02:00</updated><id>https://talkingkotlin.com/kord-deep-dive-into-the-discord-api</id><content type="html" xml:base="https://talkingkotlin.com/kord-deep-dive-into-the-discord-api/"><![CDATA[]]></content><author><name></name></author><category term="Discord" /><category term="Discord API" /><category term="Kord library" /><summary type="html"><![CDATA[In this episode, we dive into the complexities of the Discord API, the importance of WebSockets, and the challenges and strategies in building and maintaining a modularized library. We also explore the future of Kord, including moving towards native support and the ongoing effort to keep up with Discord's evolving features. Whether you're a Kotlin enthusiast or a Discord bot developer, this episode is packed with valuable insights and practical advice.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/kord.png" /><media:content medium="image" url="https://talkingkotlin.com/kord.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Navigating the Compose Multiverse – Lyricist &amp;amp; Voyager</title><link href="https://talkingkotlin.com/navigating-the-compose-multiverse-lyricist-and-voyager/" rel="alternate" type="text/html" title="Navigating the Compose Multiverse – Lyricist &amp;amp; Voyager" /><published>2024-03-06T00:00:00+01:00</published><updated>2024-03-06T00:00:00+01:00</updated><id>https://talkingkotlin.com/navigating-the-compose-multiverse-lyricist-and-voyager</id><content type="html" xml:base="https://talkingkotlin.com/navigating-the-compose-multiverse-lyricist-and-voyager/"><![CDATA[]]></content><author><name></name></author><category term="Compose Multiplatform" /><category term="KMP" /><category term="Jetpack Compose" /><summary type="html"><![CDATA[Embark on a journey into the Compose multiverse with the latest episode of Talking Kotlin! This time, we delve into a discussion on two powerful libraries in the Kotlin ecosystem – Lyricist and Voyager.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/adriel-cafe.png" /><media:content medium="image" url="https://talkingkotlin.com/adriel-cafe.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">What Does the Kotlin Foundation Do?</title><link href="https://talkingkotlin.com/what-does-the-kotlin-foundation-do/" rel="alternate" type="text/html" title="What Does the Kotlin Foundation Do?" /><published>2024-02-13T00:00:00+01:00</published><updated>2024-02-13T00:00:00+01:00</updated><id>https://talkingkotlin.com/what-does-the-kotlin-foundation-do</id><content type="html" xml:base="https://talkingkotlin.com/what-does-the-kotlin-foundation-do/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin Foundation" /><category term="KMP" /><summary type="html"><![CDATA[Immerse yourself in the world of Kotlin as the latest podcast episode unveils the inner workings of the Kotlin Foundation!]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/kotlin-foundation.png" /><media:content medium="image" url="https://talkingkotlin.com/kotlin-foundation.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Network-Resilient Applications with Store5</title><link href="https://talkingkotlin.com/network-resilient-applications-with-store5/" rel="alternate" type="text/html" title="Network-Resilient Applications with Store5" /><published>2023-12-14T00:00:00+01:00</published><updated>2023-12-14T00:00:00+01:00</updated><id>https://talkingkotlin.com/network-resilient-applications-with-store5</id><content type="html" xml:base="https://talkingkotlin.com/network-resilient-applications-with-store5/"><![CDATA[]]></content><author><name></name></author><category term="KMP" /><category term="Store" /><category term="Network" /><summary type="html"><![CDATA[Join us in this exciting episode of Talking Kotlin as we dive into the world of Kotlin Multiplatform with three special guests, Mike Nakhimovich, Yigit Boyar, and Matthew Ramotar, the minds behind the popular library 'Store' — a Kotlin Multiplatform library for building network-resilient applications.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/store.png" /><media:content medium="image" url="https://talkingkotlin.com/store.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Coil Goes Multiplatform with Colin White</title><link href="https://talkingkotlin.com/coil-goes-multiplatform-with-colin-white/" rel="alternate" type="text/html" title="Coil Goes Multiplatform with Colin White" /><published>2023-11-29T00:00:00+01:00</published><updated>2023-11-29T00:00:00+01:00</updated><id>https://talkingkotlin.com/coil-goes-multiplatform-with-colin-white</id><content type="html" xml:base="https://talkingkotlin.com/coil-goes-multiplatform-with-colin-white/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin" /><category term="KMP" /><category term="Kotlin Multiplatform" /><category term="http4k" /><category term="android" /><summary type="html"><![CDATA[In this edition, we dive into the dynamic world of Android development with Colin White, the creator of the widely acclaimed Coil library. Join us as we discuss the latest developments, insights, and the exciting roadmap for Coil.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/colin-white.png" /><media:content medium="image" url="https://talkingkotlin.com/colin-white.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">http4k Chronicles</title><link href="https://talkingkotlin.com/http4k-chronicles/" rel="alternate" type="text/html" title="http4k Chronicles" /><published>2023-11-14T00:00:00+01:00</published><updated>2023-11-14T00:00:00+01:00</updated><id>https://talkingkotlin.com/http4k-chronicles</id><content type="html" xml:base="https://talkingkotlin.com/http4k-chronicles/"><![CDATA[]]></content><author><name></name></author><category term="Kotlin" /><category term="KMP" /><category term="Kotlin Multiplatform" /><category term="http4k" /><summary type="html"><![CDATA[Dive into the intricate world of microservices with the latest episode of Talking Kotlin, hosted by Sebastian and Hadi . In this engaging conversation, the hosts are joined by Ivan and David, the masterminds behind HTTP4K, to discuss the nuances of simplicity in software development and the often-misunderstood landscape of microservices.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://talkingkotlin.com/http4k-2.png" /><media:content medium="image" url="https://talkingkotlin.com/http4k-2.png" xmlns:media="http://search.yahoo.com/mrss/" /></entry></feed>