<?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: Yasir Noor</title>
    <description>The latest articles on DEV Community by Yasir Noor (@yasirnoor).</description>
    <link>https://dev.to/yasirnoor</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%2F4118593%2Fbd775c58-4e80-42a4-a3e6-ae60c840e70c.jpg</url>
      <title>DEV Community: Yasir Noor</title>
      <link>https://dev.to/yasirnoor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/yasirnoor"/>
    <language>en</language>
    <item>
      <title>Building SaaS Is More Than Writing Code 🚀</title>
      <dc:creator>Yasir Noor</dc:creator>
      <pubDate>Thu, 10 Sep 2026 05:46:03 +0000</pubDate>
      <link>https://dev.to/yasirnoor/building-saas-is-more-than-writing-code-156i</link>
      <guid>https://dev.to/yasirnoor/building-saas-is-more-than-writing-code-156i</guid>
      <description>&lt;p&gt;I've built quite a few web applications over the years, and one lesson keeps becoming clearer:&lt;/p&gt;

&lt;p&gt;Writing the application is only one part of building a SaaS product.&lt;/p&gt;

&lt;p&gt;You also need to think about:&lt;/p&gt;

&lt;p&gt;Authentication&lt;br&gt;
Database architecture&lt;br&gt;
API design&lt;br&gt;
Security&lt;br&gt;
Performance&lt;br&gt;
Billing &amp;amp; subscriptions&lt;br&gt;
Error handling&lt;br&gt;
Analytics&lt;br&gt;
Monitoring&lt;br&gt;
Deployment&lt;br&gt;
Scaling&lt;br&gt;
User experience&lt;/p&gt;

&lt;p&gt;A prototype can be built quickly.&lt;/p&gt;

&lt;p&gt;A product that people can reliably use is a different challenge.&lt;/p&gt;

&lt;p&gt;What I'm focusing on&lt;/p&gt;

&lt;p&gt;When I build SaaS products now, I try to think about the complete lifecycle from the beginning.&lt;/p&gt;

&lt;p&gt;For example:&lt;/p&gt;

&lt;p&gt;Next.js → API → PostgreSQL → Authentication → AI/Automation → Analytics → Deployment&lt;/p&gt;

&lt;p&gt;But technology is only one piece.&lt;/p&gt;

&lt;p&gt;The most important question is:&lt;/p&gt;

&lt;p&gt;What problem are we actually solving?&lt;/p&gt;

&lt;p&gt;A beautifully engineered SaaS product that nobody needs is still a failed product.&lt;/p&gt;

&lt;p&gt;That's why I'm increasingly interested in combining software engineering + AI + automation + real business problems.&lt;/p&gt;

&lt;p&gt;I'm currently experimenting with several SaaS ideas and documenting the lessons along the way.&lt;/p&gt;

&lt;p&gt;Hopefully, some of these experiments can help other developers who are also trying to turn ideas into real products.&lt;/p&gt;

&lt;p&gt;Build small. Validate early. Learn quickly. 🚀&lt;/p&gt;

</description>
      <category>architecture</category>
      <category>product</category>
      <category>saas</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>AI Coding Isn't About Writing Less Code 🤖</title>
      <dc:creator>Yasir Noor</dc:creator>
      <pubDate>Thu, 10 Sep 2026 05:45:47 +0000</pubDate>
      <link>https://dev.to/yasirnoor/ai-coding-isnt-about-writing-less-code-52p0</link>
      <guid>https://dev.to/yasirnoor/ai-coding-isnt-about-writing-less-code-52p0</guid>
      <description>&lt;p&gt;One of the biggest changes I've experienced in software development recently is how AI changes the process of building software.&lt;/p&gt;

&lt;p&gt;At first, AI coding feels like:&lt;/p&gt;

&lt;p&gt;"Give me the code."&lt;/p&gt;

&lt;p&gt;But that isn't where the real productivity comes from.&lt;/p&gt;

&lt;p&gt;The bigger advantage is being able to use AI throughout the development lifecycle:&lt;/p&gt;

&lt;p&gt;🧠 Brainstorming architecture&lt;br&gt;
📝 Breaking requirements into tasks&lt;br&gt;
💻 Generating boilerplate&lt;br&gt;
🔍 Reviewing and refactoring code&lt;br&gt;
🐛 Debugging difficult issues&lt;br&gt;
🧪 Creating tests&lt;br&gt;
📚 Understanding unfamiliar codebases&lt;br&gt;
⚙️ Automating repetitive workflows&lt;/p&gt;

&lt;p&gt;The developer still needs to understand why something should be built and whether the generated solution is actually good.&lt;/p&gt;

&lt;p&gt;AI can produce code incredibly quickly.&lt;/p&gt;

&lt;p&gt;But it doesn't automatically produce a good architecture.&lt;/p&gt;

&lt;p&gt;That's where engineering experience still matters.&lt;/p&gt;

&lt;p&gt;My current approach&lt;/p&gt;

&lt;p&gt;Instead of asking AI to build an entire application blindly, I prefer to break the project into smaller milestones.&lt;/p&gt;

&lt;p&gt;Requirement → Architecture → Implementation → Review → Testing → Iteration&lt;/p&gt;

&lt;p&gt;AI becomes a development partner inside that workflow.&lt;/p&gt;

&lt;p&gt;The goal isn't to replace software engineering.&lt;/p&gt;

&lt;p&gt;The goal is to remove unnecessary friction so developers can spend more time solving the problems that actually matter.&lt;/p&gt;

&lt;p&gt;I'm still experimenting with this approach, and I'll be sharing what works—and what doesn't—as I build more AI-powered products.&lt;/p&gt;

&lt;p&gt;How are you currently using AI in your development workflow?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>productivity</category>
      <category>programming</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>Why I’m Building More With AI in 2026 🚀</title>
      <dc:creator>Yasir Noor</dc:creator>
      <pubDate>Thu, 10 Sep 2026 05:38:05 +0000</pubDate>
      <link>https://dev.to/yasirnoor/why-im-building-more-with-ai-in-2026-2h0j</link>
      <guid>https://dev.to/yasirnoor/why-im-building-more-with-ai-in-2026-2h0j</guid>
      <description>&lt;p&gt;For years, I’ve been building websites, SaaS products, e-commerce platforms, and custom business solutions.&lt;/p&gt;

&lt;p&gt;Today, the way I build software is changing rapidly.&lt;/p&gt;

&lt;p&gt;AI is no longer just a tool for generating code. It is becoming part of the development workflow—from planning and architecture to implementation, debugging, automation, testing, and deployment.&lt;/p&gt;

&lt;p&gt;I’m particularly interested in what I call AI-driven development: combining strong engineering fundamentals with AI tools to move faster without sacrificing code quality or scalability.&lt;/p&gt;

&lt;p&gt;My current stack includes technologies like:&lt;/p&gt;

&lt;p&gt;Next.js &amp;amp; React&lt;br&gt;
TypeScript &amp;amp; Node.js&lt;br&gt;
PostgreSQL &amp;amp; Supabase&lt;br&gt;
AWS&lt;br&gt;
WordPress &amp;amp; Shopify&lt;br&gt;
AI/LLMs &amp;amp; AI agents&lt;br&gt;
Workflow automation&lt;/p&gt;

&lt;p&gt;I’m also experimenting with AI-assisted development tools, MCP, automation workflows, and ways to turn real business problems into practical SaaS products.&lt;/p&gt;

&lt;p&gt;What I'll share here&lt;/p&gt;

&lt;p&gt;On DEV.to, I’ll be documenting what I learn while building:&lt;/p&gt;

&lt;p&gt;AI-powered applications → SaaS products → automation systems → full-stack architectures&lt;/p&gt;

&lt;p&gt;Not just the successful parts.&lt;/p&gt;

&lt;p&gt;I’ll also share mistakes, technical decisions, experiments, architecture lessons, costs, and things that don't work.&lt;/p&gt;

&lt;p&gt;I believe the future isn't AI replacing developers.&lt;/p&gt;

&lt;p&gt;It’s developers who know how to effectively work with AI becoming dramatically more productive.&lt;/p&gt;

&lt;p&gt;So, this is post #1.&lt;/p&gt;

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

</description>
      <category>ai</category>
      <category>automation</category>
      <category>productivity</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
