Posts by Category

Fundamentals

A brief introduction to Data Visualization

4 minute read

Welcome! Welcome to my brief introduction to Data Visualization. In this post I’m going to go over the fundamentals of datavis, starting off with a little hi...

Welcome to my blog

1 minute read

Welcome! Welcome to my blog. This is hopefully the first post of many. In this blog I plan to talk about visual design, or specifically: data visualization, ...

Back to Top ↑

Code

Javascript Array Map

1 minute read

Javascript Array Map The map() method creates a new array populated with the results of calling a provided function on every element in the calling array.

Back to Top ↑