Recent Writing
Here is a list of the most recent things I've written.
- Managing CSS Z-Index in Large Projects
Wrangling z-index values is a difficult task for many developers. Here is an easy-to-implement mini-framework based on existing conventions that brings clarity and confidence to working with z-index.
- Breaking Up Circular Dependencies
I removed 235+ circular dependencies from CB Insights' main web application, all with the help of my teammates, a new build configuration, and a little data visualization.