In Programming
JS: The Right Way
jstherightway.org
A quick reference to best practices for writing JavaScript -- links to code patterns and tutorials from around the web
Recently shared by
Take a deep dive
More like this
DEV Community 👩💻👨💻
Code anything in Javascript, with only 8 characters
DEV Community 👩💻👨💻
3 min read · 99 saves · 2020-07-29 · You can convert any Javascript code into these characters: ()[]{}!+ and only these characters. He...
github.com
ryanmcdermott/clean-code-javascript
github.com
158 saves · From 2017 · :bathtub: Clean Code concepts adapted for JavaScript - ryanmcdermott/clean-code-javascript
In Programming
CSS-Tricks
Tips for Writing Animation Code Efficiently
CSS-Tricks
10 min read · 110 saves · 2020-04-10 · I’ve been coding web animations and helping others do the same for years now. However, I have yet to see a concise list of tips focused on how to
heydonworks.com
Writing Less Damn Code
heydonworks.com
3 min read · 107 saves · From 2016 · I’m not the most talented coder in the world. No, it’s true. So I try to write as little code as possible. The less I write, the less there is to break, justify, or maintain. I’m also lazy, so it’s…
In Programming
medium.com
Modern JavaScript Explained For Dinosaurs
medium.com
~16 min read · 551 saves · From 2017 · Learning modern JavaScript is tough if you haven’t been there since the beginning.
ybrikman.com
The 10:1 rule of writing and programming
ybrikman.com
8 min read · 218 saves · From 2018 · Hofstadter’s Law: It always takes longer than you expect, even when you take into account Hofstadter’s Law. — Douglas Hofstadter, Gödel, Escher, Bach
Visual Studio Code
JavaScript Programming with Visual Studio Code
Visual Studio Code
~12 min read · 36 saves · From 2017 · Get the best out of Visual Studio Code for JavaScript development
codetogo.io
JavaScript Code to go
codetogo.io
94 saves · From 2017 · Javascript code to go: Find updated snippets for common JavaScript use cases.
In Programming
DEV Community 👩💻👨💻
Cleaner Code with JavaScript Destructuring
DEV Community 👩💻👨💻
3 min read · 62 saves · 2020-10-26 · Destructuring is a really useful way to get named variables out of an object in JavaScript and can ma...