<?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: Umair Ahmed Shaikh</title>
    <description>The latest articles on DEV Community by Umair Ahmed Shaikh (@umair_ahmed_shaikh).</description>
    <link>https://dev.to/umair_ahmed_shaikh</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%2F3578517%2Fcea93bfa-d518-42e6-9c76-fec856b2dd4a.png</url>
      <title>DEV Community: Umair Ahmed Shaikh</title>
      <link>https://dev.to/umair_ahmed_shaikh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umair_ahmed_shaikh"/>
    <language>en</language>
    <item>
      <title>How I Built a Real-time Typing App with Firebase and Vite.</title>
      <dc:creator>Umair Ahmed Shaikh</dc:creator>
      <pubDate>Wed, 22 Oct 2025 10:04:12 +0000</pubDate>
      <link>https://dev.to/umair_ahmed_shaikh/how-i-built-a-real-time-typing-app-with-firebase-and-vite-1oa4</link>
      <guid>https://dev.to/umair_ahmed_shaikh/how-i-built-a-real-time-typing-app-with-firebase-and-vite-1oa4</guid>
      <description>&lt;p&gt;Hi everyone! I'm a developer, and for my latest project, I built a minimalist typing test app called keydrift.com.&lt;/p&gt;

&lt;p&gt;It was a great experience, and I wanted to share a few things I learned, especially about using Firebase and Vite together.&lt;/p&gt;

&lt;p&gt;How I Built a Real-time Typing App with Firebase and Vite&lt;br&gt;
The main goal was to create a clean, fast-loading typing test with a real-time leaderboard. I used:&lt;/p&gt;

&lt;p&gt;Vite: For the super-fast front-end build.&lt;/p&gt;

&lt;p&gt;Firebase Authentication: To handle user sign-ups and logins (including Google Sign-In).&lt;/p&gt;

&lt;p&gt;Firestore: To store all the user results and power the "Arena" leaderboard.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One Cool Thing I Learned&lt;/strong&gt;&lt;br&gt;
The coolest part was building the leaderboard. When you finish a test, a JavaScript function saves your result (WPM, accuracy, etc.) to a Firestore collection called results.&lt;/p&gt;

&lt;p&gt;Then, on the Arena page, I use a Firestore query to fetch the top 50 scores, sorted by WPM and then accuracy. Because it's Firebase, it's fast and updates in real-time.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Check it Out&lt;/strong&gt;&lt;br&gt;
It was a fun project, and I'm planning to add more features. If you're into typing or web dev, I'd love for you to check it out at &lt;a href="https://www.keydrift.com" rel="noopener noreferrer"&gt;https://www.keydrift.com&lt;/a&gt; and let me know what you think!&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%2Fyniqt2f0ufsinpd3wzf2.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%2Fyniqt2f0ufsinpd3wzf2.png" alt=" " width="800" height="412"&gt;&lt;/a&gt;&lt;br&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%2Fkb06hb66um97e1w0314u.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%2Fkb06hb66um97e1w0314u.png" alt=" " width="800" height="418"&gt;&lt;/a&gt;&lt;br&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%2Fpd7ao7c6gw70bn0n7sfh.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%2Fpd7ao7c6gw70bn0n7sfh.png" alt=" " width="800" height="412"&gt;&lt;/a&gt;&lt;br&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%2Fx5yebezhmq948brz5kjj.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%2Fx5yebezhmq948brz5kjj.png" alt=" " width="800" height="440"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>showdev</category>
      <category>javascript</category>
      <category>cloud</category>
    </item>
  </channel>
</rss>
