<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SudarshanTechLabs Blog: Patterns</title>
    <link>https://sudarshantechlabs.com/blog/tag/patterns</link>
    <description>Posts tagged Patterns from SudarshanTechLabs.</description>
    <language>en-us</language>
    <lastBuildDate>Thu, 28 May 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://sudarshantechlabs.com/blog/tag/patterns/feed.xml" rel="self" type="application/rss+xml" />
    <managingEditor>support@sudarshantechlabs.com (Sudarshan Chaudhari)</managingEditor>
    <webMaster>support@sudarshantechlabs.com (Sudarshan Chaudhari)</webMaster>
    <item>
      <title>Kotlin Extension Functions: Patterns That Actually Improve Your Code</title>
      <link>https://sudarshantechlabs.com/blog/kotlin-extension-functions</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/kotlin-extension-functions</guid>
      <description>Extension functions are Kotlin&apos;s most addictive feature. Used well, they make APIs more expressive and reduce boilerplate. Used poorly, they scatter code and hide dependencies. Here are the patterns worth adopting and the anti-patterns worth avoiding. · 4 min read</description>
      <pubDate>Thu, 28 May 2026 00:00:00 GMT</pubDate>
      <category>Kotlin</category>
      <category>Android</category>
      <category>Engineering</category>
      <category>Patterns</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Kotlin Sealed Classes and Interfaces: Beyond the Basics</title>
      <link>https://sudarshantechlabs.com/blog/kotlin-sealed-classes-patterns</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/kotlin-sealed-classes-patterns</guid>
      <description>Sealed classes are more than a fancy enum. Here are the patterns that make them indispensable for Android development: representing results, modeling state machines, handling events, and using sealed interfaces for better composition. · 5 min read</description>
      <pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate>
      <category>Kotlin</category>
      <category>Android</category>
      <category>Architecture</category>
      <category>Patterns</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
  </channel>
</rss>