WAT

January 25th, 2012

Need a quick laugh? Of course you do! Watch this –> A hilarious lightning talk by Gary Bernhardt from CodeMash 2012. Well done Gary, well done.

Jarod Ferguson

NuGet Project Uncovered: xizzle

January 24th, 2012

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. xizzle is a project that attempts to give you CSS-Like selector capability over arbitrary xml. This project first piqued my interest because I hoped it would be a light weight alternative to [...]

Jason Jarrett

Introducing TrackMyRun

January 24th, 2012

I’ve been working on a small pet project for a couple of weeks now, which I named TrackMyRun. I’m quite fanatic when it comes to running, doing about 130 runs a year. Currently I’m keeping track of all these runs in a simple spreadsheet, but off course, that’s certainly not “the geek way”. Hence the [...]

Jan Van Ryswyck

Resources for getting started with Backbone.js

January 23rd, 2012

The current product I am building makes heavy use of HTML5 & javascript to give the user a rich experience, both on and offline, across a variety of screens. Before I even started this application I knew I wanted a clean and proven approach to help manage the complexity on the client. After reviewing several [...]

Jarod Ferguson

NuGet Project Uncovered: PineCone

January 23rd, 2012

If you are coming to this series of posts for the first time you might check out my introductory post for a little context. I found a description from a blog post for this project: PineCone lets you take a C# class and then builds a schema for this class. This schema contains cached members [...]

Jason Jarrett

Job Titles and Scrum

January 23rd, 2012

I hear a lot of questions about “proper” Scrum. I feel compelled to answer one such question here, given how often I hear the topic discussed. Does Scrum prohibit job titles? No. Although Scrum does not recognize any titles defined outside the Scrum Framework, titles are almost always present in the organization. While Scrum doesn’t [...]

David Starr

Scrum.org’s New Agile Webcast Series (no trans fats)

January 23rd, 2012

I’ve been focusing energies at Scrum.org on growing our community of Agile practitioners. That’s right, the word “scrum” wasn’t in that statement. Sort of. Our mission is to Improve the Profession of Software Development, not to Increase Instances of Poorly Implemented Scrum. But, I digress… Scrum.org wants to be a valued resource for those practicing [...]

David Starr

NuGet Project Uncovered: An Introduction to the Series

January 22nd, 2012

A while back I posted about following the NuGet feed via an RSS reader. For some strange reason I’ve been reviewing this feed since then on an almost daily basis in my RSS reader. Throughout that time I’ve kept a small list of what I think are interesting projects that have put out a release [...]

Jason Jarrett

Taking Toddler Steps with Node.js – Express Routing

January 20th, 2012

In the previous post I provided a short introduction to Express, a web development framework built on top of connect that is heavily inspired by Sinatra. For this post we’ll dive into a couple of styles for dealing with routes in Express. Express simply uses HTTP verbs for its routing API. // Index app.get(‘/runs’, function(request, [...]

Jan Van Ryswyck

Monitoring an MMO

January 18th, 2012

I’ve been working on a free-to-play MMO which has been “officially” live since last April, and things have been going well – a steady growth of players; the game itself has been well-received, and all the important graphs are “up and to the right.”  Part of my job involves detecting problems before they become serious [...]

Tony Rasa