Dit object is niet op voorraad.
Hebt u iets om te verkopen?

Learning Progressive Web Apps by John Wargo (English) Paperback Book

Objectstaat:
Nieuw
Prijs:
US $41,04
OngeveerEUR 38,42
Verzendkosten:
Gratis Economy Shipping. Details bekijkenvoor verzending
Bevindt zich in: Fairfield, Ohio, Verenigde Staten
Levering:
Geschatte levering tussen do, 27 jun en di, 9 jul tot 43230
Bij geschatte leveringsdatums - nieuw venster of tabblad wordt rekening gehouden met de verwerkingstijd van de verkoper, de postcode van de verzendlocatie, de postcode van de bestemming, en het moment van aanvaarding. Geschatte leveringsdatums zijn ook afhankelijk van de geselecteerde verzendservice en de ontvangst van de betalingbetaling ontvangen - nieuw venster of tabblad. De leveringstermijnen kunnen variëren, vooral gedurende piekperiodes.
Retourbeleid:
30 dagen om te retourneren. Koper betaalt voor retourzending. Details bekijken- voor meer informatie over retourzendingen
Betalingen:
     

Winkel met vertrouwen

Topverkoper
Betrouwbare verkoper, snelle verzending en eenvoudige retourzending. 
Geld-terug-garantie van eBay
Ontvang het object dat u hebt besteld of krijg uw geld terug. 

Verkopergegevens

Ingeschreven als zakelijke verkoper
De verkoper neemt de volledige verantwoordelijkheid voor deze aanbieding.
eBay-objectnummer:386991240172
Laatst bijgewerkt op 20 mei 2024 06:27:45 CESTAlle herzieningen bekijkenAlle herzieningen bekijken

Specificaties

Objectstaat
Nieuw: Een nieuw, ongelezen en ongebruikt boek in perfecte staat waarin geen bladzijden ontbreken of ...
ISBN-13
9780136484226
Book Title
Learning Progressive Web Apps
ISBN
9780136484226
Subject Area
Computers
Publication Name
Learning Progressive Web Apps
Publisher
Addison Wesley Professional
Item Length
9 in
Subject
Programming / Mobile Devices, Web / Web Programming, Programming Languages / Javascript
Publication Year
2020
Series
Learning Ser.
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Author
John Wargo
Item Weight
17.4 Oz
Item Width
6.9 in
Number of Pages
272 Pages

Over dit product

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0136484220
ISBN-13
9780136484226
eBay Product ID (ePID)
9038252731

Product Key Features

Number of Pages
272 Pages
Language
English
Publication Name
Learning Progressive Web Apps
Subject
Programming / Mobile Devices, Web / Web Programming, Programming Languages / Javascript
Publication Year
2020
Type
Textbook
Author
John Wargo
Subject Area
Computers
Series
Learning Ser.
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
17.4 Oz
Item Length
9 in
Item Width
6.9 in

Additional Product Features

Intended Audience
Scholarly & Professional
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
006.78
Table Of Content
Chapter 1: Introducing Progressive Web Apps Chapter 2: Web App Manifest Files Chapter 3: Service Workers Chapter 4: Resource Caching Chapter 5: Going the Rest of the Way Offline with Background Sync Chapter 6: Push Notifications Chapter 7: Passing Data Between Service Workers and Web Applications Chapter 8: Assessment, Automation, and Deployment Chapter 9: Automating Service Workers with Google Workbox
Synopsis
Use Service Workers to Turbocharge Your Web Apps "You have made an excellent decision in picking up this book. If I was just starting on my learning path to mastery of Progressive Web Apps, there are not many folks I would trust more to get me there than John." --Simon MacDonald, Developer Advocate, AdobeSoftware developers have two options for the apps they build: native apps targeting a specific device or web apps that run on any device. Building native apps is challenging, especially when your app targets multiple system types--i.e., desktop computers, smartphones, televisions--because user experience varies dramatically across devices. Service Workers--a relatively new technology--make it easier for web apps to bridge the gap between native and web capabilities. In Learning Progressive Web Apps, author John M. Wargo demonstrates how to use Service Workers to enhance the capabilities of a web app to create Progressive Web Apps (PWA). He focuses on the technologies that enable PWAs and how to use those technologies to enhance your web apps to deliver a more native-like experience. Build web apps a user can easily install on their local system and that work offline or on low-quality networks Utilize caching strategies that give you control over which app resources are cached and when Deliver background processing in a web application Implement push notifications that enable an app to easily engage with users or trigger action from a remote server Throughout the book, Wargo introduces each core concept and illustrates the implementation of each capability through several complete, operational examples. You'll start with simple web apps, then incrementally expand and extend them with state-of-the-art features. All example source code is available on GitHub, and additional resources are available on the author's companion site, learningpwa.com. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details., Learn how to use JavaScript and modern web technologies to build apps that are more reliable, faster, more engaging, easier to maintain, and are supported by all current browsers. Learning Progressive Web Apps is the first of a new generation of PWA guides that reflect breakthrough advances such as Service Workers and Web App Manifests, helping you combine the best features of web and mobile development. One step at a time, John Wargo introduces techniques for building apps that: Responsively fit any form factor and work with all modern browsers Can also work offline or on low quality networks Offer modern app-style interactions, navigation, and push notifications to deliver a better user experience for more retention and reengagement Update themselves automatically Can be shared easily via URLs Are served via HTTPS to prevent eavesdropping and tampering Wargo clearly introduces each core concept, and illustrates the implementation of each capability through a running case study. You'll start with a simple progressive web app, then incrementally expand and extend it with state-of-the-art features, usability, and performance. All example source code is available on Github, and additional resources will be available through the author's site, pwalearn.com., Developers building apps targeting desktops, laptops, smartphones, and tablets have two options to use when building their apps: native apps built specifically for the target platform, or web apps, which run on most any system. Building native apps for any target platform is a time-consuming and expensive proposition, especially when your app targets multiple system types (desktop computers, smartphones, televisions, etc.). Web apps are challenging because a user experiences vary dramatically depending on which type of system the user accessed the app from. Desktop browsers are fully capable, but mobile device browsers have limitations due to reduce screen real estate, processor speed, network bandwidth, and more. Many of these limitations have disappeared, but there's still considerable disparity between native app and web app capabilities. Over the years, web browsers, especially those running on mobile devices like smartphones and tablets, exposed more native capabilities to web apps. This enables web apps to work more like native apps, but there were still limitations. Service Workers are a relatively new technology that make it easier for web apps to bridge the gap between native and web capabilities, removing many limitations from web apps. This is a book about Service Workers, focusing on how to use Service Workers to enhance the capabilities of a web app to create a Progressive Web App (PWA). This book focuses on the technologies enabling PWAs, and how to use them to enhance your web apps to deliver a more native-like experience. Learning Progressive Web Apps is the first of a new generation of PWA guides that reflect breakthrough advances such as Service Workers and Web App Manifests, helping you combine the best features of web and mobile development. One step at a time, John M. Wargo introduces techniques for building apps, highlighting Building web apps a user can easily install on their local system Building web apps that work offline or on low quality networks Implementing caching strategies that give web developers control over which app resources are cached and when Delivering background processing in a web application Implementing push notifications to enable an app to more easily engage with users or trigger action from a remote server As you work through the chapters, at different points you'll start with one of three complete, stand-alone web apps, then convert them into PWAs using service workers and other browser technologies. Wargo clearly introduces each core concept and illustrates the implementation of each capability through complete, operational examples. You'll start with simple web apps, then incrementally expand and extend them with state-of-the-art features. All example source code is available on GitHub, and additional resources will be available through the author's site, learningpwa.com., Use Service Workers to Turbocharge Your Web Apps "You have made an excellent decision in picking up this book. If I was just starting on my learning path to mastery of Progressive Web Apps, there are not many folks I would trust more to get me there than John." --Simon MacDonald, Developer Advocate, Adobe Software developers have two options for the apps they build: native apps targeting a specific device or web apps that run on any device. Building native apps is challenging, especially when your app targets multiple system types--i.e., desktop computers, smartphones, televisions--because user experience varies dramatically across devices. Service Workers--a relatively new technology--make it easier for web apps to bridge the gap between native and web capabilities. In Learning Progressive Web Apps, author John M. Wargo demonstrates how to use Service Workers to enhance the capabilities of a web app to create Progressive Web Apps (PWA). He focuses on the technologies that enable PWAs and how to use those technologies to enhance your web apps to deliver a more native-like experience. Build web apps a user can easily install on their local system and that work offline or on low-quality networks Utilize caching strategies that give you control over which app resources are cached and when Deliver background processing in a web application Implement push notifications that enable an app to easily engage with users or trigger action from a remote server Throughout the book, Wargo introduces each core concept and illustrates the implementation of each capability through several complete, operational examples. You'll start with simple web apps, then incrementally expand and extend them with state-of-the-art features. All example source code is available on GitHub, and additional resources are available on the author's companion site, learningpwa.com. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details., Software developers have two options for the apps they build: native apps targeting a specific device or web apps that run on any device. Building native apps is challenging, especially when your app targets multiple system types--i.e., desktop computers, smartphones, televisions--because user experience varies dramatically across devices. Service Workers--a relatively new technology--make it easier for web apps to bridge the gap between native and web capabilities. In Learning Progressive Web Apps, author John M. Wargo demonstrates how to use Service Workers to enhance the capabilities of a web app to create Progressive Web Apps (PWA). He focuses on the technologies that enable PWAs and how to use those technologies to enhance your web apps to deliver a more native-like experience. Build web apps a user can easily install on their local system and that work offline or on low-quality networks Utilise caching strategies that give you control over which app resources are cached and when Deliver background processing in a web application Implement push notifications that enable an app to easily engage with users or trigger action from a remote server
Copyright Date
2020
ebay_catalog_id
4

Objectbeschrijving van de verkoper

Informatie van zakelijke verkoper

Premier Books LLC
David Taylor
26C Trolley Sq
19806-3356 Wilmington, DE
United States
Contactgegevens weergeven
:liam-Emoc.liaterelgaednarg@yabe
Ik verklaar dat al mijn verkoopactiviteiten zullen voldoen aan alle wet- en regelgeving van de EU.
grandeagleretail

grandeagleretail

98,3% positieve feedback
2,7M objecten verkocht
Reageert meestal binnen 24 uur

Gedetailleerde verkopersbeoordelingen

Gemiddelde van de afgelopen 12 maanden

Nauwkeurige beschrijving
4.9
Redelijke verzendkosten
5.0
Verzendtijd
4.9
Communicatie
4.9
Ingeschreven als zakelijke verkoper

Feedback verkoper (1.025.638)

1***r (5)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
The package was damaged, but the vinyl inside was in good condition, after all. Great communications and detailed information about shipping to US.
-***e (397)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Excellent
t***r (112)- Feedback gegeven door koper.
Afgelopen maand
Geverifieerde aankoop
Arrived as described