<?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: Mr Motu</title>
    <description>The latest articles on DEV Community by Mr Motu (@mr_motu_3c111eae039fe157e).</description>
    <link>https://dev.to/mr_motu_3c111eae039fe157e</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%2F3728865%2Fd45631df-af84-44a6-ae60-db6ea2fc0b97.png</url>
      <title>DEV Community: Mr Motu</title>
      <link>https://dev.to/mr_motu_3c111eae039fe157e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mr_motu_3c111eae039fe157e"/>
    <language>en</language>
    <item>
      <title>How I Optimized 650+ Unicode Fonts to Hit 95+ PageSpeed on Mobile</title>
      <dc:creator>Mr Motu</dc:creator>
      <pubDate>Sat, 31 Jan 2026 19:04:55 +0000</pubDate>
      <link>https://dev.to/mr_motu_3c111eae039fe157e/how-i-optimized-650-unicode-fonts-to-hit-95-pagespeed-on-mobile-4d4o</link>
      <guid>https://dev.to/mr_motu_3c111eae039fe157e/how-i-optimized-650-unicode-fonts-to-hit-95-pagespeed-on-mobile-4d4o</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuhval9cvn02jw75f4rl6.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fuhval9cvn02jw75f4rl6.png" alt="Stylish name generator with 650+ styles" width="800" height="419"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Introduction:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Most "fancy text" tools are a nightmare for performance. They are often bloated with heavy libraries, trackers, and poorly optimized JavaScript. When I set out to build &lt;a href="https://onlinegeneratorhub.com/stylish-name-generator/" rel="noopener noreferrer"&gt;Online Generator Hub&lt;/a&gt;, I aimed to provide triple the standard variety (650+ styles vs. the typical 200) without compromising a millisecond of speed.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;The Challenge:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Managing 650 mapping objects for Unicode characters (like boldMap, italicMap, and complex zalgoText algorithms) can quickly lead to long-running scripts that freeze the main thread on mobile devices.&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Technical Highlights:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;Live Preview via Event Listeners: Instead of a "Generate" button, I implemented a debounced input listener. This provides users with instant feedback as they type.&lt;/p&gt;

&lt;p&gt;CSS Variable Theming: I used CSS custom properties (: root) for the entire UI. This allows for a 1-tap Dark Mode transition without re-rendering the DOM.&lt;/p&gt;

&lt;p&gt;Google Font Optimization: Instead of loading every font style on page load, I strategically utilized the display=swap parameter in the Google Fonts API to ensure the text is readable while high-end fonts like 'Orbitron' and 'Pacifico' load in the background.&lt;/p&gt;

&lt;p&gt;Functional Style Generation: Each of the 650 styles is generated through a clean object-literal map. For example, the Gaming Ornate style ꧁...꧂ wraps the Unicode-transformed text dynamically.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frq9o72le7z3pfuz9r0hu.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Frq9o72le7z3pfuz9r0hu.png" alt="Stylish name generator categories and fonts" width="800" height="414"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Results:&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;By keeping the core logic in vanilla JavaScript and optimizing the CSS architecture, the tool currently hits a 90+ PageSpeed on mobile and 95+ on desktop, proving that "stylish" doesn't have to mean "slow."&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>seo</category>
      <category>website</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Online Generator Hub</title>
      <dc:creator>Mr Motu</dc:creator>
      <pubDate>Fri, 23 Jan 2026 16:31:04 +0000</pubDate>
      <link>https://dev.to/mr_motu_3c111eae039fe157e/online-generator-hub-3ok5</link>
      <guid>https://dev.to/mr_motu_3c111eae039fe157e/online-generator-hub-3ok5</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdymx90sjzx8ynxsz2ydi.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdymx90sjzx8ynxsz2ydi.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;br&gt;
The Problem That Started It All&lt;br&gt;
Last year, I spent three hours trying to name a single fantasy character. Three. Hours.&lt;br&gt;
I'm a developer who writes fiction on the side, and I realized something ridiculous: I was wasting more time on character names than actually writing the story. So I did what any developer would do—I built a tool to solve my problem.&lt;br&gt;
That tool turned into &lt;a href="https://onlinegeneratorhub.com/" rel="noopener noreferrer"&gt;[Online Generator Hub]&lt;/a&gt;, a collection of 35+ generators for writers, gamers, and anyone who needs random creative content fast.&lt;br&gt;
The site started with a simple &lt;a href="https://onlinegeneratorhub.com/wow-name-generator/" rel="noopener noreferrer"&gt;WoW Name Generator&lt;/a&gt; because I was playing WoW Classic and all the good names were taken. Then I kept adding more:&lt;br&gt;
Name Generators&lt;/p&gt;

&lt;p&gt;RPG-focused: Rogue, Warrior, Monk, Paladin generators&lt;br&gt;
Fantasy: Villain names, Fairy names, Medieval names&lt;br&gt;
Cultural: Japanese, Korean, Native American name generators (researched extensively to be respectful)&lt;br&gt;
Worldbuilding: City names, Country character names&lt;br&gt;
Technical Approach: Keep It Simple&lt;br&gt;
Here's what I learned building these:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Speed Matters More Than Fancy Features
My internet connection is slow. If generators took 3+ seconds to load, I'd never use them. I optimized everything to load and generate results instantly.&lt;/li&gt;
&lt;li&gt;Mobile-First Is Non-Negotiable
I tested every single generator on my phone during my commute. If it didn't work smoothly on a 5-inch screen, it didn't ship.&lt;/li&gt;
&lt;li&gt;No Login Barriers
Why would anyone need an account to generate a random name? They don't. So I didn't build one.&lt;/li&gt;
&lt;li&gt;Algorithm Quality Over Quantity
For the &lt;a href="https://onlinegeneratorhub.com/japanese-name-generator/" rel="noopener noreferrer"&gt;Japanese Name Generator&lt;/a&gt;, I actually studied Japanese naming conventions. It's not just random syllables mashed together—it generates culturally appropriate names with proper structure.
Same with the &lt;a href="https://onlinegeneratorhub.com/native-american-name-generator/" rel="noopener noreferrer"&gt;Native American Name Generator&lt;/a&gt;—I did extensive research to ensure accuracy and respect.
Try It Yourself
If you're curious, check out &lt;a href="https://onlinegeneratorhub.com/" rel="noopener noreferrer"&gt;Online Generator Hub&lt;/a&gt;. It's free, no signup required, and actually works on your phone.
Got ideas for generators that should exist but don't? Let me know. That's literally how half the site got built.&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>gamedev</category>
      <category>tooling</category>
      <category>saas</category>
      <category>portfolio</category>
    </item>
  </channel>
</rss>
