Articles - Page 3

Miscellaneous Jest Issues/Workarouds II

17 November, 2014

My brother recently installed Jest on his Windows machine and alerted me that there were some problems that he encountered when using Visual…

Miscellaneous Jest Issues/Workarounds

28 October, 2014

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…

React + Jest Testing on Windows II

28 October, 2014

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…

Azure Active Directory authentication in existing project

18 October, 2014

Recently, I needed to add Azure Active directory authentication to an existing web project. There was an automated tool for Visual Studio…

Test React Components Using Jest (on Windows)

02 August, 2014

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…

Introducing Griddle: A React.js grid

08 July, 2014

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…

Trying out ReactJS with the Marvel API

26 May, 2014

I’ve recently started looking into ReactJS (Facebook’s front-end JavaScript library) for building web UIs. React has an interesting…

Debugging Express Applications

25 May, 2014

Coming from the .NET world, I’ve grown accustomed to great debugging tools. My initial Node setup didn’t have a very good way to debug an…

Running ssh-agent on Windows

15 May, 2014

There was one thing I didn’t mention in my previous post about running Octopress on a Vagrant machine — in the machine’s current state…

Vagrantfile for Octopress

13 May, 2014

I’ve recently started using Vagrant for managing lightweight virtual machines for various projects. Vagrant is awesome because it allows…