Searching for Artificial Intelligence

Have you ever been thirsty and drank from a fire hose? Sometimes that's what searching on the Internet feels like.
Read More...

Template Method pattern handout now available

I have posted a handout I made for my design patterns workgroup. Feel free to download it.
Read More...

Design Pattern: A decorator in the wild

It is nice to see a (really close) example of this design pattern in action.
Read More...

My first `case` statement in 60 months.

It's been a long time since I've had the chance to use a 'case' statement. It turns out that I've missed them.
Read More...

Doing Python-style imports in JavaScript

I have been doing more object oriented programming using JavaScript. One thing I missed was Python-style imports. Now I think I've found them!
Read More...

Design Patterns - The Decorator

The Decorator was the focus of our second design pattern discussion.
Read More...