WebGPU Demo Honesty Audit: Make the Write Up Match the Repo
A concrete audit checklist for aligning a WebGPU demo write-up with actual repo code: cut unproven claims, fix broken links, and label future work honestly.
What is the debugging tag? The debugging tag collects 3 articles from Bradley Matera's portfolio covering debugging-related topics in web development, cloud engineering, and AI. Each article includes real project examples, code snippets, and verification steps — not generic tutorials.
3 articles spanning 02.0–22.0. Written by Bradley Matera, a web developer in Durand, Illinois, serving Northwest Illinois with website design, SEO, and full-stack development. Last updated 22.07.2025.
These 3 articles cover debugging-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 3 articles are tagged “debugging”:
| Title | Date | Read time |
|---|---|---|
| WebGPU Demo Honesty Audit: Make the Write Up Match the Repo | 22.07.2025 | 11 min |
| 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 |
A concrete audit checklist for aligning a WebGPU demo write-up with actual repo code: cut unproven claims, fix broken links, and label future work honestly.
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.