<?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: hammadrasool2000-svg</title>
    <description>The latest articles on DEV Community by hammadrasool2000-svg (@hammadrasool2000svg).</description>
    <link>https://dev.to/hammadrasool2000svg</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%2F4132064%2F95971a04-d95d-4340-8e80-d1afced38a8d.png</url>
      <title>DEV Community: hammadrasool2000-svg</title>
      <link>https://dev.to/hammadrasool2000svg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hammadrasool2000svg"/>
    <language>en</language>
    <item>
      <title>Why I Built ToolStash: Free, Client-Side Developer Tools</title>
      <dc:creator>hammadrasool2000-svg</dc:creator>
      <pubDate>Fri, 18 Sep 2026 20:27:26 +0000</pubDate>
      <link>https://dev.to/hammadrasool2000svg/why-i-built-toolstash-free-client-side-developer-tools-3pi7</link>
      <guid>https://dev.to/hammadrasool2000svg/why-i-built-toolstash-free-client-side-developer-tools-3pi7</guid>
      <description>&lt;p&gt;Every developer has a handful of five-second tasks that come up constantly — pretty-printing a blob of JSON, generating a UUID for a test fixture, checking why two config files don't match. Most tool sites for this are slow, ad-choked, or ask you to sign up for something you'll use twice a year.&lt;/p&gt;

&lt;p&gt;That's why I built &lt;a href="https://toolstash.tools" rel="noopener noreferrer"&gt;ToolStash&lt;/a&gt; — a small, growing collection of developer utilities that run entirely in the browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Diff Checker&lt;/strong&gt; — line-by-line or word-by-word comparison&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hash Generator&lt;/strong&gt; — MD5, SHA-1, SHA-256, SHA-512, NTLM&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UUID Generator&lt;/strong&gt; — single or bulk (up to 100 at once)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JSON Formatter&lt;/strong&gt; — beautify, validate, minify&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;YAML to JSON Converter&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Markdown to HTML Converter&lt;/strong&gt; — with live preview&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SQL Formatter&lt;/strong&gt; — supports MySQL, PostgreSQL, SQL Server, Oracle, BigQuery, Snowflake, SQLite&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Regex Tester&lt;/strong&gt; — live match highlighting and capture groups&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Why client-side only?
&lt;/h3&gt;

&lt;p&gt;Every tool runs as plain JavaScript in your browser. There's no backend for your input to pass through, so nothing you paste is ever uploaded — which matters if you're debugging something with real (if low-stakes) data in it, like a config file or a sample record.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's next
&lt;/h3&gt;

&lt;p&gt;I'm adding new tools regularly — base64 encode/decode, a cron expression builder, and a password generator are next up. If there's a utility you find yourself needing often, I'd love to hear about it in the comments.&lt;/p&gt;

&lt;p&gt;Try it: &lt;a href="https://toolstash.tools" rel="noopener noreferrer"&gt;https://toolstash.tools&lt;/a&gt;&lt;/p&gt;

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