<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SudarshanTechLabs Blog: Tools</title>
    <link>https://sudarshantechlabs.com/blog/tag/tools</link>
    <description>Posts tagged Tools from SudarshanTechLabs.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 24 Jun 2026 00:00:00 GMT</lastBuildDate>
    <atom:link href="https://sudarshantechlabs.com/blog/tag/tools/feed.xml" rel="self" type="application/rss+xml" />
    <managingEditor>support@sudarshantechlabs.com (Sudarshan Chaudhari)</managingEditor>
    <webMaster>support@sudarshantechlabs.com (Sudarshan Chaudhari)</webMaster>
    <item>
      <title>AI Pair Programming: What It Gets Right and Where</title>
      <link>https://sudarshantechlabs.com/blog/ai-pair-programming-what-it-gets-right-and-where-it-fails</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/ai-pair-programming-what-it-gets-right-and-where-it-fails</guid>
      <description>An honest look at how AI pair programming tools perform in real Android development workflows, including code generation, context understanding, and integration challenges. · 6 min read</description>
      <pubDate>Wed, 24 Jun 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Kotlin</category>
      <category>AI</category>
      <category>Tools</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Claude Code vs Cursor vs Copilot: My 6-Month Android Workflow Test</title>
      <link>https://sudarshantechlabs.com/blog/claude-code-vs-cursor-vs-copilot-an-android-devs-take</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/claude-code-vs-cursor-vs-copilot-an-android-devs-take</guid>
      <description>As a solo Android developer who shipped 22 apps, I tested Claude Code, Cursor, and GitHub Copilot on real projects for 6 months. Here&apos;s what actually works. · 5 min read</description>
      <pubDate>Tue, 16 Jun 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Kotlin</category>
      <category>AI</category>
      <category>Tools</category>
      <category>Solo Dev</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>ProGuard and R8: How to Configure Code Shrinking Without Breaking Your App</title>
      <link>https://sudarshantechlabs.com/blog/android-proguard-r8-guide</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-proguard-r8-guide</guid>
      <description>R8 is enabled in every release build but most developers just hope it works. When it breaks something, debugging is painful. Here&apos;s how to configure ProGuard rules correctly, debug obfuscation issues, and keep your app running after shrinking. · 4 min read</description>
      <pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Tools</category>
      <category>Release</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>AI Tools in the Developer Workflow: What Actually Helps vs What Wastes Time</title>
      <link>https://sudarshantechlabs.com/blog/ai-tools-developer-workflow</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/ai-tools-developer-workflow</guid>
      <description>AI coding tools have improved dramatically but developers still waste hours on wrong use cases. Here&apos;s an honest assessment of where AI tools add real value in an Android developer&apos;s daily workflow and where they fall short. · 4 min read</description>
      <pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate>
      <category>AI</category>
      <category>Tools</category>
      <category>Career</category>
      <category>Claude Code</category>
      <category>Engineering</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Why I Use Claude Code as My Daily Driver (And How I Set It Up)</title>
      <link>https://sudarshantechlabs.com/blog/why-i-use-claude-code</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/why-i-use-claude-code</guid>
      <description>Claude Code isn&apos;t just autocomplete. Here&apos;s how I use it as a real pair programmer for Android development — with custom skills, hooks, and MCP integrations that encode my exact workflow. · 4 min read</description>
      <pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate>
      <category>Claude Code</category>
      <category>AI</category>
      <category>Tools</category>
      <category>Career</category>
      <category>Automation</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Gradle Build Optimization: Cut Your Android Build Times in Half</title>
      <link>https://sudarshantechlabs.com/blog/gradle-build-optimization</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/gradle-build-optimization</guid>
      <description>A slow Gradle build kills developer productivity. Every wasted build minute multiplies across your team and across your day. Here&apos;s how to diagnose and fix the most common Android build performance problems. · 4 min read</description>
      <pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Tools</category>
      <category>Performance</category>
      <category>Engineering</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>How to Reduce Android App Size: R8, Split APKs, and Resource Optimization</title>
      <link>https://sudarshantechlabs.com/blog/android-app-size-reduction</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/android-app-size-reduction</guid>
      <description>App size directly affects install rates and user retention. Every extra MB costs you installs. Here&apos;s a systematic approach to analyzing and reducing Android app size using R8, App Bundles, and resource optimization. · 4 min read</description>
      <pubDate>Fri, 20 Mar 2026 00:00:00 GMT</pubDate>
      <category>Android</category>
      <category>Performance</category>
      <category>Tools</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>Choosing the Right Test Automation Tool: A Practical Decision Guide</title>
      <link>https://sudarshantechlabs.com/blog/choosing-right-automation-tool</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/choosing-right-automation-tool</guid>
      <description>With dozens of automation tools available, choosing the wrong one costs months of wasted effort. Here&apos;s how to evaluate and pick the tool that actually fits your stack, team, and goals. · 4 min read</description>
      <pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate>
      <category>Testing</category>
      <category>Automation</category>
      <category>Tools</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
    <item>
      <title>How to Track Bugs Effectively (Systems That Actually Work)</title>
      <link>https://sudarshantechlabs.com/blog/how-to-track-bugs-effectively</link>
      <guid isPermaLink="true">https://sudarshantechlabs.com/blog/how-to-track-bugs-effectively</guid>
      <description>Most teams track bugs in tools that become graveyards of unresolved tickets. Here&apos;s how to build a bug tracking system that provides real visibility and drives real resolution. · 3 min read</description>
      <pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate>
      <category>Testing</category>
      <category>Bug Reports</category>
      <category>Best Practices</category>
      <category>Tools</category>
      <enclosure url="https://sudarshantechlabs.com/og-image.png" type="image/png" length="0"/>
    </item>
  </channel>
</rss>