Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    You Don't Know JS: Async & Performance

    Posted By: AlenMiler
    You Don't Know JS: Async & Performance

    You Don't Know JS: Async & Performance by Kyle Simpson
    English | 23 Feb. 2015 | ASIN: B00TXVCJ7O | 298 Pages | AZW3 | 447.99 KB

    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