<?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: Hamaad Butt</title>
    <description>The latest articles on DEV Community by Hamaad Butt (@hammadbutt).</description>
    <link>https://dev.to/hammadbutt</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%2F3856852%2F18680208-139c-4072-8e3d-00a817fe009c.jpg</url>
      <title>DEV Community: Hamaad Butt</title>
      <link>https://dev.to/hammadbutt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hammadbutt"/>
    <language>en</language>
    <item>
      <title>I built 2 free web tools to solve problems that annoyed me — here's what I learned</title>
      <dc:creator>Hamaad Butt</dc:creator>
      <pubDate>Thu, 02 Apr 2026 05:35:20 +0000</pubDate>
      <link>https://dev.to/hammadbutt/i-built-2-free-web-tools-to-solve-problems-that-annoyed-me-heres-what-i-learned-h53</link>
      <guid>https://dev.to/hammadbutt/i-built-2-free-web-tools-to-solve-problems-that-annoyed-me-heres-what-i-learned-h53</guid>
      <description>&lt;p&gt;As a full-stack developer, I have a habit of building tools to scratch my own itch. Here are two I recently shipped — both free, no ads, no signup required.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tool 1: Thumb Extract — YouTube Thumbnail Downloader
&lt;/h2&gt;

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

&lt;p&gt;Every time I needed a YouTube thumbnail for a project or reference, I'd end up on some spammy site with 10 popups before I could download anything. So I built a clean version.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Paste any YouTube URL → get the thumbnail instantly&lt;/li&gt;
&lt;li&gt;All resolutions: HD (1280×720), SD (640×480), and default&lt;/li&gt;
&lt;li&gt;Also downloads channel profile pictures in full resolution&lt;/li&gt;
&lt;li&gt;Downloads channel banner/cover art at full size (2560×1440)&lt;/li&gt;
&lt;li&gt;Zero ads, zero signup, zero watermarks&lt;/li&gt;
&lt;li&gt;Works on videos, Shorts, live streams, and old videos&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech approach:
&lt;/h3&gt;

&lt;p&gt;The key insight was using YouTube's image CDN directly rather than scraping the page. This makes it near-instant and works for any public video.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tool 2: Quick CPS Test — 0-Latency Click Speed Tester
&lt;/h2&gt;

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

&lt;p&gt;Every CPS (clicks per second) test site I tried had noticeable input lag caused by event debouncing or heavy DOM manipulation. The results were inaccurate by design.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Measures your CPS with 0-latency click detection&lt;/li&gt;
&lt;li&gt;Test modes: 1s, 5s, 10s, 60s, 100 clicks&lt;/li&gt;
&lt;li&gt;Tracks personal best and average CPS&lt;/li&gt;
&lt;li&gt;Clean UI with zero ads or distractions&lt;/li&gt;
&lt;li&gt;Works perfectly on mobile (touch events)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech approach:
&lt;/h3&gt;

&lt;p&gt;Used raw &lt;code&gt;mousedown&lt;/code&gt; events instead of &lt;code&gt;click&lt;/code&gt; events to eliminate the browser's built-in click delay. Removed all unnecessary DOM reflows during the test interval.&lt;/p&gt;




&lt;h2&gt;
  
  
  What I learned building these
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Simple tools get used.&lt;/strong&gt; Both tools do one thing extremely well. No feature creep.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance is a feature.&lt;/strong&gt; Users immediately notice when something feels instant vs. sluggish.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SEO from day one matters.&lt;/strong&gt; Even small tools benefit from clean URLs, fast load times, and descriptive meta tags.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;If you try either tool, let me know what you think — especially if you find any edge cases or bugs. Always looking to improve.&lt;/p&gt;

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