Blog posts

smear divider

February 24, 2023

How to choose software libraries (with React examples)

A good skill to have when you're transitioning from a junior developer onto a more senior level is to know how to pick good libraries without risking being locked in. In this post, I show you how to make sure your code is sustainable even when using many external libraries.

Read More

March 23, 2020

Maintaining z-index properties

How does one tackle the issue of constantly having to change z-index properties for different elements? What is the easiest way to adjust priorities and make them maintainable to not make them go over 9000? Here's how.

Read More