<?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>Vibe Coding Forem: itsleenzy ✨</title>
    <description>The latest articles on Vibe Coding Forem by itsleenzy ✨ (@itsleenzy).</description>
    <link>https://vibe.forem.com/itsleenzy</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%2F3222199%2Fdb24ba51-ce64-4a0f-9a71-7629b9441547.png</url>
      <title>Vibe Coding Forem: itsleenzy ✨</title>
      <link>https://vibe.forem.com/itsleenzy</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://vibe.forem.com/feed/itsleenzy"/>
    <language>en</language>
    <item>
      <title>I built a Python website with AI — can you break it?</title>
      <dc:creator>itsleenzy ✨</dc:creator>
      <pubDate>Wed, 07 Jan 2026 15:28:32 +0000</pubDate>
      <link>https://vibe.forem.com/itsleenzy/i-built-a-python-website-with-ai-can-you-break-it-mj3</link>
      <guid>https://vibe.forem.com/itsleenzy/i-built-a-python-website-with-ai-can-you-break-it-mj3</guid>
      <description>&lt;p&gt;&lt;a href="https://dev-to-uploads.s3.amazonaws.com/uploads/articles/o49r7lontjc0px70taul.png" rel="noopener noreferrer"&gt;Image description&lt;/a&gt;&lt;br&gt;
&lt;a href="https://my-site-tbrq1oib-leenavindci.wix-vibe.com/" rel="noopener noreferrer"&gt;https://my-site-tbrq1oib-leenavindci.wix-vibe.com/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/itsleenzy/why-this-output" rel="noopener noreferrer"&gt;https://github.com/itsleenzy/why-this-output&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/itsleenzy/code-fixer" rel="noopener noreferrer"&gt;https://github.com/itsleenzy/code-fixer&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>I built a Python website with AI - can you break it?</title>
      <dc:creator>itsleenzy ✨</dc:creator>
      <pubDate>Wed, 07 Jan 2026 15:24:12 +0000</pubDate>
      <link>https://vibe.forem.com/itsleenzy/i-built-a-python-website-with-ai-can-you-break-it-ijc</link>
      <guid>https://vibe.forem.com/itsleenzy/i-built-a-python-website-with-ai-can-you-break-it-ijc</guid>
      <description>&lt;p&gt;Hey everyone,&lt;/p&gt;

&lt;p&gt;I recently experimented with Wix Vibe + Python to build a small site. Most of the structure and logic was generated by AI, but I reviewed it and tested it myself… mostly. 😅&lt;/p&gt;

&lt;p&gt;I’m pretty sure there are still a few bugs hiding around.&lt;/p&gt;

&lt;p&gt;Your challenge: try it, break it, learn from it, and maybe even tell me if you find something weird.&lt;/p&gt;

&lt;p&gt;If you’re learning Python or curious about AI-assisted development, it might be fun:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://my-site-tbrq1oib-leenavindci.wix-vibe.com/" rel="noopener noreferrer"&gt;https://my-site-tbrq1oib-leenavindci.wix-vibe.com/&lt;/a&gt;&lt;br&gt;
🔗 &lt;a href="https://github.com/itsleenzy/code-fixer" rel="noopener noreferrer"&gt;https://github.com/itsleenzy/code-fixer&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love to see if anyone can find all the quirks!&lt;/p&gt;

</description>
      <category>ai</category>
      <category>challenge</category>
      <category>python</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I made a number-guessing game… but it lies to you.</title>
      <dc:creator>itsleenzy ✨</dc:creator>
      <pubDate>Thu, 13 Nov 2025 11:31:27 +0000</pubDate>
      <link>https://vibe.forem.com/itsleenzy/i-made-a-number-guessing-game-but-it-lies-to-you-2kcg</link>
      <guid>https://vibe.forem.com/itsleenzy/i-made-a-number-guessing-game-but-it-lies-to-you-2kcg</guid>
      <description>&lt;p&gt;I made a small Python project and wanted to share it here.&lt;/p&gt;

&lt;p&gt;It’s a number-guessing game, but with a twist: the program sometimes lies about whether your guess is too high or too low. The truth vs. lie behavior is controlled using weighted randomness, so the game occasionally misleads you on purpose.&lt;/p&gt;

&lt;p&gt;It was a fun way to practice loops, conditionals, user input, and the random.choices() function. I also added a fixed number of attempts so the game doesn’t run forever.&lt;/p&gt;

&lt;p&gt;Repo link:&lt;br&gt;
&lt;a href="https://github.com/itsleenzy/deceptive-guessing-game/tree/main" rel="noopener noreferrer"&gt;https://github.com/itsleenzy/deceptive-guessing-game/tree/main&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Open to suggestions or ideas for improving it.&lt;/p&gt;

</description>
      <category>python</category>
      <category>gamedev</category>
      <category>showdev</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
