Offline in Progress
A developer's technical deep-dive into implementing offline support for the Puzzmo iOS app, covering service workers, WKAppBoundDomains, and architectural challenges.
A developer's technical deep-dive into implementing offline support for the Puzzmo iOS app, covering service workers, WKAppBoundDomains, and architectural challenges.
Explains how to set COOP and COEP headers on static hosting (e.g., GitHub Pages) using a service worker to achieve cross-origin isolation.
A developer details the process of redesigning their personal website, focusing on simplification, static site generation, and removing unnecessary complexity.
A guide on integrating the Mock Service Worker (MSW) library into an Angular project for seamless API mocking during development and testing.
A guide to creating a minimal, resilient static website for emergency communication using Eleventy and Netlify.
A technical guide on implementing Web Push Notifications, covering service worker push event handling and obtaining push subscriptions.
A technical guide to implementing web push notifications using the Notifications API, Push API, and Service Workers in JavaScript.
Explains how self.skipWaiting() forces a new service worker to activate immediately, bypassing the waiting state in its lifecycle.
Explains how to use a service worker to intercept and handle failed image requests, providing fallback images when originals are broken or unavailable.
The provided content appears to be a website error page, not the intended article about TypeScript and React.
Introduces a Jekyll plugin to automatically generate a service worker using Google Workbox for easy PWA asset precaching.
A 2018 analysis of browser support for Progressive Web Apps (PWA) on desktop, exploring features like installability and app store integration.
A developer shares how he built two production-ready web apps entirely in the browser using CodeSandbox and deployed them with Netlify.
Explains how to use the Network Information API within a Service Worker to dynamically load different image resolutions based on the user's connection speed.
A guide to creating offline-first websites that notify users when their internet connection is lost, using JavaScript and accessibility best practices.
A guide explaining how to convert any website into a Progressive Web App (PWA), covering the benefits and the three main steps required.
Analysis of Twitter Lite as a Progressive Web App (PWA), comparing it to the native app and discussing its benefits for users with limited connectivity.
A technical guide on implementing web push notifications using Service Workers and VAPID keys, covering both front-end and back-end setup.
Final part of a PWA series, detailing client-side implementation of web push notifications using the Push API and Service Workers.
Part 2 of a PWA series: Using IndexedDB for offline data storage to enable instant loading of content in a Progressive Web Application.