Joined February 2012
·

Eric Raio

Founder at CEO
·
San Diego, CA
·
·
·

Posted to The Concept of Pointers over 1 year ago

@haiqus - I wanted to explain the concept of pointers and what they mean instead of explaining how to use them.

Posted to The Concept of Pointers over 1 year ago

@shabbirh thanks!! :)

Nice write up!

One trick that I like to do with prototype is something like this.
https://gist.github.com/6799520

Posted to The Concept of Pointers over 1 year ago

That is a pretty good way of explaining it!

I wrote the article over a year ago and just posted it on coderwall, I feel that pointers can be a little confusing at first but once you understand them, the concept is quite simple.

Posted to Using NPM modules in Meteor over 1 year ago

Love this!

old but fun!

Posted to Lazy front-enders are lazy over 1 year ago

If I am using jQuery already as my library

I would write this over
$('<div>');
over this
$(document.createElement('div'));

Code readability/Code familiarity is a lot more important then performance.

Posted to Run the last command in Vim over 1 year ago

What about using the '.' command ?

Achievements
862 Karma
32,974 Total ProTip Views