Determine long running progress status in JavaScript

progress-info – determine long running progress status. Read more

Similar

JavaScript with Gradle y Nashorn

yweatherjs - An experiment using Oracle Nashorn and Gradle as dependencies provider as well as Yahoo's Weather Service and YQL(Yahoo! Query Language) to obtain the weather information.

Read more »

How JavaScript linters cause bugs

I was doing code review for a coworker yesterday, and it soon became obvious that he used a linter and that the linter gave him a bright idea: use strict comparisons. Using strict comparisons is a great rule to follow. === instead of ==, !== instead of !=... (more…)

Read more »