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).…
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).…
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…
Inspired by some recent conversations on Twitter, I've decided to give Bash on Windows another shot. This post contains the steps I've taken to install and configure Bash on…
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…
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…
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…
Recently, I needed to add Azure Active directory authentication to an existing web project. There was an automated tool for Visual Studio 2012 but there does not seem to be a…
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…
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…
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…