<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Egnworks Blog</title>
    <link>https://www.egnworks.com/blog/</link>
    <description>Security and Development Insights</description>
    <language>en</language>
    <lastBuildDate>Wed, 11 Mar 2026 12:24:30 GMT</lastBuildDate>
    <atom:link href="https://www.egnworks.com/rss.xml" rel="self" type="application/rss+xml"/>
    
    <item>
      <title>The Trust Layer Rethinking Frontend Error Handling</title>
      <link>https://www.egnworks.com/blog/the-trust-layer-rethinking-frontend-error-handling/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/the-trust-layer-rethinking-frontend-error-handling/</guid>
      <pubDate>Tue, 10 Feb 2026 05:26:59 GMT</pubDate>
      <category>Software Architecture</category>
      <description>Error handling is often treated as defensive programming that prevents crashes, but that assumption is misleading. This guide explains what error handling actually does maintaining user trust and recovery pathways what it cannot do, and how to implement effective architectural patterns including error boundaries, API error classification, and retry logic with exponential backoff.</description>
    </item>
    
    <item>
      <title>Understanding Middleware in Next.js</title>
      <link>https://www.egnworks.com/blog/understanding-middleware-in-nextjs/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/understanding-middleware-in-nextjs/</guid>
      <pubDate>Sun, 08 Feb 2026 11:05:00 GMT</pubDate>
      <category>Frontend Architecture</category>
      <description>Middleware isn&apos;t just a request interceptor it&apos;s an architectural boundary with edge execution constraints. Discover what middleware actually solves, its hidden costs, and when to avoid it in your Next.js applications.</description>
    </item>
    
    <item>
      <title>SSR Is Not About Performance</title>
      <link>https://www.egnworks.com/blog/ssr-not-about-performance/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/ssr-not-about-performance/</guid>
      <pubDate>Mon, 05 Jan 2026 10:59:00 GMT</pubDate>
      <category>Web Performance</category>
      <description>SSR is often treated as a performance optimization. That assumption is misleading. Server-side rendering is about architectural trade offs, not speed.</description>
    </item>
    
    <item>
      <title>Exploiting MongoBleed CVE-2025-14847 in MongoDB</title>
      <link>https://www.egnworks.com/blog/mongobleed-cve-2025-14847-mongodb-exploit/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/mongobleed-cve-2025-14847-mongodb-exploit/</guid>
      <pubDate>Sun, 04 Jan 2026 10:33:00 GMT</pubDate>
      <category>Vulnerability Analysis</category>
      <description>Deep dive into MongoBleed CVE-2025-14847, the critical unauthenticated memory leak vulnerability in MongoDB that allows attackers to extract sensitive data without credentials.</description>
    </item>
    
    <item>
      <title>Exploiting CVE-2025-54068 in Laravel Livewire</title>
      <link>https://www.egnworks.com/blog/cve-2025-54068-livewire-rce-attack/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/cve-2025-54068-livewire-rce-attack/</guid>
      <pubDate>Sat, 03 Jan 2026 09:49:00 GMT</pubDate>
      <category>Vulnerability Analysis</category>
      <description>A deep dive into CVE-2025-54068, the critical remote code execution vulnerability in Laravel Livewire v3 that let attackers compromise systems without authentication.</description>
    </item>
    
    <item>
      <title>SweetAlert Is Not a Popup</title>
      <link>https://www.egnworks.com/blog/sweetalert-is-not-a-popup/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/sweetalert-is-not-a-popup/</guid>
      <pubDate>Fri, 02 Jan 2026 09:38:00 GMT</pubDate>
      <category>Frontend Architecture</category>
      <description>SweetAlert is not just a visual replacement for alert dialogs. It introduces a UX boundary that separates user intent from irreversible actions in modern frontend systems.</description>
    </item>
    
    <item>
      <title>React2Shell and the Race Against State Sponsored Attackers</title>
      <link>https://www.egnworks.com/blog/react2shell-vulnerability/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/react2shell-vulnerability/</guid>
      <pubDate>Thu, 01 Jan 2026 09:22:00 GMT</pubDate>
      <category>Vulnerability Analysis</category>
      <description>A maximum severity vulnerability in React Server Components is being actively exploited by China nexus threat groups within hours of disclosure. Here&apos;s what you need to know.</description>
    </item>
    
    <item>
      <title>Web Performance in 2025</title>
      <link>https://www.egnworks.com/blog/web-performance-2025/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/web-performance-2025/</guid>
      <pubDate>Wed, 31 Dec 2025 09:14:00 GMT</pubDate>
      <category>Web Performance</category>
      <description>Frontend performance is more than fast builds it’s measurable, intentional, and critical for user experience. Learn how Core Web Vitals, lazy loading, and smart asset management ensure fast, stable, and responsive applications.
Brief summary of the post</description>
    </item>
    
    <item>
      <title>TypeScript Under Pressure Types Are Not Safety Nets</title>
      <link>https://www.egnworks.com/blog/typescript-under-pressure/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/typescript-under-pressure/</guid>
      <pubDate>Tue, 30 Dec 2025 09:09:00 GMT</pubDate>
      <category>Frontend Architecture</category>
      <description>TypeScript does not prevent bugs.
It exposes assumptions, weak boundaries, and unclear thinking in modern frontend systems.</description>
    </item>
    
    <item>
      <title>React Fundamentals with Vite for Modern Web Development</title>
      <link>https://www.egnworks.com/blog/react-vite-modern-guide/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/react-vite-modern-guide/</guid>
      <pubDate>Tue, 30 Dec 2025 09:01:00 GMT</pubDate>
      <category>Frontend Architecture</category>
      <description>Master React fundamentals with Vite in 2025. Learn components, state, props, routing, and build production-ready applications. Updated for React 19 and Vite 7.</description>
    </item>
    
    <item>
      <title>Tailwind CSS v4 and the Architecture Most Teams Skip</title>
      <link>https://www.egnworks.com/blog/tailwind-css-v4-architecture/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/tailwind-css-v4-architecture/</guid>
      <pubDate>Tue, 30 Dec 2025 08:49:00 GMT</pubDate>
      <category>Frontend Architecture</category>
      <description>Why Tailwind CSS v4 architecture fails without proper design systems. How CSS-first configuration and design tokens separate scalable applications from technical debt.</description>
    </item>
    
    <item>
      <title>Launching Insight Egnworks for Security and Development Insights</title>
      <link>https://www.egnworks.com/blog/launching-insight-egnworks-for-security-and-development-insights/</link>
      <guid isPermaLink="true">https://www.egnworks.com/blog/launching-insight-egnworks-for-security-and-development-insights/</guid>
      <pubDate>Mon, 29 Dec 2025 08:36:00 GMT</pubDate>
      <category>Announcement</category>
      <description>Welcome to Insight Egnworks

We’re launching Insight Egnworks, a technical blog where our team shares practical knowledge from our security and development work.</description>
    </item>
    
  </channel>
</rss>