Writing

Page 3 / 5
21

Migrating to Gatsby from Octopress

Octopress is an awesome blogging platform that has served me well for quite some time but recently I've migrated to Gatsby (since it is built with a tech stack I frequently use).…

22

Blogging with gatsby

I'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 fresh start to the blogging system I am…

24

Miscellaneous Jest Issues/Workarouds II

My brother recently installed Jest on his Windows machine and alerted me that there were some problems that he encountered when using Visual Studio 2013 Express to compile some of…

25

Miscellaneous Jest Issues/Workarounds

I've been using Jest a bit lately and wanted to document some issues I've run into for future reference. ##Debugging Jest Tests## Recently I had a test that was failing and from…

26

React + Jest Testing on Windows II

Last time I wrote about running Jest on Windows there was one thing I left out. The test output would show if the tests pass or fail but no data is displayed regarding why they…

28

Test React Components Using Jest (on Windows)

I'm currently going through the process creating unit tests for Griddle and thought it would be good to document the steps I took to get Jest up and running. I did not find it as…

29

Introducing Griddle: A React.js grid

Many of the websites I have worked on have required a grid component. As I had been exploring React.js more it was made apparent that I was going to need a grid component for it…

30

Trying out ReactJS with the Marvel API

I've recently started looking into ReactJS (Facebook's front-end JavaScript library) for building web UIs. React has an interesting philosophy about how the UI should function and…