Developing AngularJS applications is fun. However, debugging certain aspects of your application might not be as straight forward as we might think. Here are few tricks we can use to inspect the AngularJS application from the javascript console of your browser. In webkit based borwser if we inspect the element, then that element can be […]

Read More →

Microsoft Launches Visual Studio Code, A Free Cross-Platform Code Editor For OS X, Linux And Windows. The editor features all of the standard tools you would expect from a modern code editor, including syntax highlighting, customizable keyboard bindings, bracket matching and snippets. It also works with Git out of the box. Visual Studio Code offers […]

Read More →

Finding something to learn is just a google(whatever search engine of ur choice)search away. However you do not want to spend time weeding out the bad ones and selecting which ones to learn from. Hackr.io is a simple website which takes out this pain of discovering good resources to learn programming languages. It is a […]

Read More →

AngularJS has grown in popularity over the years. There are a huge number of blogs,videos and tutorials all over the web that delve into finer topics on AngularJS. Here is a list of AngularJS Best Practices and Notes as mentioned on AngularJS Developer Guide Custom directives to access the DOM: In Angular, the only place […]

Read More →

In recreational mathematics, a Harshad number (or Niven number) in a given number base, is an integer that is divisible by the sum of its digits when written in that base. Harshad numbers in base n are also known as n-Harshad (or n-Niven) numbers. Harshad numbers were defined by D. R. Kaprekar, a mathematician from […]

Read More →