<?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: Muhammad Usaid</title>
    <description>The latest articles on DEV Community by Muhammad Usaid (@iusaidjavaid).</description>
    <link>https://dev.to/iusaidjavaid</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%2F3985134%2Fd80a063f-5830-4ef6-a4b5-1d8309fc606e.png</url>
      <title>DEV Community: Muhammad Usaid</title>
      <link>https://dev.to/iusaidjavaid</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iusaidjavaid"/>
    <language>en</language>
    <item>
      <title>How to generate 1 million mock records?</title>
      <dc:creator>Muhammad Usaid</dc:creator>
      <pubDate>Mon, 15 Jun 2026 09:11:36 +0000</pubDate>
      <link>https://dev.to/iusaidjavaid/how-to-generate-1-million-mock-records-2k90</link>
      <guid>https://dev.to/iusaidjavaid/how-to-generate-1-million-mock-records-2k90</guid>
      <description>&lt;p&gt;Load &lt;strong&gt;testing a database&lt;/strong&gt; or a &lt;strong&gt;complex UI&lt;/strong&gt; often requires more than just a few dozen records. If you need to see how your app handles 100k or 1 million rows, most free mock data tools will cap you at 1,000 or 5,000 &lt;em&gt;before asking for a credit card&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;I found a workaround using &lt;a href="https://dummyjsongenerator.com/" rel="noopener noreferrer"&gt;JSONForge&lt;/a&gt;. Because the tool generates the data on the client-side (using your local browser's resources), it doesn't have the same cloud overhead as other services. This allows it to support generation of up to 1 million records for free. It’s been great for testing how my PostgreSQL indexes handle larger datasets and checking if my React list components start lagging under heavy load. If you're doing any kind of scale testing, give this a try—it’s much faster than writing custom seeding scripts from scratch.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>json</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
