Strippr - A Comic Strip Compositor

I like to create simple comic strips for fun. They all look similar, so I had an idea to create a small application that would swallow a JSON with ‘script’ and spit out a comic strip.
Read more →

Reading Command Line Arguments in NodeJS

Accessing command line arguments in NodeJS is easy. For simple applications, access the process.argv array directly. For more sophisticated ones, use one of argument parsers.
Read more →

Hello Docker

How to dockerize a simple NodeJS app
Read more →