<?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: Rahul Thummar</title>
    <description>The latest articles on DEV Community by Rahul Thummar (@rahulthummar).</description>
    <link>https://dev.to/rahulthummar</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3798894%2F4ac2d630-73f6-44cb-868c-2b5f021dd1e4.jpeg</url>
      <title>DEV Community: Rahul Thummar</title>
      <link>https://dev.to/rahulthummar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rahulthummar"/>
    <language>en</language>
    <item>
      <title>🚀 30+ Free Tools I Built for Developers</title>
      <dc:creator>Rahul Thummar</dc:creator>
      <pubDate>Mon, 09 Mar 2026 04:22:53 +0000</pubDate>
      <link>https://dev.to/rahulthummar/30-free-tools-i-built-for-developers-2bd8</link>
      <guid>https://dev.to/rahulthummar/30-free-tools-i-built-for-developers-2bd8</guid>
      <description>&lt;p&gt;As developers, we often need small utilities while working formatting JSON, converting images, decoding tokens, or generating dummy text.&lt;/p&gt;

&lt;p&gt;Instead of searching for different websites every time, I built a collection of 30+ simple tools that can help speed up daily development tasks.&lt;/p&gt;

&lt;p&gt;👉 You can explore all tools here:&lt;br&gt;
&lt;a href="https://www.codeutils.tech" rel="noopener noreferrer"&gt;codeutils.tech&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;All tools run directly in the browser and are designed to be fast, simple, and easy to use.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🧰 Developer Tools&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Some tools are focused on common development tasks:&lt;/p&gt;

&lt;p&gt;👉 JSON Formatter&lt;br&gt;
👉 JSON Diff Viewer&lt;br&gt;
👉 String to JSON&lt;br&gt;
👉 JSON to TypeScript&lt;br&gt;
👉 JWT Decoder&lt;br&gt;
👉 Text Diff&lt;br&gt;
👉 Case Converter&lt;br&gt;
👉 Character Counter&lt;/p&gt;

&lt;p&gt;These tools help when working with APIs, debugging data, and formatting text.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;🎨 Image &amp;amp; Design Tools&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Frontend developers often need quick image utilities, so I added tools like:&lt;/p&gt;

&lt;p&gt;👉 Image Compressor&lt;br&gt;
👉 Image Converter&lt;br&gt;
👉 Image Resizer&lt;br&gt;
👉 SVG to Image&lt;br&gt;
👉 Base64 ↔ Image&lt;/p&gt;

&lt;p&gt;These help optimize images quickly for better performance on the web.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;⚡ Other Useful Tools&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I also added some general utilities:&lt;/p&gt;

&lt;p&gt;👉 CSS Gradient Generator&lt;br&gt;
👉 QR Generator&lt;br&gt;
👉 Password Generator&lt;br&gt;
👉 Dummy Text Generator&lt;br&gt;
👉 Typing Speed Test&lt;br&gt;
👉 Flowchart Generator&lt;br&gt;
👉 Mind Map Generator&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💰 Useful Calculators&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Some everyday calculators are also included:&lt;/p&gt;

&lt;p&gt;👉 EMI Calculator&lt;br&gt;
👉 Interest Calculator&lt;br&gt;
👉 Age Calculator&lt;br&gt;
👉 File Size Converter&lt;br&gt;
👉 Milliseconds Converter&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;💡 Why I Built This&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;As a React developer, I wanted a place where I could quickly access useful utilities without installing anything or opening multiple websites.&lt;/p&gt;

&lt;p&gt;So I built a single platform with many useful tools for developers and everyday tasks.&lt;/p&gt;

&lt;p&gt;If you have suggestions for new tools, feel free to share them. 🙌&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>developer</category>
      <category>tooling</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I Built a Free Developer Toolbox to Solve Everyday Coding Tasks</title>
      <dc:creator>Rahul Thummar</dc:creator>
      <pubDate>Mon, 02 Mar 2026 05:12:43 +0000</pubDate>
      <link>https://dev.to/rahulthummar/i-built-a-free-developer-toolbox-to-solve-everyday-coding-tasks-43ep</link>
      <guid>https://dev.to/rahulthummar/i-built-a-free-developer-toolbox-to-solve-everyday-coding-tasks-43ep</guid>
      <description>&lt;p&gt;As a web developer, I often found myself opening multiple websites just to handle small but frequent tasks formatting JSON, decoding JWTs, generating CSS gradients, or compressing images, generating diagrams.&lt;/p&gt;

&lt;p&gt;Each tool worked, but the experience was rarely smooth. Too many ads, cluttered UIs, or unnecessary sign-ups disrupted my workflow.&lt;/p&gt;

&lt;p&gt;So I decided to build something simple for myself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Problem I Wanted to Fix&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Developers deal with dozens of micro-tasks every day:&lt;/p&gt;

&lt;p&gt;👉 Formatting or comparing JSON&lt;br&gt;
👉 Decoding tokens while debugging&lt;br&gt;
👉 Converting images or Base64&lt;br&gt;
👉 Creating gradients or flow diagrams&lt;br&gt;
👉 Count bytes to MB or GB&lt;/p&gt;

&lt;p&gt;None of these should require jumping between multiple slow websites.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What I Built: CodeUtils&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;CodeUtils is a free, browser-based developer toolbox designed for speed and simplicity.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No sign-up&lt;/li&gt;
&lt;li&gt;Clean, distraction-free UI&lt;/li&gt;
&lt;li&gt;Fast, local-first tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It started as a personal project, but I realized many developers face the same daily friction.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;A Few Tools Inside CodeUtils&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of listing everything, here are some commonly used tools:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON Formatter &amp;amp; Diff&lt;/strong&gt; – Format and compare JSON instantly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JWT Decoder&lt;/strong&gt; – Decode tokens without server calls&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;CSS Gradient Generator&lt;/strong&gt; – Create clean gradients quickly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Mind Map &amp;amp; Flowchart Generators&lt;/strong&gt; – Plan logic visually&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Image Compressor&lt;/strong&gt; – Reduce the project size&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In total, CodeUtils currently offers 22+ focused developer tools, all accessible from one place.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Writing About the “Why”&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I’ve also started documenting ideas and use cases in the CodeUtils blog, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Essential Developer Utilities – why small tools matter&lt;/li&gt;
&lt;li&gt;Mind Map Generator – using visual thinking to improve code structure&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The goal is not just to provide tools, but to explain how developers can use them effectively.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What’s Next?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;CodeUtils is still evolving-improving UI, adding practical tools, and writing more developer-focused content.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try It &amp;amp; Share Feedback&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you’re curious, you can try CodeUtils here:&lt;br&gt;
 👉(&lt;a href="https://www.codeutils.tech/" rel="noopener noreferrer"&gt;https://www.codeutils.tech/&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;I’d love feedback or suggestions on what tools you use daily or what’s missing.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and happy coding 🙌&lt;/p&gt;

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