Writing

Page 2 / 5
14

Use a Provider component in Storybook

Storybook is awesome for building components I frequently use Storybook and styled components / Emotion when building component libraries. The ability to apply a consistent theme…

15

Ignoring files in git

No, this isn't a post about .gitignore The file is a great way to exclude files from a repository for all users. This post is not about that. I often want to ignore files that a…

16

NeoVim for Software Development

I've recently been interested in using the tried-and-true vim editor again. For those unfamiliar, vim is an editor that was first released in 1991. Vim boasts a large community of…

17

Amazon Echo Costume

My daughter is super ecstatic about Amazon Echo. When it came time to pick a Halloween Costume, she quickly decided an Amazon Echo is what she wanted to be. I was more than happy…

18

A feature based approach to React development

There are a lot of opinions around how to arrange a React project. In this post, I want to talk about feature folders and why I think they are a great choice for React application…

19

Releasing node packages

When releasing a new version of an open source project, it's important to make sure a series of things happen in the same order for every release. I've attempted to make a…

20

Running Jest on Linux

I frequently switch between devices and operating systems and recently ran into a strange bug when running unit tests in Linux. Jest would run just fine on macOS and Windows, but…