The Cost Of Javascript Frameworks
- Tim Kadlec tl;dr: Comparative performance costs of jQuery, Vue, Angular and React.featured in #181
Rome, A New JavaScript Toolchain
- Jason Miller tl;dr: Rome is a from-scratch implementation of a complete JavaScript toolchain. It compiles and bundles JavaScript projects, lints and type-checks, runs tests, and can also format code.featured in #175
JavaScript Libraries Are Almost Never Updated Once Installed
- Zack Bloom tl;dr: Cloudflare analyzed anonymous data around jQuery's usage. While a new version of jQuery was adopted quickly, there wasn't a decline in usage of older versions.featured in #171
70 JavaScript Interview Questions
- Mark Abeto tl;dr: Mark lays out common JavaScript interview questions answering each one.featured in #168
featured in #167
featured in #164
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
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