Writing

Page 4 / 5
31

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…

32

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…

33

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…

34

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…

35

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…

36

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…

37

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…

39

Learning AngularJS

I have recently been playing around with some of the client-side MV frameworks. I have avoided Angular for quite some time because I was not a fan of using ng-click (etc.) HTML…

40

Less alt+tab with SublimeText

Back in April, I jokingly lamented not having the ability to run a console from directly within SublimeText -- apparently I did not do quite enough searching. There is a plug-in…