Data visualization became ingrained in the life of almost every web designer and developer. If charting, mapping and dashboarding happen to have never been your pain in the neck yet, just wait a little bit as you are likely to join the club shortly.
Read more »
A Pandas-inspired data wrangling toolkit in JavaScript - TomFevrier/kiwis... (more…)
Read more »
The difference between `Date.now` and `performance.now`. Plus an interesting finding on Chrome! (more…)
Read more »
Html space code A blog about coding, programming, web design, and web development. (more…)
Read more »
Dead code elimination is a process wherein code that is not used is excluded from the code that is executed. In many compile time languages this is a much easier process since a compiler can easily determine the code that is used. However in javascri... (more…)
Read more »