Cleaner Code Example

Writing cleaner and more readable code

It is a known fact that code is read more times than it is written. For that reason, you would want your code to be easy to read and understand, as much as you would want it to work well….

Read More

Talks Of The Day – Source Maps

I’ve known about source maps for a while, and even used it a bit, but this talk sharpened my knowledge about the topic and I really advise all JavaScript developers to watch it, especially if you write big SPAs (single…

Read More

Custom AngularJS JSONP callback name

At my work place we are working on some AngularJS projects. We also write unit tests using Jasmine over Karma. So today I found out a colleague at work used jQuery’s $.getJSON and not Angular’s $http, since he had to…

Read More