p5.js is an effort to port the ideas and concepts of the Processing programming language to JavaScript. Even though there’s already processing.js –which transcodes Processing code into JavaScript–, p5.js is built with extensibility in mind, trough plugins, and instead of writing Processing code to be transcoded, you write pure JavaScript. The other day I saw… Continue reading Having fun coding with p5.js
Author: Daniel Pradilla
I'm an Engineer and my main objective is to help people solve real world problems using readily available technologies. I've been doing it since I was a kid.
Clear Off the Table | Dark Horse Analytics
Following their great Data Looks Better Naked post, the clever guys at Dark Horse Analytics have created a guide on how to remove Chartjunk and create really clean and expressive tables. The gif above pretty much sums it up, but go and read the full post.
Creating interactive visualizations of large datasets using JavaScript
Crossfilter is a JavaScript library initially designed by Square to explore large multivariate datasets in a web browser. It basically allows you to create sorted indexes and feed them to a charting library like D3, and enable the user to filter by clicking and dragging, even when sifting through 200.000 rows in a 5MB file:… Continue reading Creating interactive visualizations of large datasets using JavaScript
A reliable list of country codes
Who knows how much time I’ve wasted over the years trying to find a reliable data source for country names, ISO codes, phone prefixes and currencies. I have my own personal dysfunctional set of tables built manually from bits and pieces found online. But the other day I ran into this beauty: and updated ISO 3166… Continue reading A reliable list of country codes
Data + Design
A team of over 50 people have collaborated in Data+Design, a book about preparing and visualizing information. It’s a thorough but simple introduction to data collection and visualization, very thoroughly written and chock full of great advice. It’s open-source too, published in its present form using O’Reilly’s Atlas e-publishing platform, which produces very clean,… Continue reading Data + Design