Verbose Logging

software development with some really amazing hair

T + G I F R

Articles tagged with "instapaper"

Applying Service Oriented Design To Yourself: Information Stream Management

· Posted in Editorial
Service Oriented Design (also known as Service Oriented Architecture) is a design technique used in software projects, both large and small. It follows the idea that you divide up a program into separate isolated pieces, or services. This sort of separation has a number of advantages. You can test and debug the pieces individually. You can change out pieces for new designs without affecting the rest of the system (provided the new systems use th…

2 Node.js Apps That Showed Me The Light

· Posted in Programming
I don’t know if you know this, but everybody and their dog is writing node.js applications. It’s more popular than Kanye memes. It’s a contagious bug, and I caught it too. I had a one specific use case that it was perfect for, since a Javascript library already existed to do it. Another idea came later, and that’s the one that started it for me. So let’s get on with that. shortestpaper This was the one I started on. The basic problem was that mo…