<?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: Tej Chalishazar</title>
    <description>The latest articles on DEV Community by Tej Chalishazar (@tej_8335).</description>
    <link>https://dev.to/tej_8335</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%2F4135665%2F95f12c41-b83a-40fe-812c-f472e0c68b94.png</url>
      <title>DEV Community: Tej Chalishazar</title>
      <link>https://dev.to/tej_8335</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tej_8335"/>
    <language>en</language>
    <item>
      <title>I built 21 tiny dev tools so I'd stop pasting the same prompts into ChatGPT</title>
      <dc:creator>Tej Chalishazar</dc:creator>
      <pubDate>Mon, 21 Sep 2026 11:37:25 +0000</pubDate>
      <link>https://dev.to/tej_8335/i-built-21-tiny-dev-tools-so-id-stop-pasting-the-same-prompts-into-chatgpt-34j6</link>
      <guid>https://dev.to/tej_8335/i-built-21-tiny-dev-tools-so-id-stop-pasting-the-same-prompts-into-chatgpt-34j6</guid>
      <description>&lt;p&gt;A few months ago I noticed a pattern: multiple times a week, I'd open&lt;br&gt;
a chat window and type some version of "convert this JSON to YAML" or&lt;br&gt;
"what does this cron expression mean" or "decode this JWT for me."&lt;/p&gt;

&lt;p&gt;None of these are hard questions. They're just &lt;em&gt;repetitive&lt;/em&gt; ones — and&lt;br&gt;
for anything I'm about to actually run in production, I'd rather trust&lt;br&gt;
a real, deterministic parser than an LLM's best guess anyway. A&lt;br&gt;
mis-parsed cron job or a subtly wrong regex is the kind of thing that&lt;br&gt;
should never depend on a model getting lucky.&lt;/p&gt;

&lt;p&gt;So I built dedicated tools instead.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://tinydevutils.com" rel="noopener noreferrer"&gt;TinyDevUtils&lt;/a&gt; is a small, free collection&lt;br&gt;
of browser-based utilities — 24 so far, spread across four categories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Format &amp;amp; Convert&lt;/strong&gt; — JSON/YAML/CSV conversion, Base64, URL encoding, color conversion, Markdown ⇄ HTML&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Date &amp;amp; Time&lt;/strong&gt; — a cron builder/explainer, Unix timestamp converter&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Development&lt;/strong&gt; — regex tester, JWT decoder, hash generator, UUID/ULID generator, barcode generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text &amp;amp; Data&lt;/strong&gt; — diff checker, case converter, slug generator, fake data generation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every tool runs entirely client-side. Whatever you paste in — a JSON&lt;br&gt;
blob, a JWT, a cron string — never leaves your browser. No account, no&lt;br&gt;
sign-up, no usage limits.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why not just keep using ChatGPT for this?
&lt;/h2&gt;

&lt;p&gt;Genuinely fair question, and I don't think LLMs are bad at these tasks&lt;br&gt;
— they're actually pretty good at most of them. But a couple of things&lt;br&gt;
pushed me toward building dedicated tools instead:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Speed.&lt;/strong&gt; Opening a chat, typing a prompt, and waiting for a
response is slower than pasting into a tool that converts instantly
on keystroke — especially for something you do many times a day.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Determinism.&lt;/strong&gt; A parser either works or throws an error. An LLM
can subtly hallucinate a wrong cron field or mis-decode part of a
token, and you might not notice until it breaks something.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Habit.&lt;/strong&gt; Most devs still Google "json to yaml converter" before
thinking to ask an AI — that muscle memory isn't going away
overnight.&lt;/li&gt;
&lt;/ol&gt;

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

&lt;p&gt;Still actively adding tools — a few more format converters and a&lt;br&gt;
proper Git command visualizer are next on the list. If there's&lt;br&gt;
something you find yourself repeatedly Googling or asking an AI to do,&lt;br&gt;
I'd genuinely like to hear about it in the comments — happy to add it.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://tinydevutils.com" rel="noopener noreferrer"&gt;https://tinydevutils.com&lt;/a&gt;&lt;/p&gt;

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