Skip to content

Instantly share code, notes, and snippets.

@sdlambert
sdlambert / how-to-design-any-ui-element.md
Last active May 10, 2021 18:07
How to design almost any UI element. A curated list of 58 articles
@sdlambert
sdlambert / 0_reuse_code.js
Created March 22, 2017 15:04
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

23 Free Javascript books

This is a gist based on the list originally posted [here][A]. All credit to the original author(s).

  • [Eloquent JavaScript by Marijn Haverbeke][1]
  • [Exploring ES6 by Dr. Axel Rauschmayer][2]
  • [Google JavaScript Style Guide][3]
  • [Human JavaScript by Henrik Joreteg][4]
  • [JavaScript Allongé by Reginald Braithwaite][5]
  • [JavaScript Enlightenment by Cody Lindley][6]