<?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: Cholaraja R P</title>
    <description>The latest articles on DEV Community by Cholaraja R P (@cholaraja_rp_504201d0916).</description>
    <link>https://dev.to/cholaraja_rp_504201d0916</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%2F4119671%2Fab5f6f49-733b-4c92-b7b8-c63e7e610d13.png</url>
      <title>DEV Community: Cholaraja R P</title>
      <link>https://dev.to/cholaraja_rp_504201d0916</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cholaraja_rp_504201d0916"/>
    <language>en</language>
    <item>
      <title>I am an Android developer. This is my first web project: CruxDev</title>
      <dc:creator>Cholaraja R P</dc:creator>
      <pubDate>Thu, 10 Sep 2026 16:51:42 +0000</pubDate>
      <link>https://dev.to/cholaraja_rp_504201d0916/i-am-an-android-developer-this-is-my-first-web-project-cruxdev-5bbn</link>
      <guid>https://dev.to/cholaraja_rp_504201d0916/i-am-an-android-developer-this-is-my-first-web-project-cruxdev-5bbn</guid>
      <description>&lt;p&gt;Up until recently, my background was strictly in native Android development. I spent my days working with Kotlin, Jetpack Compose, Gradle builds, and Android lifecycle quirks. &lt;/p&gt;

&lt;p&gt;Whenever I was building and debugging mobile apps, I constantly ran into situations where I needed quick utility tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Decoding an auth JWT from an API response to see why a user session failed&lt;/li&gt;
&lt;li&gt;Formatting large, messy JSON responses from backend endpoints&lt;/li&gt;
&lt;li&gt;Testing regex patterns for form validation&lt;/li&gt;
&lt;li&gt;Converting image assets and inspecting colors&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My usual workflow was to just Google whatever tool I needed. But pasting real API responses and auth tokens into random third-party websites always felt risky. Most of those sites are full of ads, run slowly, and send your inputs to a remote server.&lt;/p&gt;

&lt;p&gt;I wanted to learn modern web development, so instead of building another generic to-do list, I decided to build something I would actually use: &lt;a href="https://cruxdev.tech" rel="noopener noreferrer"&gt;CruxDev&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  What I Built
&lt;/h3&gt;

&lt;p&gt;CruxDev is a collection of over 300 developer tools that run entirely in the browser. &lt;/p&gt;

&lt;p&gt;Coming from Android, where offline-first architecture is second nature, I applied the same philosophy here:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Zero Server Processing&lt;/strong&gt;: Every single tool (JSON formatter, JWT decoder, regex tester, token calculator) processes everything locally using JavaScript Web Workers and WebAssembly. No user input is ever sent over the network.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Works Offline&lt;/strong&gt;: I configured it as a Progressive Web App (PWA), so it can be installed on desktop or mobile and used without an internet connection.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No Ads&lt;/strong&gt;: Just clean tools that load instantly and do their job without tracking.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  The Learning Curve (Android to Web)
&lt;/h3&gt;

&lt;p&gt;Transitioning from Android to building a large web app with React, TypeScript, and Vite was an eye-opening experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Managing state and bundle sizes in a single page app felt very different from Android activities and viewmodels.&lt;/li&gt;
&lt;li&gt;Ensuring the browser UI does not freeze when formatting a massive 10MB JSON file meant learning how to offload heavy calculations into Web Workers.&lt;/li&gt;
&lt;li&gt;Getting the layout responsive across different screen sizes gave me a new respect for CSS.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  I Would Appreciate Your Feedback
&lt;/h3&gt;

&lt;p&gt;Since this is my first real web application, I know there is plenty of room for improvement. &lt;/p&gt;

&lt;p&gt;The site is live here: &lt;a href="https://cruxdev.tech" rel="noopener noreferrer"&gt;https://cruxdev.tech&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you are an experienced web developer, I would love your honest feedback:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How does the site feel in terms of load speed and responsiveness?&lt;/li&gt;
&lt;li&gt;Are there any UI or navigation patterns that feel awkward?&lt;/li&gt;
&lt;li&gt;What developer tools do you use daily that you would like to see added?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Thanks for reading, and I would love to hear your thoughts in the comments!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>showdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
