Latest Blog posts
Monday Notes 2023-03-20
Published on 2023-03-20 19:23
Looking back at the past year, it wasn't easy time. So it's time for a sort of intervention.
Pie chart has its uses
Published on 2023-03-18 11:26
Pie chart is a chart that people in data visualization fields love to hate. It is basically a Comic Sans of charts.
Monday Notes 2023-03-13
Published on 2023-03-13 10:26
It's very easy to bite more than you can chew. After year of not blogging it feels a bit like that.
My process - gathering data
Published on 2023-03-10 18:40
Every project starts with gathering data. Good quality and completeness of data is probably the most important part of the project. Visualizing without the data is close to impossible.
Don't use 3D charts
Published on 2023-03-08 15:36
There is only one intentional reason to use 3D charts, hide things. In this post we'll take a look why.
Monday notes 2023-03-06
Published on 2023-03-06 09:16
Charts are a powerful tool to help us make decisions in professional and personal lives.
Small charts #1
Published on 2023-03-04 16:31
Making small unrelated charts throughout a week is as important as working on bigger projects. Some of them are made for sharpening skills, others are for exploring interesting data sets. This week my focus was on economy.
Monday notes 2023-02-27
Published on 2023-02-27 08:50
When restarting this series the plan wasn't to write one post and stop. Writing is one thing I want to do on regular basis.
Monday notes 2023-02-13
Published on 2023-02-13 16:00
After a more than a year of not blogging it's time to resume writing.
Vue, React! Differences in component's state
Published on 2021-11-24 07:05
One of the harder parts of getting into React after a multi-year break is React's state. As my current framework of choice is Vue.js let's compare them.