<?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>Forem: Poya Shad</title>
    <description>The latest articles on Forem by Poya Shad (@poyashad).</description>
    <link>https://forem.com/poyashad</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%2F1041755%2F8c285482-edcd-4146-a1b1-4035ea0ddd86.jpg</url>
      <title>Forem: Poya Shad</title>
      <link>https://forem.com/poyashad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/poyashad"/>
    <language>en</language>
    <item>
      <title>How a late-night obsession turned into a SaaS</title>
      <dc:creator>Poya Shad</dc:creator>
      <pubDate>Fri, 08 Aug 2025 12:08:30 +0000</pubDate>
      <link>https://forem.com/poyashad/how-a-late-night-obsession-turned-into-a-saas-1a0e</link>
      <guid>https://forem.com/poyashad/how-a-late-night-obsession-turned-into-a-saas-1a0e</guid>
      <description>&lt;p&gt;You really shouldn’t have your phone in bed. But I can’t help myself.&lt;/p&gt;

&lt;p&gt;Every night, long after I should be asleep, I find myself lost in an endless scroll. It's not TikTok, Instagram or even X. &lt;/p&gt;

&lt;p&gt;Sometimes i go for hours. And if my wife catches me, hell brakes loose. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;I have a confession to make:&lt;/strong&gt; I doom-scroll real estate at night. &lt;/p&gt;

&lt;p&gt;Gorgeous homes, dreamy interiors… and tragically, photos taken with a potato.&lt;/p&gt;

&lt;p&gt;Why are these listings so bad? &lt;br&gt;
And more importantly, where are the professional photographers?&lt;/p&gt;

&lt;p&gt;Curious, I dove into the r/realestatephotography subreddit.&lt;/p&gt;

&lt;p&gt;Every other post sounded the same:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;“How do I find clients?”&lt;/li&gt;
&lt;li&gt;“Where do I get leads?”&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And that’s when it hit me. There’s a real need here, on both sides.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agents want beautiful photos to help sell homes.&lt;/li&gt;
&lt;li&gt;Photographers want reliable, paying clients.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So, as an experiment, I created a Reddit ad with a bold title:&lt;/p&gt;

&lt;p&gt;“Find Clients Here.” And promoted the Ad in the subbreddit&lt;/p&gt;

&lt;p&gt;I expected a few clicks. Maybe a couple of curious photographers.&lt;/p&gt;

&lt;p&gt;Instead, signups started pouring in.&lt;/p&gt;

&lt;p&gt;That’s how &lt;a href="//propphoto.com"&gt;PropPhoto.com&lt;/a&gt; was born. &lt;/p&gt;

&lt;p&gt;A platform that connects real estate agents with vetted photographers, streamlining everything from discovery to delivery.&lt;/p&gt;

&lt;p&gt;What started as a late-night obsession turned into a real product.&lt;/p&gt;

&lt;p&gt;A SaaS business.&lt;/p&gt;

&lt;p&gt;One that solves a real problem for real people.&lt;/p&gt;

&lt;p&gt;And it all began with doom-scrolling&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a Fake Log Generator</title>
      <dc:creator>Poya Shad</dc:creator>
      <pubDate>Wed, 25 Sep 2024 06:00:05 +0000</pubDate>
      <link>https://forem.com/poyashad/i-built-a-fake-log-generator-51ih</link>
      <guid>https://forem.com/poyashad/i-built-a-fake-log-generator-51ih</guid>
      <description>&lt;p&gt;As developers, we've all been there: you're testing a log analysis tool, setting up a demo environment, or trying to debug a log-dependent application, and you need a bunch of realistic log data. But using production logs is out of the question due to privacy concerns, and manually creating fake logs is tedious and time-consuming. &lt;/p&gt;

&lt;h2&gt;
  
  
  What is Fake Log Generator?
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://fake-log-generator.com" rel="noopener noreferrer"&gt;Fake Log Generator&lt;/a&gt; is a web-based tool that allows developers to quickly create realistic, customizable log data for testing and development purposes. &lt;/p&gt;

&lt;p&gt;It's designed to streamline the testing process for log-dependent applications while maintaining data privacy.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;User-friendly Interface&lt;/strong&gt;: The clean, intuitive design makes it easy to generate logs quickly.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customizable Log Formats&lt;/strong&gt;: Tailor your logs to match various scenarios and application needs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Privacy-First Approach&lt;/strong&gt;: Generate realistic data without exposing sensitive information.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time-Saving&lt;/strong&gt;: Say goodbye to manual log creation or sanitizing production data.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  How I've Been Using It
&lt;/h2&gt;

&lt;p&gt;Here's a quick example of how I've been using it:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;I select the log format that matches our application (in my case, Apache logs)&lt;/li&gt;
&lt;li&gt;I customize the fields.&lt;/li&gt;
&lt;li&gt;I specify the number of log entries I need&lt;/li&gt;
&lt;li&gt;With a click, I have a set of logs ready for testing&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;In the world of development, small tools can make a big difference in our daily workflow. Fake Log Generator is one of those tools for me. It's solved a persistent problem in my testing process, and I imagine it could do the same for many other developers out there.&lt;/p&gt;

&lt;p&gt;Have you tried Fake Log Generator? What tools do you use for generating test data? I'd love to hear about your experiences and workflows in the comments!&lt;/p&gt;

</description>
      <category>development</category>
      <category>testing</category>
      <category>devops</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
