Skip to content

Instantly share code, notes, and snippets.

@rpatil
Created November 24, 2014 11:43
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 rpatil/a7b1e13e9e7dd888af4a to your computer and use it in GitHub Desktop.
Save rpatil/a7b1e13e9e7dd888af4a to your computer and use it in GitHub Desktop.
The Basics of Node.js Streams|Node.js is asynchronous and event driven in nature. As a result, it’s very good at handling I/O bound tasks. If you are working on an app that performs I/O operations, you can take advantage of the streams available in Node.js. So, let’s explore Streams in detail and understand how they can simplify I/O.
Sass Multiple Arguments, Lists or Arglist|I do a lot of Sass code reviews. Along the same lines, I like to read frameworks’ code. Needless to say, I have seen a lot of things, both good and bad, when it comes to Sass.If there is something that always make me grind my teeth when I read other people’s Sass, it’s seeing mixins and functions using lists instead of variable arguments, or using lists instead of multiple named arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment