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 →

irb console doesn’t need much time to get cluttered. Here is a quick command to clear the irb console. at the irb console type in the following: On Windows: system(’cls’)system(‘cls’) On Linux,Unix system(’clear’)system(‘clear’) irb uses an initialization file in which you can set commonly used options or execute any required Ruby statements. When irb is […]

Read More →