<?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: Mohammed Awny</title>
    <description>The latest articles on DEV Community by Mohammed Awny (@user_177da31cc3).</description>
    <link>https://dev.to/user_177da31cc3</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%2F4137543%2Ffb257c9f-3b19-4c41-9789-1ecb60009210.png</url>
      <title>DEV Community: Mohammed Awny</title>
      <link>https://dev.to/user_177da31cc3</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/user_177da31cc3"/>
    <language>en</language>
    <item>
      <title>I Built a Browser Tool That Detects What You Paste</title>
      <dc:creator>Mohammed Awny</dc:creator>
      <pubDate>Tue, 22 Sep 2026 12:08:50 +0000</pubDate>
      <link>https://dev.to/user_177da31cc3/i-built-a-browser-tool-that-detects-what-you-paste-334p</link>
      <guid>https://dev.to/user_177da31cc3/i-built-a-browser-tool-that-detects-what-you-paste-334p</guid>
      <description>&lt;p&gt;I kept switching between tiny web tools just to handle everyday developer tasks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Formatting JSON&lt;/li&gt;
&lt;li&gt;Decoding Base64&lt;/li&gt;
&lt;li&gt;Cleaning URLs&lt;/li&gt;
&lt;li&gt;Converting Unix timestamps&lt;/li&gt;
&lt;li&gt;Removing duplicate lines&lt;/li&gt;
&lt;li&gt;Transforming text&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;QuickTiny&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;The main feature is &lt;strong&gt;Smart Actions&lt;/strong&gt;: paste almost anything, and QuickTiny tries to recognize the content and suggest the right tool automatically.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Paste JSON → format and validate it&lt;/li&gt;
&lt;li&gt;Paste Base64 → decode it&lt;/li&gt;
&lt;li&gt;Paste a Unix timestamp → convert it&lt;/li&gt;
&lt;li&gt;Paste URL-encoded text → decode it&lt;/li&gt;
&lt;li&gt;Paste a list → clean, sort, or remove duplicates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Everything runs locally in the browser. There is no signup, and the pasted content is not uploaded.&lt;/p&gt;

&lt;p&gt;QuickTiny currently includes 13 small browser tools. I’m trying to keep the interface fast and focused instead of turning it into a crowded toolbox.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Try it:&lt;/strong&gt; &lt;a href="https://quicktinyv2.vercel.app" rel="noopener noreferrer"&gt;https://quicktinyv2.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Watch the short Smart Actions demo:&lt;/strong&gt; &lt;a href="https://quicktinyv2.vercel.app/quicktiny-smart-actions-demo.mp4" rel="noopener noreferrer"&gt;https://quicktinyv2.vercel.app/quicktiny-smart-actions-demo.mp4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d appreciate honest feedback—especially examples that Smart Actions detects incorrectly or tools you repeatedly need during development.&lt;/p&gt;

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