Faraz K. Kelhini - Modern Asynchronous JavaScript
Here you can read online Faraz K. Kelhini - Modern Asynchronous JavaScript full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: Pragmatic Bookshelf, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:
Romance novel
Science fiction
Adventure
Detective
Science
History
Home and family
Prose
Art
Politics
Computer
Non-fiction
Religion
Business
Children
Humor
Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.
- Book:Modern Asynchronous JavaScript
- Author:
- Publisher:Pragmatic Bookshelf
- Genre:
- Year:2021
- Rating:5 / 5
- Favourites:Add to favourites
- Your mark:
Modern Asynchronous JavaScript: summary, description and annotation
We offer to read an annotation, description, summary or preface (depends on what the author of the book "Modern Asynchronous JavaScript" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.
JavaScript today must interact with data-intensive APIs and networks. The solution is a program that can work asynchronously instead of finishing tasks in order. In modern JavaScript, instead of callbacks youll use promises to improve your applications performance and responsiveness. JavaScript features introduced in ES2020, ES2021, and ESNext like Promise.allSettled(), Promise.any(), and top-level await help you develop small, fast, low-profile applications. With the AbortController API, cancel a pending async request before it has completed. Modern Asynchronous JavaScript gives you an arsenal of tools to build programs that always respond to user requests, recover quickly from difficult conditions, and deliver maximum performance.
Applications today must work with information on remote servers, and users expect a quick response to complex interactions at all times, whether on a high-speed 5G cellular network or slow public WiFi. JavaScript provides developers with advanced tools to coordinate the asynchronous parts of their code efficiently and deliver responsive programs. Faster applications equal happier users, which is the promise of asynchronous JavaScript.
With Modern Asynchronous JavaScript youll learn techniques for managing your async code. Features like ES2021 Promise.any() allow you to safeguard your async code from external issues that are out of your control like server downtime. Youll discover secret weapons like top-level await to initialize resources, define dependency paths dynamically, and load dependencies with a fallback implementation. Youll even learn to how to set a time limit for async requests and react if they take too long to complete.
Fast, reliable applications are a must in todays world, where users demand increasingly greater amounts of data on mobile devices. Asynchronous programming may require more cautious planning than synchronous programming but the outcome is rewarding. Asynchronous JavaScript allows you to write code that is nimble but reliable, leading to programs that load faster, respond quicker, and most importantly that you can trust to function properly.
What You Need:
Youll need an intermediate level of JavaScript programming skills and a browser that supports features from ES2020, ES2021, and ESNext.
Faraz K. Kelhini: author's other books
Who wrote Modern Asynchronous JavaScript? Find out the surname, the name of the author of the book and a list of all author's works by series.