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 →

Floyd’s triangle is a right-angled triangular array of natural numbers.It is defined by filling the rows of the triangle with consecutive numbers, starting with a 1 in the top left corner. The numbers along the left edge of the triangle are the lazy caterer’s sequence and the numbers along the right edge are the triangular […]

Read More →