Search Results

You Don't Know JS: Async & Performance

Download or Read eBook You Don't Know JS: Async & Performance PDF written by Kyle Simpson and published by "O'Reilly Media, Inc.". This book was released on 2015-02-23 with total page 317 pages. Available in PDF, EPUB and Kindle.
You Don't Know JS: Async & Performance
Author :
Publisher : "O'Reilly Media, Inc."
Total Pages : 317
Release :
ISBN-10 : 9781491905203
ISBN-13 : 1491905204
Rating : 4/5 (03 Downloads)

Book Synopsis You Don't Know JS: Async & Performance by : Kyle Simpson

Book excerpt: No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this concise yet in-depth guide focuses on new asynchronous features and performance techniques—including Promises, generators, and Web Workers—that let you create sophisticated single-page web applications and escape callback hell in the process. Like other books in this series, You Don’t Know JS: Async & Performance dives into trickier parts of the language that many JavaScript programmers simply avoid. Armed with this knowledge, you can become a true JavaScript master. With this book you will: Explore old and new JavaScript methods for handling asynchronous programming Understand how callbacks let third parties control your program’s execution Address the "inversion of control" issue with JavaScript Promises Use generators to express async flow in a sequential, synchronous-looking fashion Tackle program-level performance with Web Workers, SIMD, and asm.js Learn valuable resources and techniques for benchmarking and tuning your expressions and statements


You Don't Know JS: Async & Performance Related Books

You Don't Know JS: Async & Performance
Language: en
Pages: 317
Authors: Kyle Simpson
Categories: Computers
Type: BOOK - Published: 2015-02-23 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. As part of the "You Don’t Know JS" series, this co
Async & Performance
Language: en
Pages: 0
Authors: Kyle Simpson
Categories: Application software
Type: BOOK - Published: 2015 - Publisher: O'Reilly Media

DOWNLOAD EBOOK

This book focuses on the new asynchronous features in JavaScript, which are new and confusing to developers. The book covers promises, generators, and coroutine
Async in C# 5.0
Language: en
Pages: 107
Authors: Alex Davies
Categories: Computers
Type: BOOK - Published: 2012 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

If you're writing one of several applications that call for asynchronous programming, this concise hands-on guide shows you how the async feature in C# 5.0 can
Modern Asynchronous JavaScript
Language: en
Pages: 114
Authors: Faraz K. Kelhini
Categories: Computers
Type: BOOK - Published: 2021-12-17 - Publisher: Pragmatic Bookshelf

DOWNLOAD EBOOK

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
Async Rust
Language: en
Pages: 279
Authors: Maxwell Flitton
Categories: Computers
Type: BOOK - Published: 2024-11-12 - Publisher: "O'Reilly Media, Inc."

DOWNLOAD EBOOK

Already popular among programmers for its memory safety and speed, the Rust programming language is also valuable for asynchrony. This practical book shows you
Scroll to top