Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS: ES6 and Beyond, (YDKJS) JavaScript Book 6, 1st edition, by Kyle Simpson, 2015

See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

See: You Don’t Know JS: ES6 and Beyond, (YDKJS), JavaScript Book 6, 1st edition, by Kyle Simpson, 2015, 1491904240 (YDKJS-6)

Fair Use Source: 1491904240 (YDKJS-6)

Read free here: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/es6%20&%20beyond/README.md#you-dont-know-js-es6–beyond

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

About This Book:

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 compact guide focuses on new features available in ECMAScript 6 (ES6), the latest version of the standard upon which JavaScript is built.

Like other books in this series, You Don’t Know JS: ES6 & Beyond dives into trickier parts of the language that many JavaScript programmers either avoid or know nothing about. Armed with this knowledge, you can achieve true JavaScript mastery.

With this book, you will:

  • Learn new ES6 syntax that eases the pain points of common programming idioms
  • Organize code with iterators, generators, modules, and classes
  • Express async flow control with Promises combined with generators
  • Use collections to work more efficiently with data in structured ways
  • Leverage new API helpers, including Array, Object, Math, Number, and String
  • Extend your program’s capabilities through meta programming
  • Preview features likely coming to JS beyond ES6

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

  • ASIN: 1491904240
  • ISBN-10: 9781491904244
  • ISBN-13: 978-1491904244
  • Publisher : O’Reilly Media; 1st edition (January 12, 2016) — 2nd edition published by GetiPub (http://getipub.com), a division of Getify Solutions, Inc., and produced by Leanpub (https://leanpub.com/p/getipub).
  • Paperback : 278 pages

Table of Contents:

Sources:

Fair Use Sources:

Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS: Async & Performance, (YDKJS) JavaScript Book 5, 1st edition, by Kyle Simpson, 2015

See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

See: You Don’t Know JS: Async & Performance, (YDKJS), JavaScript Book 5, 1st edition, by Kyle Simpson, 2015, 1491904224 (YDKJS-5)

Fair Use Source: 1491904224 (YDKJS-5)

Read free here: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/async%20&%20performance/README.md#you-dont-know-js-async–performance

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

About This Book:

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

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

  • ASIN: 1491904224
  • ISBN-10: 9781491904220
  • ISBN-13: 978-1491904220
  • Publisher : O’Reilly Media; 1st edition (March 24, 2015) – 2nd edition published by GetiPub (http://getipub.com), a division of Getify Solutions, Inc., and produced by Leanpub (https://leanpub.com/p/getipub).
  • Paperback : 296 pages

Table of Contents:

Sources:

Fair Use Sources:

Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS: Types & Grammar, (YDKJS) JavaScript Book 4), 1st edition, by Kyle Simpson, 2015

See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

See: You Don’t Know JS: Types & Grammar, (YDKJS), JavaScript Book 4, 1st edition, by Kyle Simpson, 2015, 1491904194 (YDKJS-4)

Fair Use Source: 1491904194 (YDKJS-4)

Read free here: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/types%20&%20grammar/README.md#you-dont-know-js-types–grammar

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

About This Book:

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 compact guide explores JavaScript types in greater depth than previous treatments by looking at type coercion problems, demonstrating why types work, and showing you how to take advantage of these features.

Like other books in this series, You Don’t Know JS: Types & Grammar dives into trickier parts of the language that many JavaScript programmers simply avoid or assume don’t exist (like types). Armed with this knowledge, you can achieve true JavaScript mastery.

With this book you will:

  • Get acquainted with JavaScript’s seven types: null, undefined, boolean, number, string, object, and symbol
  • Understand why JavaScript’s unique array, string, and number characteristics may delight or confound you
  • Learn how natives provide object wrappers around primitive values
  • Dive into the coercion controversy—and learn why this feature is useful in many cases
  • Explore various nuances in JavaScript syntax, involving statements, expressions, and other features

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

  • ASIN: 1491904194
  • ISBN-10: 9781491904190
  • ISBN-13: 978-1491904190
  • Publisher: O’Reilly Media; 1st edition (February 24, 2015) — 2nd edition published by GetiPub (http://getipub.com), a division of Getify Solutions, Inc., and produced by Leanpub (https://leanpub.com/p/getipub).
  • Paperback : 198 pages

Table of Contents:

Table of Contents

Sources:

Fair Use Sources:

Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS: this & Object Prototypes, (YDKJS) JavaScript Book 3), 1st edition by Kyle Simpson, 2015

See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

See: You Don’t Know JS: this & Object Prototypes, (YDKJS), JavaScript Book 3, 1st edition, by Kyle Simpson, 2015, 1491904151 (YDKJS-3)

Fair Use Source: 1491904151 (YDKJS-3)

Read free here: https://github.com/getify/You-Dont-Know-JS/blob/1st-ed/this%20&%20object%20prototypes/README.md#you-dont-know-js-this–object-prototypes

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

About This Book:

No matter how much experience you have with JavaScript, odds are you don’t fully understand the language. This concise, in-depth guide takes you inside JavaScript’s this structure and object prototypes. You’ll learn how they work and why they’re integral to behavior delegation—a design pattern in which objects are linked, rather than cloned.

Like other books in the “You Don’t Know JS” series, this and Object Prototypes 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 how the this binding points to objects based on how the function is called
  • Look into the nature of JS objects and why you’d need to point to them
  • Learn how developers use the mixin pattern to fake classes in JS
  • Examine how JS’s prototype mechanism forms links between objects
  • Learn how to move from class/inheritance design to behavior delegation
  • Understand how the OLOO (objects-linked-to-other-objects) coding style naturally implements behavior delegation

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

  • ASIN: 1491904151
  • ISBN-10: 9781491904152
  • ISBN-13: 978-1491904152
  • Publisher: O’Reilly Media; 1st edition (August 12, 2014) – 2nd edition published by GetiPub (http://getipub.com), a division of Getify Solutions, Inc., and produced by Leanpub (https://leanpub.com/p/getipub).
  • Paperback: 174 pages

Table of Contents:

Table of Contents

Sources:

Fair Use Sources:

Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS: Up & Going (YDKJS), JavaScript Book 1, 1st edition, by Kyle Simpson, 2015

See also: JavaScript, You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

You Don’t Know JS: Up & Going, (YDKJSY), JavaScript Book 1, 1st edition, by Kyle Simpson, 2015, 1491924462 (YDKJS-1)

The new version is You Don’t Know JS Yet: Get Started (YDKJSY), JavaScript Book 1, 2nd edition, by Kyle Simpson, 2020, B084BNMN7T (YDKJSY-1)

Fair Use Source: 1491924462 (YDKJS-1)

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

About This Book:

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

Table of Contents:

Sources:

Fair Use Sources:

License & Copyright:

© 2013-2019 Kyle Simpson. This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.

Categories
Bibliography JavaScript Software Engineering

You Don’t Know JS Yet (YDKJSY) JavaScript Book Series by Kyle Simpson, 2020-2021-2022

See also: JavaScript, JavaScript Bibliography and Bibliography of JavaScript Libraries and Web Frameworks

Buy here https://leanpub.com/p/getipub rather than Kyle’s Amazon page or his Amazon 2nd edition book series page.

  1. You Don’t Know JS Yet: Get Started (YDKJSY), JavaScript Book 1, 2nd edition, by Kyle Simpson, 2020, B084BNMN7T (YDKJSY-1)
    1. Old version: You Don’t Know JS: Up & Going, (YDKJSY), JavaScript Book 1, 1st edition, by Kyle Simpson, 2015.
  2. You Don’t Know JS Yet: Scope & Closures (YDKJSY), JavaScript Book 2, 2nd edition, by Kyle Simpson, 2020, B086GD45ZG (YDKJSY-2)
  3. You Don’t Know JS: this & Object Prototypes, (YDKJS), JavaScript Book 3, 1st edition, by Kyle Simpson, 2015, 1491904151 (YDKJS-3)
  4. You Don’t Know JS: Types & Grammar, (YDKJS), JavaScript Book 4, 1st edition, by Kyle Simpson, 2015, 1491904194 (YDKJS-4)
  5. You Don’t Know JS: Async & Performance, (YDKJS), JavaScript Book 5, 1st edition, by Kyle Simpson, 2015, 1491904224 (YDKJS-5)
  6. You Don’t Know JS: ES6 and Beyond, (YDKJS), JavaScript Book 6, 1st edition, by Kyle Simpson, 2015, 1491904240 (YDKJS-6)

About These Books:

This is a series of books diving deep into the core mechanisms of the JavaScript language. 

To read more about the motivations and perspective behind this book series, check out the Preface.

https://github.com/getify/You-Dont-Know-JS

About the Author:

Kyle Simpson is an Open Web evangelist from Austin, Texas, who’s passionate about all things JavaScript. He’s an author, workshop trainer, tech speaker, and OSS contributor/leader. https://github.com/getify, https://linkedin.com/in/getify

Kyle Simpson

Book Details:

Sources:

Fair Use Sources:

License & Copyright:

© 2013-2019 Kyle Simpson. This work is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 4.0 Unported License.