Posts

Showing posts from July, 2014

Silicon Valley Code Camp!

Image
I have been attending Silicon Valley for the last 3 years. If you are free in October during the weekend, check it out. It's always interesting :)

Peaking into the kind of JS problems that Netflix faces

While reading JS weekly, I ended up on a blog post from Netflix, about the kind of JS performance problems they face and how they resolved it. Pretty interesting to see the kind of problems some companies have. Improving the performance of our JavaScript inheritance model

Interesting article on named function expression

Very detailed article on named function expression: Named function expressions demystified