<?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: amine chtioui</title>
    <description>The latest articles on DEV Community by amine chtioui (@amine_chtioui_04007).</description>
    <link>https://dev.to/amine_chtioui_04007</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%2F3873582%2F1283ac53-00d0-4658-88d3-95a49ce4805a.jpg</url>
      <title>DEV Community: amine chtioui</title>
      <link>https://dev.to/amine_chtioui_04007</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amine_chtioui_04007"/>
    <language>en</language>
    <item>
      <title>I got tired of Googling the same tools every day, so I built my own collection</title>
      <dc:creator>amine chtioui</dc:creator>
      <pubDate>Sat, 11 Apr 2026 13:49:49 +0000</pubDate>
      <link>https://dev.to/amine_chtioui_04007/i-got-tired-of-googling-the-same-tools-every-day-so-i-built-my-own-collection-2m74</link>
      <guid>https://dev.to/amine_chtioui_04007/i-got-tired-of-googling-the-same-tools-every-day-so-i-built-my-own-collection-2m74</guid>
      <description>&lt;p&gt;You know that moment when you're deep in a debugging session and you need to quickly decode a JWT, or format a messy JSON response, and you end up with 6 browser tabs open across 4 different websites?&lt;br&gt;
That was me. Every single day.&lt;br&gt;
Some sites were slow. Some had aggressive ads that made the page unusable. Some required an account just to paste a string. And half of them looked like they hadn't been updated since 2009.&lt;br&gt;
So I decided to just build my own.&lt;br&gt;
Introducing &lt;a href="https://mydevsuite.com" rel="noopener noreferrer"&gt;MyDevSuite&lt;/a&gt;, 10 free browser-based developer tools, no login, no tracking, no nonsense.&lt;br&gt;
Everything runs client-side. Your data never touches a server. It's just you and your browser.&lt;br&gt;
Here's what's in it right now:&lt;/p&gt;

&lt;p&gt;🔧 JSON Formatter &amp;amp; Validator&lt;br&gt;
🔐 Base64 Encoder / Decoder&lt;br&gt;
🔑 JWT Decoder&lt;br&gt;
🔗 URL Encoder / Decoder&lt;br&gt;
🆔 UUID Generator&lt;br&gt;
⏱ Unix Timestamp Converter&lt;br&gt;
🎨 Color Converter (HEX / RGB / HSL)&lt;br&gt;
✅ Regex Tester with live highlighting&lt;br&gt;
📝 Markdown Previewer&lt;br&gt;
⏰ Cron Expression Builder&lt;/p&gt;

&lt;p&gt;The whole thing is plain HTML, CSS, and vanilla JS — no frameworks, no build step, no dependencies. I wanted it to be fast and I wanted it to stay fast.&lt;br&gt;
I'm planning to keep adding tools over time. If there's something you reach for constantly and wish had a clean, fast, no-BS version — drop it in the comments. I'll probably build it.&lt;br&gt;
Would love any feedback on the UX, the tools themselves, or anything that feels off. Be brutal, I can take it 😄&lt;br&gt;
👉 &lt;a href="https://mydevsuite.com/" rel="noopener noreferrer"&gt;mydevsuite.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>devops</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
