Skip to content

Instantly share code, notes, and snippets.

@wasbazi
Forked from nisaacson/gist:7862784
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wasbazi/0da56963805131e92daa to your computer and use it in GitHub Desktop.
Save wasbazi/0da56963805131e92daa to your computer and use it in GitHub Desktop.

Resources

Here are some resources for learning javascript and node

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

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 pattersn for your code *Essential JS Design Patterns

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