Monthly Archives: December 2011

NodeJS: Experiments with Middle End Part 3

Note: This is the last in a series of posts describing my experiments with constructing a Middle End. In Part 1, we discussed the concept of the middle end and its advantages. In Part 2, we constructed a very simple example. In this post, we’re going to make that example slightly more complex by introducing… Read more »

NodeJS: Experiments with Middle End Part 2

Note: This is the second in a series of posts describing my experiments with constructing a Middle End. In Part 1, we discussed the concept of the middle end and its advantages. In my previous post, I talked about Kyle Simpson’s concept of a Middle End—a layer between the front end and back end. Today,… Read more »