Explore >> Select a destination


You are here

blog.angular-university.io
| | golb.hplar.ch
3.1 parsecs away

Travel
| | [AI summary] The provided text is a detailed tutorial on creating and integrating a service worker using Workbox into an Angular application. It covers the setup of the service worker, configuration of Webpack and Workbox CLI, handling production and development builds, and testing the service worker. The tutorial emphasizes the use of TypeScript for writing the service worker, leveraging Workbox for caching strategies, and ensuring the service worker works correctly in both production and development environments. The final step involves testing the service worker by serving the build artifacts via an HTTP server.
| | madebymike.com.au
3.3 parsecs away

Travel
| | My experience implementing service workers to cache and serve content offline.
| | fantinel.dev
5.3 parsecs away

Travel
| | Make your Angular app work like a native app on phones and desktop.
| | timtech.blog
25.9 parsecs away

Travel
| Fun with Cross-Site Request Forgery (CSRF) in a creative Web Timing Attack scenario, highlighting the risks inherent to SameSite=None session cookies.