/JavaScript

70 JavaScript Interview Questions

- Mark Abeto tl;dr: Mark lays out common JavaScript interview questions answering each one.

featured in #168


The State of JavaScript 2019

- Sacha Greif tl;dr: With over 21,717 respondents this survey is both a dive into various JS frameworks and a state of the union on how the community feels about the language and where it's heading. 

featured in #167


The State of JavaScript

- Sacha Greif tl;dr: Link to the annual survey, to find out "which libraries developers want to learn next, which have the best satisfaction ratings, and much more."

featured in #164


When JavaScript Bytes

- Tim Kadlec tl;dr: JS is the most expensive resource byte-for-byte, yet we use it excessively. This presentation focuses on (1) Practical ways to reduce the amount of JS we’re using (2) Techniques to remove excess bytes off bundles (3) How to make sure those bytes stay off.

featured in #163


Modern JavaScript Features You May Have Missed

- Jimmy Breck-McKye tl;dr: "Some modern JS features that didn’t get much airtime when they first came out. Some are just quality of life improvements, but others are genuinely handy and can save whole swathes of code."

featured in #160


Sould We Rebrand JavaScript?

- Kieran Potts tl;dr: The core reason is the languages "fuzzy scope" i.e. if a computer program is documented as having been written in JavaScript, more information is needed to run the program.

featured in #158


Face Detection Using JavaScript API - face-api.js

- Deepak Gupta tl;dr: Built on TensorFlow, this solves face detection, face recognition and face landmark detection, optimized for web and mobile devices.

featured in #157


JavaScript Naming Conventions

- Robin Wieruch tl;dr: Naming conventions widely accepted as a standard in the JS community.

featured in #157


You Really Don't Need All That JavaScript, I Promise

- Stuart Langridge tl;dr: "At some point everything changed: the tail started to wag the dog instead and development became JS-first." You shouldn't rely on JS as much, plus practical strategies for building without a JS framework.

featured in #156


Cheat Sheet For Moving From jQuery To Vanilla JavaScript

- Tobias Ahlin tl;dr: As the author migrated his site off of jQuery, he saw common patterns that he penned in this blog post.

featured in #154