
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
      <title>CodeWithVamoSs</title>
      <link>https://codewithvamoss.com/blog</link>
      <description>Where I share insights on mobile development, programming, and building impactful mobile projects.</description>
      <language>en-us</language>
      <managingEditor>tranphat.dev@gmail.com (VamoSs)</managingEditor>
      <webMaster>tranphat.dev@gmail.com (VamoSs)</webMaster>
      <lastBuildDate>Wed, 13 May 2026 00:00:00 GMT</lastBuildDate>
      <atom:link href="https://codewithvamoss.com/tags/performance/feed.xml" rel="self" type="application/rss+xml"/>
      
  <item>
    <guid>https://codewithvamoss.com/blog/flutter-performance-part1-devtools</guid>
    <title>Flutter Performance Part 1: Stop Guessing, Start Profiling</title>
    <link>https://codewithvamoss.com/blog/flutter-performance-part1-devtools</link>
    <description>Measure first, optimize later. Stop guessing why your Flutter banking app is lagging and learn how to use DevTools, Profile Mode, and the Performance Overlay to find the real bottlenecks.</description>
    <pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate>
    <author>tranphat.dev@gmail.com (VamoSs)</author>
    <category>flutter</category><category>performance</category><category>devtools</category><category>profiling</category><category>impeller</category>
  </item>

  <item>
    <guid>https://codewithvamoss.com/blog/flutter-performance-part2-rendering</guid>
    <title>Flutter Performance Part 2: Putting Your UI on a Diet</title>
    <link>https://codewithvamoss.com/blog/flutter-performance-part2-rendering</link>
    <description>Keep your 60 FPS target by controlling widget rebuilds. Learn the magic of const, why you should stop using helper methods for UI, and how to use RepaintBoundary and modern state management.</description>
    <pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate>
    <author>tranphat.dev@gmail.com (VamoSs)</author>
    <category>flutter</category><category>performance</category><category>ui</category><category>rendering</category><category>bloc</category><category>signals</category>
  </item>

  <item>
    <guid>https://codewithvamoss.com/blog/flutter-performance-part3-concurrency</guid>
    <title>Flutter Performance Part 3: Freeing the Main Thread</title>
    <link>https://codewithvamoss.com/blog/flutter-performance-part3-concurrency</link>
    <description>Stop freezing your app during heavy data processing. Learn the difference between async/await and true concurrency, and how to use Isolate.run() to keep your UI silky smooth.</description>
    <pubDate>Fri, 15 May 2026 00:00:00 GMT</pubDate>
    <author>tranphat.dev@gmail.com (VamoSs)</author>
    <category>flutter</category><category>performance</category><category>isolates</category><category>concurrency</category><category>async</category>
  </item>

  <item>
    <guid>https://codewithvamoss.com/blog/flutter-performance-part4-memory-size</guid>
    <title>Flutter Performance Part 4: Detoxing RAM &amp; Shedding App Size</title>
    <link>https://codewithvamoss.com/blog/flutter-performance-part4-memory-size</link>
    <description>Stop Out-Of-Memory (OOM) crashes and reduce your download size. Learn the critical rules of Image Caching, hunting Memory Leaks, and analyzing your final build size.</description>
    <pubDate>Sat, 16 May 2026 00:00:00 GMT</pubDate>
    <author>tranphat.dev@gmail.com (VamoSs)</author>
    <category>flutter</category><category>performance</category><category>memory</category><category>oom</category><category>app-size</category>
  </item>

  <item>
    <guid>https://codewithvamoss.com/blog/flutter-performance-part5-ffi-rust</guid>
    <title>Flutter Performance Part 5: Breaking Limits with Rust &amp; FFI</title>
    <link>https://codewithvamoss.com/blog/flutter-performance-part5-ffi-rust</link>
    <description>Push your Flutter app to the absolute limit. Learn how to achieve zero-overhead native communication using FFI and Rust, and when you should (and shouldn’t) use it.</description>
    <pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate>
    <author>tranphat.dev@gmail.com (VamoSs)</author>
    <category>flutter</category><category>performance</category><category>ffi</category><category>rust</category><category>concurrency</category>
  </item>

    </channel>
  </rss>
