Category Development

Thinking Rigorously

Have you ever found yourself thinking thoughts similar to these? “This project deadline is too short so I don’t have time to dig into this issue.”  “This is the way we’ve always done it, so we should keep doing it.”…

How to Clean SVGs in bulk

Oftentimes, we need to use specific icon sets from a design for a site rebuild. SVGs are often the best way to display these on the frontend because they’re more performant, more flexible and much easier to work with than…

The Gotchas of `position: sticky`

position: sticky is an excellent newer CSS property for working with designs where an element needs to stick to point a page as a user scrolls down. This allows us to replace large amounts of legacy JS and bring styling of…