Processing ......
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
 
You Don't Know JS Yet: Async & Performance
🌠 Top Free Python Books - 100% Free or Open Source!
  • Title: You Don't Know JS Yet: Async & Performance - 2nd Edition
  • Author(s) Kyle Simpson
  • Publisher: O'Reilly Media; 1 edition (March 9, 2015); eBook (Open Access Edition)
  • License(s): CC BY-NC-ND 4.0
  • Paperback: 296 pages
  • eBook: HTML
  • Language: English
  • ISBN-10/ASIN: 1491904224
  • ISBN-13: 978-1491904220
  • :

Book Description

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.

  • 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
About the Authors
  • Kyle Simpson is an Open Web Evangelist from Austin, TX. He's passionate about JavaScript, HTML5, real-time/peer-to-peer communications, and web performance. Otherwise, he's probably bored by it. Kyle is an author, workshop trainer, tech speaker, and avid OSS community member.
Reviews, Ratings, and Recommendations: Related Book Categories: Read and Download Links: Similar Books:
Book Categories
:
Other Categories
Resources and Links