Skip to content

Refactoring the Worst Code I’ve Ever Written

Originally published on Dev.to,

I explain the pros and cons of 3 different approaches to refactoring code from my very first data visualization project. Included in that week's Top 7 Posts.

Creating Pixel Art with CSS

Originally published on Dev.to,

I teach you how to draw a cat with this step-by-step guide on creating pixel art using the `box-shadow` property in CSS. Included in that week's Top 7 Posts.