<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Frontend Dummies Blog</title>
    <description>Learn frontend development through comprehensive guides, tutorials, and best practices.</description>
    <link>https://frontenddummies.com/blog</link>
    <language>en-US</language>
    <lastBuildDate>Fri, 03 Apr 2026 21:27:09 GMT</lastBuildDate>
    <atom:link href="https://frontenddummies.com/feed.xml" rel="self" type="application/rss+xml"/>
    <image>
      <url>https://frontenddummies.com/og-image.png</url>
      <title>Frontend Dummies Blog</title>
      <link>https://frontenddummies.com/blog</link>
    </image>
    <item>
      <title><![CDATA[How Dynamic CSS Loading Cut My Bundle Size by 85%]]></title>
      <description><![CDATA[Learn how I cut CSS bundle size by 85% and improved page load times by 50% using dynamic imports and automatic code splitting in Next.js—a simple pattern with massive performance impact.]]></description>
      <link>https://frontenddummies.com/blog/dynamic-demo-loader-optimization</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/dynamic-demo-loader-optimization</guid>
      <pubDate>Thu, 15 Jan 2026 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[Performance, CSS, Code Splitting, Next.js, Optimization]]></category>
    </item>
    <item>
      <title><![CDATA[Performance Optimisation from First Principles]]></title>
      <description><![CDATA[Understanding frontend performance optimization from the ground up - learn how browsers work and optimize your code accordingly.]]></description>
      <link>https://frontenddummies.com/blog/performance-optimisation-from-first-principles</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/performance-optimisation-from-first-principles</guid>
      <pubDate>Tue, 23 Dec 2025 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[Performance, Frontend, Optimization, Browser]]></category>
    </item>
    <item>
      <title><![CDATA[Client-Side Rate Limiter]]></title>
      <description><![CDATA[How I built a simple, client-only rate limiter to keep code execution fast, safe, and predictable without any backend dependency.]]></description>
      <link>https://frontenddummies.com/blog/client-side-rate-limiter</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/client-side-rate-limiter</guid>
      <pubDate>Mon, 22 Dec 2025 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[Medium, Rate Limiter, Client-Side]]></category>
    </item>
    <item>
      <title><![CDATA[Understanding the Critical Rendering Path]]></title>
      <description><![CDATA[Understand how browsers render pages through the Critical Rendering Path. Learn to optimize DOM, CSSOM, render tree construction, and reduce time to first paint for faster websites.]]></description>
      <link>https://frontenddummies.com/blog/understanding-the-critical-rendering-path</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/understanding-the-critical-rendering-path</guid>
      <pubDate>Wed, 17 Dec 2025 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[Critical Rendering Path, Performance, Frontend]]></category>
    </item>
    <item>
      <title><![CDATA[SEO guide for Frontend Developers]]></title>
      <description><![CDATA[A practical guide to crawling, indexing, meta tags, semantics, and Core Web Vitals so your pages rank and stay fast.]]></description>
      <link>https://frontenddummies.com/blog/seo-guide-for-frontend</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/seo-guide-for-frontend</guid>
      <pubDate>Tue, 16 Dec 2025 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[SEO, Core Web Vitals, Crawling, Performance]]></category>
    </item>
    <item>
      <title><![CDATA[Turborepo: Complete Guide to Monorepo Build System]]></title>
      <description><![CDATA[Complete guide to Turborepo setup and migration. Learn intelligent caching, parallel task execution, and monorepo best practices to speed up your frontend builds dramatically.]]></description>
      <link>https://frontenddummies.com/blog/turborepo-complete-guide</link>
      <guid isPermaLink="true">https://frontenddummies.com/blog/turborepo-complete-guide</guid>
      <pubDate>Wed, 15 Jan 2025 00:00:00 GMT</pubDate>
      <author>modernDev</author>
      <category><![CDATA[Monorepo, Build System, Performance, DevOps]]></category>
    </item>
  </channel>
</rss>