Kyle Simpson's repositories
You-Dont-Know-JS
A book series on JavaScript. @YDKJS on twitter.
Functional-Light-JS
Pragmatic, balanced FP in JavaScript. @FLJSBook on twitter.
asynquence
Asynchronous flow control (promises, generators, observables, CSP, etc)
native-promise-only
A polyfill for native ES6 Promises as close as possible (no extensions) to the strict spec definitions.
A-Tale-Of-Three-Lists
Comparing various async patterns for a single demo
JSON.minify
Simple minifier for JSON to remove comments and whitespace
eslint-plugin-proper-arrows
ESLint rules to ensure proper arrow function definitions
Incomplete-JS
"The Incomplete Guide to JavaScript" (book). @IncompleteJS on twitter.
revocable-queue
Specialized async queue data structure, supports revocation of values
eslint-plugin-proper-ternary
ESLint rules to ensure proper usage of ternary/conditional expressions
dwordly-game
A game where words dwindle down to the shortest possible
eslint-plugin-arrow-require-this
DEPRECATED: ESLint rule to require arrow functions to reference the 'this' keyword
gum-try-hd
Try to enforce HD (16:9) camera aspect ratio for web-video calls
Mock-DOM-Resources
A mock of (parts of) the DOM API to simulate resource preloading and loading
make-a-game
some project files for a tutorial on making a simple web game
import-remap
Rewrite ES module import specifiers using an import-map.
santa-connect-app
Santa Connect: keeping track of your kids' nice/naughty status
WordGraphs
A librery containing Trie, DAWG with a strong search functionality.