longjohn

You know that feeling of disapointment when you get an error and the stack trace just abruptly ends and you know for a fact it should be much longer, and…

agenda

As you web application grows, there comes a time when you will want to have scheduled jobs. The easiest thing is of course go the cron route. However, maintaining and updating it…

google-distance

Everybody appreciates the distance information between two locations in web mapping services like Google Maps, right? Do you have a similar use case within your application but want to avoid the…

sentiment

Sentiment analysis is one of those things you don’t get to do very often, as cool as it sounds. It’s one of those things I always wanted to do but…

platform.js

There are plenty of different runtime environments in JavaScript-land. Whereas this is a good thing there are also situations where the fragmentation is hindrance. Situations in which your application has…

terminal-menu

Lets continue building out awesome CLI (command line interface) tool. Previously we have discussed how to take in command line arguments, output tabular data and display progress of long running tasks. Prompting a user…

progress

Lets talk about long running CLI (command line interface) applications. When you have a finite process that is expected to take some time, the best thing to do is to…

shmock

shmock (GitHub: xetorthio/shmock, License: MIT) is a module by Jonathan Leibiusky provides a super nice API, like the one of superagent but it creates a real http server (using express). The nice thing about this is that you…