Writing

Page 4 / 5
31

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…

32

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…

33

Debugging Express Applications

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 application (outside of using ) and I…

34

Running ssh-agent on Windows

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 (with Windows as a host machine), we cannot…

35

Vagrantfile for Octopress

I've recently started using Vagrant for managing lightweight virtual machines for various projects. Vagrant is awesome because it allows you to: 1. Configure an environment for a…

36

Thoughts on Microsoft Surface

Last fall, I won a Microsoft Surface 2 as part of the Surface Remix Project contest. I always love to win gadgets but this was a bit more exciting to me as I am a hobby music…

37

Fake popovers for Angular-xeditable

I was recently working on a project with AngularJS and xeditable (if you're not familiar, xeditable is an awesome library for inline editing). There is an Angular version of…

38

Learning AngularJS III: Routes

So far we've covered the basics of using AngularJS to interact with RESTful services and Filtering / Ordering views in AngularJS. Using AngularJS Routes, we are going to add a bit…

39

Learning AngularJS II : Filtering / Ordering

Last time I wrote about some basic AngularJS functionality for interacting with a RESTful API. We're going to continue where with left off with our food inventory app to add some…