Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save djangosporti/84ceca5b358c4fefb267a06aab9dd2a4 to your computer and use it in GitHub Desktop.
Save djangosporti/84ceca5b358c4fefb267a06aab9dd2a4 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