<?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: Rowad</title>
    <description>The latest articles on DEV Community by Rowad (@rowadz).</description>
    <link>https://dev.to/rowadz</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%2F87281%2F1a3e807d-939d-4edf-ae82-9fc42497782b.jpeg</url>
      <title>DEV Community: Rowad</title>
      <link>https://dev.to/rowadz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rowadz"/>
    <language>en</language>
    <item>
      <title>I created an app that generates fake data for you</title>
      <dc:creator>Rowad</dc:creator>
      <pubDate>Sun, 21 Jun 2020 13:51:09 +0000</pubDate>
      <link>https://dev.to/rowadz/i-created-an-app-that-generates-fake-data-for-you-4144</link>
      <guid>https://dev.to/rowadz/i-created-an-app-that-generates-fake-data-for-you-4144</guid>
      <description>&lt;p&gt;I usually need fake data to test with &amp;amp; I end up writing code to generate it.&lt;/p&gt;

&lt;p&gt;so I created a tool to do that for me, with react and redux I had to use redux because the state was getting complex.&lt;/p&gt;

&lt;p&gt;you only need to define the prototype for your model and then choose the random function generator for each property.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;everything here runs on the client-side, there is no backend&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;There is a lot of enhancements that can be done which I'll try to implement, for example&lt;/p&gt;

&lt;p&gt;1 - Add a way to save model definitions &amp;amp; load them&lt;/p&gt;

&lt;p&gt;2 - Add ways to join models and nest them&lt;/p&gt;

&lt;p&gt;3 - maybe read the models from a data source ( DB - typeorm entity - sequelize model )&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;PR's are welcomed&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;link -&amp;gt; &lt;a href="https://mohammedal-rowad.github.io/pollux/"&gt;https://mohammedal-rowad.github.io/pollux/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;issues and if you have any ideas -&amp;gt; &lt;a href="https://github.com/MohammedAl-Rowad/pollux/issues"&gt;https://github.com/MohammedAl-Rowad/pollux/issues&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;readme -&amp;gt; &lt;a href="https://github.com/MohammedAl-Rowad/pollux"&gt;https://github.com/MohammedAl-Rowad/pollux&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;simple video as a demo:
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/Vh0M0oNo7Gc"&gt;
&lt;/iframe&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>react</category>
      <category>redux</category>
    </item>
  </channel>
</rss>
