> ## Documentation Index
> Fetch the complete documentation index at: https://starrycodes.mintlify.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Starry Articles

> A collection of technical deep dives, development logs, and the occasional rant about state management.

<img className="rounded-xl shadow-lg mb-8" src="https://mintcdn.com/starrycodes/hN2tu8EQ7231Z2yn/images/articles/cover.png?fit=max&auto=format&n=hN2tu8EQ7231Z2yn&q=85&s=ddfdd94e1a955b89be239fcf458d20c3" alt="Writing Desk" width="1536" height="1024" data-path="images/articles/cover.png" />

## Welcome to the Lab 🧪

Writing is how I debug my thoughts. Here, you will find a mix of structured tutorials and raw "building in public" logs. Whether you are here to fix a specific bug or just curious about how I built **Flow Music Player**, there is something here for you.

<Tip>
  **Pro Tip:** Most code snippets in these articles are direct exports from my production projects. Feel free to steal them.
</Tip>

## Browse by Topic

<CardGroup cols={2}>
  <Card title="Flutter" icon="flutter" href="/blogs/flutter/multi-wayed-svg-styling">
    Architecture, custom render objects, and squeezing performance out of Dart.
  </Card>

  <Card title="Jetpack Compose" icon="android" href="#">
    Jetpack Compose, Kotlin interop, and system-level integrations.
  </Card>
</CardGroup>

## Latest Writes

<Steps>
  <Step title="Multi-Wayed SVG Styling">
    <Card title="SVG Styling" icon="flutter" href="/blogs/flutter/multi-wayed-svg-styling">
      <Badge>Flutter</Badge> <br />
      Multiple approaches to styling SVGs in Flutter.
    </Card>
  </Step>
</Steps>
