Skip to content

Instantly share code, notes, and snippets.

@nisaacson
Last active March 8, 2018 20:55
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save nisaacson/7862784 to your computer and use it in GitHub Desktop.
Save nisaacson/7862784 to your computer and use it in GitHub Desktop.
Javascript resources

Resources

Here are some resources for learning javascript and node

Versions

Asynchronous tips

If you do start doing some asynchronous javascript work of any sort the following are very useful

Modules

A very short list of some of the good modules out there

Front End

Streams:

Streams are one of the most powerful features of node.js. If you are processing large amounts of data and you are not using streams, you are probably doing it wrong.

Design Patterns:

In JavaScript, as in all languages, there are good design patterns for your code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment