Recently shared by
More like this
medium.com
The Cost Of JavaScript
medium.com
8 min read · From 2017 · As we build sites more heavily reliant on JavaScript, we sometimes pay for what we send down in ways that we can’t always easily see. In…
medium.com
Must See JavaScript Dev Tools That Put Other Dev Tools to Shame — JavaScript Scene
medium.com
10 min read · From 2015 · “JavaScript sucks for large apps because it can’t even identify the type of a variable, and it sucks for refactoring.” ~ lots of very…
github.com
ryanmcdermott/clean-code-javascript
github.com
From 2017 · :bathtub: Clean Code concepts adapted for JavaScript - ryanmcdermott/clean-code-javascript
robinwieruch.de
JavaScript fundamentals before learning React
robinwieruch.de
~20 min read · From 2018 · All the fundamentals in JavaScript for React applications. Often React beginners realize that most of the learnings are JavaScript, because React has only a small API ...
codetogo.io
JavaScript Code to go
codetogo.io
1 min read · From 2017 · Javascript code to go: Find updated snippets for common JavaScript use cases.
githubengineering.com
Removing jQuery from GitHub.com frontend
githubengineering.com
9 min read · From 2018 · We have recently completed a milestone where we were able to drop jQuery as a dependency of the frontend code for GitHub.com. This marks the end of a gradual, years-long transition of increasingly decoupling from jQuery until we were able to completely remove the library. In this post, we will explain a bit of history of how we started depending on jQuery in the first place, how we realized when it was no longer needed, and point out that—instead of replacing it with another library or framework
youmightnotneedjquery.com
You Might Not Need jQuery
youmightnotneedjquery.com
4 min read · From 2014 · Examples of how to do common event, element, ajax and utility operations with plain javascript.
codewall.co.uk
The Best JavaScript Data Visualization & Charting Libraries 2018
codewall.co.uk
20+ min read · From 2018 · There are quite a few charting libraries around now, but which one's are the best to use? This can depend on many things like business needs, type of data, purpose of the chart itself and
DEV Community 👩💻👨💻
Code anything in Javascript, with only 8 characters
DEV Community 👩💻👨💻
3 min read · 2020-07-29 · You can convert any Javascript code into these characters: ()[]{}!+ and only these characters. He...