<?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: Alvaro</title>
    <description>The latest articles on Forem by Alvaro (@alguive).</description>
    <link>https://forem.com/alguive</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%2F3838166%2Fb617af0c-2f51-4cb7-98f5-4fcd746d9556.jpeg</url>
      <title>Forem: Alvaro</title>
      <link>https://forem.com/alguive</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/alguive"/>
    <language>en</language>
    <item>
      <title>All My Favorite Dev Tools Were on 10 Different Websites. So I Built One With Everything</title>
      <dc:creator>Alvaro</dc:creator>
      <pubDate>Sun, 22 Mar 2026 09:40:29 +0000</pubDate>
      <link>https://forem.com/alguive/all-my-favorite-dev-tools-were-on-10-different-websites-so-i-built-one-with-everything-1k0o</link>
      <guid>https://forem.com/alguive/all-my-favorite-dev-tools-were-on-10-different-websites-so-i-built-one-with-everything-1k0o</guid>
      <description>&lt;p&gt;I've been using JSON formatters, cron schedulers, password generators and Base64 encoders since my first day as a web developer. Always jumping between tabs, always the same ugly interfaces from 2012.&lt;/p&gt;

&lt;p&gt;Then last year JSONFormatter.org and CodeBeautify.org made the news — years of user data exposed. Passwords, API keys, cloud credentials. Stuff developers had been pasting there assuming it was safe.&lt;/p&gt;

&lt;p&gt;That was enough for me.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;So I built &lt;a href="https://devessentials.dev/" rel="noopener noreferrer"&gt;devessentials.dev&lt;/a&gt;&lt;/strong&gt; — a collection of the tools I actually use, running 100% in your browser. No backend. No server ever sees what you paste. You can verify it yourself: open&lt;br&gt;
  DevTools → Network tab, use any tool, watch zero requests go out.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's in it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;JSON Formatter, Validator &amp;amp; Beautifier&lt;/li&gt;
&lt;li&gt;JWT Decoder &amp;amp; Debugger&lt;/li&gt;
&lt;li&gt;Hash Generator (MD5, SHA-256, SHA-512)&lt;/li&gt;
&lt;li&gt;Base64 Encoder/Decoder&lt;/li&gt;
&lt;li&gt;UUID Generator (v1, v4, v7)&lt;/li&gt;
&lt;li&gt;Password Generator &amp;amp; Strength Checker&lt;/li&gt;
&lt;li&gt;Cron Builder&lt;/li&gt;
&lt;li&gt;Diff Checker&lt;/li&gt;
&lt;li&gt;URL Encoder/Decoder&lt;/li&gt;
&lt;li&gt;JSON ↔ YAML, JSON ↔ CSV converters&lt;/li&gt;
&lt;li&gt;JSON Repair &lt;em&gt;(great for fixing broken LLM output)&lt;/em&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech
&lt;/h2&gt;

&lt;p&gt;Built with Next.js 15, fully static. No ads, no login, no analytics on your inputs.&lt;/p&gt;

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

&lt;p&gt;Adding more tools as I need them. Feedback welcome.&lt;/p&gt;

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