7 Feb
2013

My Team’s Gated Build

Category:General PostTag: :

What is the most far out thing you’ve done in a CI build? I got this note through my Inbox today: I have configured the Gated build agent to: Run CodeAnalysis Treat CodeAnalysis Warnings as Errors Treat StyleCop Warnings as Errors Run Validate Architecture I could quibble about my wishy-washy opinions of gated check in, […]

Read More
1 Feb
2013

Taking Toddler Steps with Node.js – Express Routing Revisited

Category:UncategorizedTag: :

Last year I wrote this blog post where I described a couple of ways on how to tackle routing with Express. In the mean while I moved on from the ?Plain Old School? approach to an approach where I replaced underscore.js with node-require-directory. Setting up node-require-directory is quite easy. In the routes folder, we just […]

Read More