Articles - Page 2
Use a Provider component in Storybook
20 August, 2019Storybook is awesome for building components I frequently use Storybook and styled components / Emotion when building component…
Ignoring files in git
19 August, 2019No, 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…
NeoVim for Software Development
01 May, 2019I’ve recently been interested in using the tried-and-true vim editor again. For those unfamiliar, vim is an editor that was first released…
Amazon Echo Costume
26 October, 2017My daughter is super ecstatic about Amazon Echo. When it came time to pick a Halloween Costume, she quickly decided an Amazon Echo is what…
A feature based approach to React development
24 August, 2017There 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…
Releasing node packages
20 August, 2017When 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…
Running Jest on Linux
17 August, 2017I frequently switch between devices and operating systems and recently ran into a strange bug when running unit tests in Linux. Jest would…
Migrating to Gatsby from Octopress
13 August, 2017Octopress is an awesome blogging platform that has served me well for quite some time but recently I’ve migrated to Gatsby ( since it is…
Blogging with gatsby
12 August, 2017I’ve been using Gatsby for quite some time on the Griddle documentation and really like it. I wanted to start writing more and thought a…
Setup Bash on Windows: My environment configuration
17 November, 2016Inspired by some recent conversations on Twitter, I’ve decided to give Bash on Windows another shot. This post contains the steps I’ve taken…