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 →

Ace is a standalone code editor written in JavaScript. The goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. Ace can be easily embedded in any web page and JavaScript application. Ace is developed as the […]

Read More →

WordPress by default displays the comments in the order they were entered. What this means is that the latest comments are always at the very bottom of the section. I like to have the latest comments shown first. Here is a fix for it, a very simple one: Open the comments.php file contained in the […]

Read More →