Words.

Thoughts on things, often about software engineering.

Resilient Snapshot Testing with Material-UI and React Testing Library

If you’re using Material-UI for snapshot testing, you already know that it can create a surprising amount of unnecessary snapshot updates. In this post, we’ll show you how to easily modify the behavior of Material-UI’s CSS-in-JS solution to cut down on the noise in your snapshots!

Documenting Javascript Projects

We all (hopefully) know how important good documentation and reference material is to a successful software project. Without good documentation, a particular library may be next to impossible to use…