<?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: learnwithme</title>
    <description>The latest articles on DEV Community by learnwithme (@learnwithme).</description>
    <link>https://dev.to/learnwithme</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%2F4034804%2F699513c9-eaa0-447d-9b9c-595cc83c7d8c.png</url>
      <title>DEV Community: learnwithme</title>
      <link>https://dev.to/learnwithme</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/learnwithme"/>
    <language>en</language>
    <item>
      <title>How I Built My First Website Using AI (Without Being an Expert)</title>
      <dc:creator>learnwithme</dc:creator>
      <pubDate>Sun, 19 Jul 2026 11:43:52 +0000</pubDate>
      <link>https://dev.to/learnwithme/how-i-built-my-first-website-using-ai-without-being-an-expert-13kn</link>
      <guid>https://dev.to/learnwithme/how-i-built-my-first-website-using-ai-without-being-an-expert-13kn</guid>
      <description>&lt;h1&gt;
  
  
  How I Built My First Website Using AI (Without Being an Expert)
&lt;/h1&gt;

&lt;p&gt;A few months ago, I was doing what many beginner developers do.&lt;/p&gt;

&lt;p&gt;Watching tutorials.&lt;/p&gt;

&lt;p&gt;Saving resources.&lt;/p&gt;

&lt;p&gt;Bookmarking articles.&lt;/p&gt;

&lt;p&gt;And convincing myself that I needed to learn "just one more thing" before starting a project.&lt;/p&gt;

&lt;p&gt;The result?&lt;/p&gt;

&lt;p&gt;I wasn't building anything.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Every time I wanted to create a website, I felt overwhelmed.&lt;/p&gt;

&lt;p&gt;There were too many choices:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;React or Next.js?&lt;/li&gt;
&lt;li&gt;Tailwind or CSS?&lt;/li&gt;
&lt;li&gt;Which AI tool should I use?&lt;/li&gt;
&lt;li&gt;Where do I even start?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Instead of building, I kept learning.&lt;/p&gt;

&lt;p&gt;And instead of making progress, I kept consuming content.&lt;/p&gt;

&lt;h2&gt;
  
  
  Discovering AI as a Learning Partner
&lt;/h2&gt;

&lt;p&gt;Everything changed when I stopped treating AI as a shortcut and started using it as a learning partner.&lt;/p&gt;

&lt;p&gt;I began using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;ChatGPT for explanations and brainstorming&lt;/li&gt;
&lt;li&gt;Cursor for coding assistance&lt;/li&gt;
&lt;li&gt;Vercel for deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;AI didn't build the project for me.&lt;/p&gt;

&lt;p&gt;But it helped me move faster whenever I got stuck.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;My first goal wasn't to build the next startup.&lt;/p&gt;

&lt;p&gt;It was simply to create a website and publish it.&lt;/p&gt;

&lt;p&gt;That small goal removed a lot of pressure.&lt;/p&gt;

&lt;p&gt;I focused on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creating a homepage&lt;/li&gt;
&lt;li&gt;Learning basic components&lt;/li&gt;
&lt;li&gt;Understanding layouts&lt;/li&gt;
&lt;li&gt;Deploying the project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One step at a time.&lt;/p&gt;

&lt;h2&gt;
  
  
  Mistakes I Made
&lt;/h2&gt;

&lt;p&gt;Like every beginner, I made plenty of mistakes.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Overthinking the design&lt;/li&gt;
&lt;li&gt;Constantly changing ideas&lt;/li&gt;
&lt;li&gt;Spending too much time on tutorials&lt;/li&gt;
&lt;li&gt;Trying to make everything perfect&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The biggest lesson?&lt;/p&gt;

&lt;p&gt;Perfection slows progress.&lt;/p&gt;

&lt;h2&gt;
  
  
  What AI Actually Helped With
&lt;/h2&gt;

&lt;p&gt;AI was most useful for:&lt;/p&gt;

&lt;h3&gt;
  
  
  Understanding Concepts
&lt;/h3&gt;

&lt;p&gt;Instead of reading documentation for hours, I could ask questions and get immediate explanations.&lt;/p&gt;

&lt;h3&gt;
  
  
  Fixing Errors
&lt;/h3&gt;

&lt;p&gt;When I encountered bugs, AI helped me understand what was wrong and where to look.&lt;/p&gt;

&lt;h3&gt;
  
  
  Learning Faster
&lt;/h3&gt;

&lt;p&gt;It reduced the friction between "I don't know" and "Now I understand."&lt;/p&gt;

&lt;h2&gt;
  
  
  My Biggest Takeaway
&lt;/h2&gt;

&lt;p&gt;The biggest lesson wasn't about coding.&lt;/p&gt;

&lt;p&gt;It was about mindset.&lt;/p&gt;

&lt;p&gt;You don't need to know everything before you start building.&lt;/p&gt;

&lt;p&gt;You learn by building.&lt;/p&gt;

&lt;p&gt;Your first project won't be perfect.&lt;/p&gt;

&lt;p&gt;Your second won't be perfect either.&lt;/p&gt;

&lt;p&gt;But each project teaches something valuable.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm currently documenting my journey of learning, building, and experimenting with AI tools.&lt;/p&gt;

&lt;p&gt;My goal isn't to become an expert overnight.&lt;/p&gt;

&lt;p&gt;It's to keep building consistently and share what I learn along the way.&lt;/p&gt;

&lt;p&gt;If you're a beginner, my advice is simple:&lt;/p&gt;

&lt;p&gt;Start small.&lt;/p&gt;

&lt;p&gt;Build something.&lt;/p&gt;

&lt;p&gt;Learn from it.&lt;/p&gt;

&lt;p&gt;Then build the next thing.&lt;/p&gt;

&lt;p&gt;That's how progress happens.&lt;/p&gt;

&lt;p&gt;Thanks for reading 🚀&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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzgof61aaqfnnmmowydhk.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.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fzgof61aaqfnnmmowydhk.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>programming</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Why I'm Starting to Build With AI (And Document Everything)</title>
      <dc:creator>learnwithme</dc:creator>
      <pubDate>Sat, 18 Jul 2026 06:31:40 +0000</pubDate>
      <link>https://dev.to/learnwithme/why-im-starting-to-build-with-ai-and-document-everything-2k9j</link>
      <guid>https://dev.to/learnwithme/why-im-starting-to-build-with-ai-and-document-everything-2k9j</guid>
      <description>&lt;p&gt;Like many beginner developers, I spent a lot of time watching tutorials, bookmarking resources, and planning projects.&lt;/p&gt;

&lt;p&gt;I was learning, but I wasn't building enough.&lt;/p&gt;

&lt;p&gt;Over the past few months, I started experimenting with AI tools like &lt;em&gt;ChatGPT, Claude, Cursor, Gemini, and Perplexity&lt;/em&gt;. Instead of getting stuck on small problems for hours, I could move faster, explore ideas, and focus more on creating projects.&lt;/p&gt;

&lt;p&gt;What interested me most wasn't that AI could generate code or content.&lt;/p&gt;

&lt;p&gt;It was how AI could help turn an idea into a working project much faster than before.&lt;/p&gt;

&lt;p&gt;Since then, I've used AI tools to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Learn new technologies&lt;/li&gt;
&lt;li&gt;Build websites and personal projects&lt;/li&gt;
&lt;li&gt;Improve my development workflow&lt;/li&gt;
&lt;li&gt;Generate content and project ideas&lt;/li&gt;
&lt;li&gt;Debug code and solve problems faster&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As I continued learning, I noticed something.&lt;/p&gt;

&lt;p&gt;Most AI content online focuses on tool lists, news, or hype. There are countless articles telling you which tools are popular, but fewer showing how to use those tools to actually build something useful.&lt;/p&gt;

&lt;p&gt;That's why I'm starting this blog.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Here I'll share:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;AI tool reviews based on real usage&lt;/li&gt;
&lt;li&gt;Web development tutorials&lt;/li&gt;
&lt;li&gt;Project breakdowns&lt;/li&gt;
&lt;li&gt;Comparisons between popular AI tools&lt;/li&gt;
&lt;li&gt;Practical workflows for students and beginner developers&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm not an expert claiming to know everything.&lt;/p&gt;

&lt;p&gt;I'm simply documenting what I'm learning, what I'm building, what works, and what doesn't.&lt;/p&gt;

&lt;p&gt;My goal is to learn in public and hopefully help other beginners who are trying to build projects with AI.&lt;/p&gt;

&lt;p&gt;If you're interested in AI, web development, productivity, or building real-world projects, I'd love to connect and learn together.&lt;/p&gt;

&lt;p&gt;This is just the beginning.&lt;/p&gt;

&lt;p&gt;Let's build with AI. 🚀&lt;/p&gt;

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