Service Worker Held My Site Hostage: How I Removed It
Exact steps to find a stuck service worker that refuses to let your site update, remove it from the browser, and verify the live URL serves the correct new buil…
What is the gatsby tag? The gatsby tag collects 2 articles from Bradley Matera's portfolio covering gatsby-related topics in web development, cloud engineering, and AI. Each article includes real project examples, code snippets, and verification steps — not generic tutorials.
2 articles spanning 02.0–11.0. Written by Bradley Matera, a web developer in Durand, Illinois, serving Northwest Illinois with website design, SEO, and full-stack development. Last updated 11.03.2025.
These 2 articles cover gatsby-related topics from a practical, hands-on perspective. Each piece is based on real projects, experiments, or problems I solved — not theoretical overviews. You'll find code examples, before-and-after comparisons, and specific tools or techniques that worked in practice.
The following 2 articles are tagged “gatsby”:
| Title | Date | Read time |
|---|---|---|
| Service Worker Held My Site Hostage: How I Removed It | 11.03.2025 | 7 min |
| Gatsby Nav Bar Haunted: Fixing a Stuck Dropdown | 02.02.2025 | 9 min |
Exact steps to find a stuck service worker that refuses to let your site update, remove it from the browser, and verify the live URL serves the correct new buil…
A precise fix for a Gatsby nav dropdown that stays open: add a document-level click listener and a visibility effect to reset state when the nav hides.
Looking for more topics? Browse all tags or visit the blog index for the full archive.