Show Nav
Jason Porritt

Managing Partner in Grand Rapids, MI. Leading ambitious creative and technical achievements with Atomic's excellent software product teams. A driven and experienced creator, building the path to connect today's teams with the dreams we have for building the future.

 
Featured

Insights from Jury Duty

While serving on a jury recently, I saw that many of the skills that make an effective jury foreman are also useful for leading a collaborative work session.
All Posts
.NET / WPF

Generic Memoization in C#

Dynamic languages have good generic forms of memoization, but I haven't found one I'm happy with in C#. This is a sketch of a generic memoization in C#.
Embedded Systems

A Little Bit of XBee

We asked a lot of questions starting a technical spike with XBee radios. Hopefully, some of the answers we found can save you some time and frustration.
Web Apps

Using Backbone.js with CoffeeScript

There are certain parts of Backbone’s example Todos application that become unnecessary or clunky if translated verbatim to CoffeeScript. Following are a few little things that we