<?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>Forem: Hasanul</title>
    <description>The latest articles on Forem by Hasanul (@hasanul_58d5368cddadc7dff).</description>
    <link>https://forem.com/hasanul_58d5368cddadc7dff</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%2F3857238%2F43681818-6c2a-4d18-9d2e-b8e35999c73a.jpg</url>
      <title>Forem: Hasanul</title>
      <link>https://forem.com/hasanul_58d5368cddadc7dff</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/hasanul_58d5368cddadc7dff"/>
    <language>en</language>
    <item>
      <title>I was tired of sketchy online JSON formatters, so I built a suite of 100+ client-side developer utilities</title>
      <dc:creator>Hasanul</dc:creator>
      <pubDate>Wed, 15 Apr 2026 04:52:58 +0000</pubDate>
      <link>https://forem.com/hasanul_58d5368cddadc7dff/i-was-tired-of-sketchy-online-json-formatters-so-i-built-a-suite-of-100-client-side-developer-5cn7</link>
      <guid>https://forem.com/hasanul_58d5368cddadc7dff/i-was-tired-of-sketchy-online-json-formatters-so-i-built-a-suite-of-100-client-side-developer-5cn7</guid>
      <description>&lt;p&gt;As developers, we all have that exact same workflow. You get a massive blob of JSON from an API, or a JWT token from a staging environment, and you instinctively Google "JSON Formatter" or "JWT Decoder".&lt;/p&gt;

&lt;p&gt;You click the first result. The page is plastered with auto-playing video ads, a massive cookie consent banner blocks your screen, and the tool itself looks like it hasn't been updated since 2012.&lt;/p&gt;

&lt;p&gt;Worst of all? &lt;strong&gt;You have no idea if the sensitive staging data you just pasted into the textbox is being logged on a random server somewhere.&lt;/strong&gt;&lt;br&gt;
I finally had enough of this workflow. So, I spent the last few weeks building the exact opposite.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Enter FreeToolkit 🛠️&lt;/strong&gt;&lt;br&gt;
I built &lt;a href="https://freetoolkit.co/" rel="noopener noreferrer"&gt;FreeToolkit.co&lt;/a&gt; — a platform containing over 100+ raw, focused developer utilities designed around speed, modern UX, and strict privacy.&lt;/p&gt;

&lt;p&gt;![&lt;a href="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/74yi95wpotqfocxewdv4.png" rel="noopener noreferrer"&gt;FreeToolkit homepage dashboard showing available tools&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Architecture: 100% Client-Side&lt;/strong&gt;&lt;br&gt;
From a technical perspective, my primary rule for building this was &lt;strong&gt;privacy by default&lt;/strong&gt;. When dealing with &lt;a href="https://freetoolkit.co/tools/base64-decode/" rel="noopener noreferrer"&gt;Base64 Decoders&lt;/a&gt;, &lt;a href="https://freetoolkit.co/tools/jwt-decoder/" rel="noopener noreferrer"&gt;JWT Decoders&lt;/a&gt;, or converting sensitive CSV data, sending payloads back to a Node.js server for processing is a massive security risk. &lt;strong&gt;To solve this, every single one of the 100+ tools runs entirely in your browser using client-side JavaScript.&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No API calls are made to process your data.&lt;/li&gt;
&lt;li&gt;Everything computes instantly locally.&lt;/li&gt;
&lt;li&gt;Your data never leaves your machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Built for Speed (Next.js)&lt;/strong&gt;&lt;br&gt;
Instead of forcing you to navigate through slow, reloading pages to find the tool you need, the entire platform acts as a unified workspace.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;use the global sidebar search to instantly filter through utilities.&lt;/li&gt;
&lt;li&gt;Natively respects your system's Dark/Light mode preferences.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The Toolkit&lt;/strong&gt;&lt;br&gt;
I tried to cover almost every random utility I find myself Googling during a standard week of development. Here are some of the dedicated hubs:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📦 &lt;strong&gt;JSON Tools&lt;/strong&gt; (Formatters, Validators, Minifiers, Diff Checkers)&lt;/li&gt;
&lt;li&gt;🔐 &lt;strong&gt;Cryptography&lt;/strong&gt; (Bcrypt, SHA-256, HMAC Generators, MD5)&lt;/li&gt;
&lt;li&gt;🎨 &lt;strong&gt;CSS Tools&lt;/strong&gt; (Box Shadow Generators, Clip-Path Builders, Minifiers)&lt;/li&gt;
&lt;li&gt;⏱️ &lt;strong&gt;Date &amp;amp; Time&lt;/strong&gt; (Unix Timestamp Converters, ISO Formatters)&lt;/li&gt;
&lt;li&gt;📄 &lt;strong&gt;Text Utilities&lt;/strong&gt; (Case Converters, Slug Generators, Diff tools)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I would absolutely love to hear feedback from the Dev.to community. If there is a missing utility that you constantly use and want added, let me know in the comments below!&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Check it out here&lt;/strong&gt;: &lt;a href="https://freetoolkit.co/" rel="noopener noreferrer"&gt;FreeToolkit.co&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>react</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built 100+ free developer tools — here's what I learned</title>
      <dc:creator>Hasanul</dc:creator>
      <pubDate>Thu, 02 Apr 2026 09:00:19 +0000</pubDate>
      <link>https://forem.com/hasanul_58d5368cddadc7dff/i-built-100-free-developer-tools-heres-what-i-learned-3133</link>
      <guid>https://forem.com/hasanul_58d5368cddadc7dff/i-built-100-free-developer-tools-heres-what-i-learned-3133</guid>
      <description>&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;Every time I needed a quick JSON formatter or a UUID generator, &lt;br&gt;
I'd Google it and land on some ad-heavy site that barely worked &lt;br&gt;
on mobile. So I decided to build my own.&lt;/p&gt;

&lt;p&gt;Six months later, FreeToolkit has 100+ tools and I learned a &lt;br&gt;
lot along the way.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I built
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://freetoolkit.co" rel="noopener noreferrer"&gt;FreeToolkit&lt;/a&gt; is a free collection of &lt;br&gt;
browser-based utilities for developers. No login, no ads, &lt;br&gt;
no data sent to any server.&lt;/p&gt;

&lt;p&gt;Some of the most useful ones:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON Formatter &amp;amp; Validator&lt;/strong&gt; — paste messy JSON, get clean output&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JWT Decoder&lt;/strong&gt; — decode any JWT token instantly
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Regex Tester&lt;/strong&gt; — test regex with live match highlighting&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;UUID Generator&lt;/strong&gt; — v4 UUIDs with one click&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Hash Generator&lt;/strong&gt; — MD5, SHA1, SHA256, SHA512, bcrypt&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Color Converter&lt;/strong&gt; — hex, RGB, HSL, CMYK&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SQL Formatter&lt;/strong&gt; — clean up messy queries instantly&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I learned building 100+ tools
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Scope creep is real&lt;/strong&gt;&lt;br&gt;
I started with 10 tools. Each one suggested 3 more. &lt;br&gt;
Set a limit early.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Browser APIs are powerful&lt;/strong&gt;&lt;br&gt;
90% of these tools need zero server. Crypto, encoding, &lt;br&gt;
parsing — all native now.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. SEO for tools is different&lt;/strong&gt;&lt;br&gt;
Each tool page needs its own content. "JSON Formatter" &lt;br&gt;
as a page title isn't enough.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Performance matters more than features&lt;/strong&gt;&lt;br&gt;
Users close tabs in 3 seconds if the tool is slow.&lt;/p&gt;

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

&lt;p&gt;I'm planning to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;API access for some tools&lt;/li&gt;
&lt;li&gt;Browser extension&lt;/li&gt;
&lt;li&gt;More language-specific tools&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Would love feedback — what tools do you wish existed?&lt;/p&gt;




&lt;p&gt;Check it out at &lt;a href="https://freetoolkit.co" rel="noopener noreferrer"&gt;freetoolkit.co&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>programming</category>
      <category>nocode</category>
    </item>
  </channel>
</rss>
