Puppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome. Puppeteer works only with Chrome. However, many teams only run unit tests with a single browser (e.g. PhantomJS). In non-testing use cases, Puppeteer provides a powerful but […]

Read More →

In the developer console of any of your browser type new Date(’01/01/01’)new Date(’01/01/01′) The correct answer should be (ignore the timezone, you might get a different one) Tue Jan 01 1901 00:00:00 GMT-0600 (Central Standard Time)Tue Jan 01 1901 00:00:00 GMT-0600 (Central Standard Time) Strangely chrome gives the following answer Mon Jan 01 2001 00:00:00 […]

Read More →

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 →

Ninite application helps you install and update most of your programs at once. The apps are user-requested apps and are added based on their popularity. The following are it’s features. start working as soon as you run it not bother you with any choices or options install apps in their default location say no to […]

Read More →