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…
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…
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…
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…
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…
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…
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…
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…
When reviewing my recent AngularJS post, I noticed that none of my template display bindings were showing up. LiquidTags use the same {% raw %}{{ }}{% endraw %} style bindings as…
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…
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…