<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Kt. Academy</title>
    <description>The latest articles on DEV Community by Kt. Academy (@ktdotacademy).</description>
    <link>https://dev.to/ktdotacademy</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1734217%2F35313ec3-c1fe-422c-b23b-eded51a56dcd.jpg</url>
      <title>DEV Community: Kt. Academy</title>
      <link>https://dev.to/ktdotacademy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ktdotacademy"/>
    <language>en</language>
    <item>
      <title>Exception handling in Kotlin Coroutines</title>
      <dc:creator>Kt. Academy</dc:creator>
      <pubDate>Mon, 29 Jul 2024 06:01:56 +0000</pubDate>
      <link>https://dev.to/ktdotacademy/exception-handling-in-kotlin-coroutines-e54</link>
      <guid>https://dev.to/ktdotacademy/exception-handling-in-kotlin-coroutines-e54</guid>
      <description>&lt;p&gt;Do you know how to prevent one coroutine's error from crashing your entire app? &lt;/p&gt;

&lt;p&gt;Read the article and learn all about exception handling mechanisms in Kotlin Coroutines. 👇&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kt.academy/article/cc-exception-handling" rel="noopener noreferrer"&gt;https://kt.academy/article/cc-exception-handling&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Full updated chapter available!&lt;/p&gt;

</description>
      <category>digest</category>
    </item>
    <item>
      <title>Effective Kotlin Item 31: Respect abstraction contracts</title>
      <dc:creator>Kt. Academy</dc:creator>
      <pubDate>Mon, 22 Jul 2024 08:43:07 +0000</pubDate>
      <link>https://dev.to/ktdotacademy/effective-kotlin-item-31-respect-abstraction-contracts-50h2</link>
      <guid>https://dev.to/ktdotacademy/effective-kotlin-item-31-respect-abstraction-contracts-50h2</guid>
      <description>&lt;p&gt;Ever wondered how breaking abstraction contracts can turn your code into a ticking time bomb? Discover the hidden pitfalls and essential tips to keep your Kotlin projects stable with the article by Marcin Moskala 👇&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kt.academy/article/ek-respect-contracts" rel="noopener noreferrer"&gt;https://kt.academy/article/ek-respect-contracts&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftcw3h9p7uf2rxe49hiax.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ftcw3h9p7uf2rxe49hiax.png" alt="Image description" width="800" height="557"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>digest</category>
    </item>
    <item>
      <title>Item 30: Define contracts with documentation</title>
      <dc:creator>Kt. Academy</dc:creator>
      <pubDate>Mon, 08 Jul 2024 11:08:57 +0000</pubDate>
      <link>https://dev.to/ktdotacademy/item-30-define-contracts-with-documentation-517c</link>
      <guid>https://dev.to/ktdotacademy/item-30-define-contracts-with-documentation-517c</guid>
      <description>&lt;p&gt;Learn why defining contracts with documentation is crucial. Dive into the article by Marcin Moskala and elevate your Kotlin knowledge now! 🚀✨&lt;a href="https://kt.academy/article/ek-contracts-documentation" rel="noopener noreferrer"&gt;Go to the article&lt;br&gt;
&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbnkuttrxwefbf1rzt8vo.png" alt="Image description" width="800" height="566"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>digest</category>
    </item>
    <item>
      <title>Kotlin Coroutines dispatchers</title>
      <dc:creator>Kt. Academy</dc:creator>
      <pubDate>Fri, 05 Jul 2024 10:45:05 +0000</pubDate>
      <link>https://dev.to/ktdotacademy/kotlin-coroutines-dispatchers-1k51</link>
      <guid>https://dev.to/ktdotacademy/kotlin-coroutines-dispatchers-1k51</guid>
      <description>&lt;p&gt;Learn how to:&lt;/p&gt;

&lt;p&gt;👉 control thread execution with Coroutine Dispatchers,&lt;/p&gt;

&lt;p&gt;👉 harness the power of coroutines with Dispatchers.IO and the limitedParallelism function,&lt;/p&gt;

&lt;p&gt;👉 create custom dispatchers with independent thread limits to optimize your app's performance.  &lt;/p&gt;

&lt;p&gt;Block threads efficiently, and see the difference! 🔥&lt;/p&gt;

&lt;p&gt;&lt;a href="https://kt.academy/article/cc-dispatchers"&gt;https://kt.academy/article/cc-dispatchers&lt;/a&gt;&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>coroutines</category>
    </item>
  </channel>
</rss>
