<?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: Shoaib Shaikh</title>
    <description>The latest articles on DEV Community by Shoaib Shaikh (@shoaib_shaikh_f344a7ff2d8).</description>
    <link>https://dev.to/shoaib_shaikh_f344a7ff2d8</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%2F3814892%2Feeb0a56e-6415-4054-8ecc-9548be79cfe5.png</url>
      <title>DEV Community: Shoaib Shaikh</title>
      <link>https://dev.to/shoaib_shaikh_f344a7ff2d8</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shoaib_shaikh_f344a7ff2d8"/>
    <language>en</language>
    <item>
      <title>I built a free dev tools site after almost leaking my staging credentials into a "popular" online JWT decoder</title>
      <dc:creator>Shoaib Shaikh</dc:creator>
      <pubDate>Mon, 09 Mar 2026 13:56:56 +0000</pubDate>
      <link>https://dev.to/shoaib_shaikh_f344a7ff2d8/i-built-a-free-dev-tools-site-after-almost-leaking-my-staging-credentials-into-a-popular-online-132g</link>
      <guid>https://dev.to/shoaib_shaikh_f344a7ff2d8/i-built-a-free-dev-tools-site-after-almost-leaking-my-staging-credentials-into-a-popular-online-132g</guid>
      <description>&lt;p&gt;Was debugging a JWT token last month. Opened one of those popular online decoders, pasted my token — then checked the Network tab. POST request. My entire token (which included a staging database URL) was being sent to their server.&lt;/p&gt;

&lt;p&gt;I looked for a client-side alternative and couldn't find one that had all the tools I needed. So I spent the last couple months building ApexApps.in.&lt;/p&gt;

&lt;p&gt;It's 10 free dev tools that run entirely in your browser:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JSON Formatter (format / validate / minify)
&lt;/li&gt;
&lt;li&gt;JWT Decoder — completely offline
&lt;/li&gt;
&lt;li&gt;CSS Minifier
&lt;/li&gt;
&lt;li&gt;SQL Formatter
&lt;/li&gt;
&lt;li&gt;Base64 Encoder/Decoder
&lt;/li&gt;
&lt;li&gt;Regex Tester with live match highlighting
&lt;/li&gt;
&lt;li&gt;Cron Builder (visual + plain English explanation)
&lt;/li&gt;
&lt;li&gt;Color Tools (HEX/RGB/HSL + WCAG contrast checker)
&lt;/li&gt;
&lt;li&gt;Timestamp Converter
&lt;/li&gt;
&lt;li&gt;HTML Formatter with live preview
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can verify the privacy claim yourself: DevTools → Network tab → use any tool → zero POST requests.&lt;/p&gt;

&lt;p&gt;Everything runs through the local V8 engine so it's also faster than server-based tools for large files.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the architecture or what I'm planning to add next. What tools do you find yourself using daily that should be on the list?&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://apexapps.in" rel="noopener noreferrer"&gt;https://apexapps.in&lt;/a&gt;]&lt;/p&gt;

</description>
      <category>security</category>
      <category>showdev</category>
      <category>tooling</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
