Tagged articles
6 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Oct 10, 2023 · Frontend Development

How Adobe Brings Photoshop to the Browser: WebAssembly, Web Components, Service Workers, and AI Integration

Adobe’s new web‑based Photoshop demonstrates how modern browser APIs—such as WebAssembly, OPFS, Service Workers, Lit‑based Web Components, and TensorFlow.js—enable a complex, graphics‑intensive application to run efficiently across platforms while offering AI‑powered features and future‑proof performance optimizations.

Adobe PhotoshopLitOPFS
0 likes · 12 min read
How Adobe Brings Photoshop to the Browser: WebAssembly, Web Components, Service Workers, and AI Integration
21CTO
21CTO
Feb 14, 2019 · Frontend Development

How Safari’s New Service Workers Support Could Transform Web App Development

Apple is adding Service Workers to Safari 11.1, enabling offline capabilities and progressive web apps that run like native apps, which could reshape how developers build cross‑platform web experiences and challenge traditional iOS app distribution.

AppleProgressive Web AppsSafari
0 likes · 6 min read
How Safari’s New Service Workers Support Could Transform Web App Development
Yuewen Frontend Team
Yuewen Frontend Team
Sep 3, 2018 · Frontend Development

Mastering Push Notifications: Handling Push Events and Displaying Alerts

This article explains how push messages trigger a push event in a service worker, how to access event data, use event.waitUntil to keep the worker alive, and how to configure and display rich notifications with icons, images, actions, vibration, and best‑practice tips across browsers.

Service Workersfrontendnotification design
0 likes · 15 min read
Mastering Push Notifications: Handling Push Events and Displaying Alerts
Yuewen Frontend Team
Yuewen Frontend Team
Aug 29, 2018 · Frontend Development

How to Subscribe a User to Push Notifications with Service Workers

This guide walks you through detecting push support, registering a service worker, requesting notification permission, creating a PushSubscription with proper options, and sending the subscription data to a backend for later use, all using modern JavaScript APIs.

APIService Workersfrontend
0 likes · 14 min read
How to Subscribe a User to Push Notifications with Service Workers
Qunar Tech Salon
Qunar Tech Salon
Apr 23, 2017 · Frontend Development

Performance Optimizations in Twitter Lite: Code Splitting, Rendering, Images, Redux, and Service Workers

This article explains how Twitter Lite, one of the world’s largest React.js PWAs, eliminates a range of performance bottlenecks through route‑based code splitting, avoiding frame‑dropping functions, using smaller images, optimizing React lifecycle methods, improving Redux updates, and leveraging Service Workers for faster asset delivery.

Code SplittingPWAReact
0 likes · 19 min read
Performance Optimizations in Twitter Lite: Code Splitting, Rendering, Images, Redux, and Service Workers
21CTO
21CTO
Apr 20, 2016 · Mobile Development

Why I Abandoned iOS for Android: Embracing Progressive Web Apps

After years of iOS development, the author switched to Android, highlighting the limitations of iOS web support, the rise of Service Workers and Progressive Web Apps on Android, and how these open‑web technologies offer faster, cross‑platform experiences without App Store constraints.

AndroidProgressive Web AppsService Workers
0 likes · 20 min read
Why I Abandoned iOS for Android: Embracing Progressive Web Apps