<?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: Alex Grant</title>
    <description>The latest articles on DEV Community by Alex Grant (@localnerve).</description>
    <link>https://dev.to/localnerve</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%2F429273%2Fc5da4286-85d1-48e6-826b-4dd3d442c727.jpeg</url>
      <title>DEV Community: Alex Grant</title>
      <link>https://dev.to/localnerve</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/localnerve"/>
    <language>en</language>
    <item>
      <title>A comprehensive JAM stack reference app with offline-first architecture, service worker batching, and multi-user conflict resolution</title>
      <dc:creator>Alex Grant</dc:creator>
      <pubDate>Thu, 10 Sep 2026 11:28:08 +0000</pubDate>
      <link>https://dev.to/localnerve/a-comprehensive-jam-stack-reference-app-with-offline-first-architecture-service-worker-batching-57gb</link>
      <guid>https://dev.to/localnerve/a-comprehensive-jam-stack-reference-app-with-offline-first-architecture-service-worker-batching-57gb</guid>
      <description>&lt;p&gt;I've been working on a practical reference project for building modern web applications that demonstrates some patterns I rarely see documented well together:&lt;/p&gt;

&lt;p&gt;• Service worker-first architecture (not just PWA features)&lt;br&gt;
• Offline data mutation batching with IndexedDB staging&lt;br&gt;
• Multi-user optimistic concurrency control with 3-way merge&lt;br&gt;
• Sophisticated testing with Docker Testcontainers + multi-layer coverage&lt;br&gt;
• Hand-crafted vanilla JS (no framework dependencies)&lt;/p&gt;

&lt;p&gt;The project focuses on being a learning resource rather than another framework. Everything is built to be readable and educational.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/localnerve/jam-build" rel="noopener noreferrer"&gt;https://github.com/localnerve/jam-build&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from other developers who've tackled similar offline-first challenges!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>docker</category>
      <category>javascript</category>
      <category>jamstack</category>
    </item>
    <item>
      <title>🚀 Just shipped v1.0.0 of @localnerve/trusted-types-rules on npm — a build-time audit and reporting tool that automates Trusted Types adherence for web application projects.

https://github.com/localnerve/trusted-types-rules</title>
      <dc:creator>Alex Grant</dc:creator>
      <pubDate>Wed, 09 Sep 2026 12:50:46 +0000</pubDate>
      <link>https://dev.to/localnerve/just-shipped-v100-of-localnervetrusted-types-rules-on-npm-a-build-time-audit-and-reporting-3kfn</link>
      <guid>https://dev.to/localnerve/just-shipped-v100-of-localnervetrusted-types-rules-on-npm-a-build-time-audit-and-reporting-3kfn</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://github.com/localnerve/trusted-types-rules" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fopengraph.githubassets.com%2F16941e6e46f0f4e7aae78cf4a86b0074709fb90d19c0192066b5c9fd7cff07bf%2Flocalnerve%2Ftrusted-types-rules" height="600" class="m-0" width="1200"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://github.com/localnerve/trusted-types-rules" rel="noopener noreferrer" class="c-link"&gt;
            GitHub - localnerve/trusted-types-rules: Compute Content-Security-Policy trusted-types rules and audit injection sinks from JavaScript sources, including web components. · GitHub
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Compute Content-Security-Policy trusted-types rules and audit injection sinks from JavaScript sources, including web components. - localnerve/trusted-types-rules
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fgithub.githubassets.com%2Ffavicons%2Ffavicon.svg" width="32" height="32"&gt;
          github.com
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>javascript</category>
      <category>opensource</category>
      <category>security</category>
      <category>tools</category>
    </item>
    <item>
      <title>A Comprehensive JAM Stack Reference Project: Service Worker First, Batching, and Multi-user OCC</title>
      <dc:creator>Alex Grant</dc:creator>
      <pubDate>Mon, 01 Sep 2025 15:56:36 +0000</pubDate>
      <link>https://dev.to/localnerve/a-comprehensive-jam-stack-reference-project-service-worker-first-batching-and-multi-user-occ-3ljc</link>
      <guid>https://dev.to/localnerve/a-comprehensive-jam-stack-reference-project-service-worker-first-batching-and-multi-user-occ-3ljc</guid>
      <description>&lt;p&gt;I've been working on a practical reference project for building modern web applications that demonstrates some patterns I rarely see documented well together: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Service Worker First Architecture (not just PWA features) &lt;/li&gt;
&lt;li&gt;Offline data mutation batching with IndexedDB staging &lt;/li&gt;
&lt;li&gt;Multi-user optimistic concurrency control with 3-way merge&lt;/li&gt;
&lt;li&gt;Sophisticated testing with Docker Testcontainers, multi-layer coverage &lt;/li&gt;
&lt;li&gt;Hand-crafted VanillaJS (no framework dependencies) &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The project focuses on being a learning resource rather than another framework. Everything is built to be readable and educational. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/localnerve/jam-build" rel="noopener noreferrer"&gt;https://github.com/localnerve/jam-build&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from other developers who've tackled similar offline-first challenges.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>docker</category>
      <category>jamstack</category>
    </item>
  </channel>
</rss>
