<?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: Ayesha Mughal</title>
    <description>The latest articles on DEV Community by Ayesha Mughal (@ayesha_mughal_0e2d11e8c45).</description>
    <link>https://dev.to/ayesha_mughal_0e2d11e8c45</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%2F4099966%2F921f0b4a-a875-458e-bf2f-e958df6dd5ba.png</url>
      <title>DEV Community: Ayesha Mughal</title>
      <link>https://dev.to/ayesha_mughal_0e2d11e8c45</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ayesha_mughal_0e2d11e8c45"/>
    <language>en</language>
    <item>
      <title>"I Fixed a Critical Bug That Was Breaking 89 of My 108 Free Tools</title>
      <dc:creator>Ayesha Mughal</dc:creator>
      <pubDate>Thu, 10 Sep 2026 12:14:11 +0000</pubDate>
      <link>https://dev.to/ayesha_mughal_0e2d11e8c45/i-fixed-a-critical-bug-that-was-breaking-89-of-my-108-free-tools-5gag</link>
      <guid>https://dev.to/ayesha_mughal_0e2d11e8c45/i-fixed-a-critical-bug-that-was-breaking-89-of-my-108-free-tools-5gag</guid>
      <description>&lt;p&gt;Been building AMOZUnique Tools Hub (amoztools.com) — 108 free browser-based tools across PDF, image, dev, SEO, and security categories, no signup required.&lt;br&gt;
Found a nasty IIFE scoping bug that was silently trapping 89 out of 108 tools — they looked fine in the UI but weren't actually registering. Also caught a malformed tools.yttags object where several tools were nested incorrectly instead of being registered as direct properties.&lt;br&gt;
Other fixes in the same pass:&lt;br&gt;
Mobile nav (toggleMobileNav()) was missing across all 25 template-based landing pages — broken mobile navigation site-wide&lt;br&gt;
Fixed a viewport bug (width=1200 instead of device-width) that was tanking mobile Lighthouse scores&lt;br&gt;
Moved render-blocking ad scripts to , added requestIdleCallback for deferred tool loading&lt;br&gt;
Lesson: with a single-file architecture at this scale, one small scoping mistake can silently take down most of your product without throwing a visible error. Now doing a proper SEO/indexing recovery pass — Google went from 0 to 11 indexed pages in a couple weeks.&lt;br&gt;
Tags: #webdev #javascript #showdev #buildinpublic&lt;/p&gt;

</description>
      <category>debugging</category>
      <category>javascript</category>
      <category>performance</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Update: My 108 Free Tools Project Just Crossed Its First Real Traction</title>
      <dc:creator>Ayesha Mughal</dc:creator>
      <pubDate>Wed, 09 Sep 2026 05:14:18 +0000</pubDate>
      <link>https://dev.to/ayesha_mughal_0e2d11e8c45/update-my-108-free-tools-project-just-crossed-its-first-real-traction-2c41</link>
      <guid>https://dev.to/ayesha_mughal_0e2d11e8c45/update-my-108-free-tools-project-just-crossed-its-first-real-traction-2c41</guid>
      <description>&lt;p&gt;A couple weeks ago I shared that I built AMOZUnique Tools Hub — 108+ free browser-based tools (calculators, converters, image editors, JSON formatter, password generator, etc).&lt;br&gt;
Quick update on where things stand:&lt;br&gt;
Fixed a bunch of SEO issues that were keeping the site out of Google's index (canonical tags, broken internal links, sitemap problems)&lt;br&gt;
Site is now getting indexed and picking up real search impressions&lt;br&gt;
Added IndexNow support for faster Bing indexing&lt;br&gt;
No signup required anywhere, everything still runs client-side in the browser&lt;br&gt;
Biggest lesson so far: shipping the tools was the easy part. Getting search engines to actually find and trust a new site takes way more patience than I expected.&lt;br&gt;
Live here if anyone wants to poke around: &lt;a href="https://amoztools.com" rel="noopener noreferrer"&gt;https://amoztools.com&lt;/a&gt;&lt;br&gt;
Would love feedback, especially if anything looks broken on mobile.&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>seo</category>
      <category>showdev</category>
      <category>webdev</category>
    </item>
    <item>
      <title>I Built 108 Free Online Tools So I'd Stop Jumping Between 10 Different Sites</title>
      <dc:creator>Ayesha Mughal</dc:creator>
      <pubDate>Sat, 29 Aug 2026 08:18:26 +0000</pubDate>
      <link>https://dev.to/ayesha_mughal_0e2d11e8c45/i-built-108-free-online-tools-so-id-stop-jumping-between-10-different-sites-f0c</link>
      <guid>https://dev.to/ayesha_mughal_0e2d11e8c45/i-built-108-free-online-tools-so-id-stop-jumping-between-10-different-sites-f0c</guid>
      <description>&lt;p&gt;Like a lot of developers, I got tired of the same routine: needing a QR code, opening one site. Needing to format JSON, opening another. Resizing an image, yet another tab, half of them plastered with ads or forcing a signup for something that should take five seconds.&lt;br&gt;
So I built AMOZUnique Tools Hub — a single site with 108+ free tools covering:&lt;br&gt;
Calculators — age, BMI, loan EMI, GST, compound interest&lt;br&gt;
Converters — base64, URL encode/decode, markdown to HTML&lt;br&gt;
Text tools — word counter, case converter, lorem ipsum, diff checker&lt;br&gt;
Dev tools — JSON formatter, JWT decoder, regex tester, UUID generator, hash generator&lt;br&gt;
Image tools — resizer, splitter, cropper, flipper&lt;br&gt;
Security — password generator&lt;br&gt;
Everything runs directly in the browser. No signup. No paywall. No forced account creation just to copy a result.&lt;br&gt;
🔗 &lt;a href="https://amoztools.com" rel="noopener noreferrer"&gt;https://amoztools.com&lt;/a&gt;&lt;br&gt;
Would genuinely love feedback from this community — especially on which tools are missing that you'd actually use. Also happy to answer questions about how it's built if anyone's curious about the stack&lt;/p&gt;

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