Category: Development

MongoDB: Setting TTL on Documents

October 13, 2014 · 5 min read
Learn how to automatically remove MongoDB documents after a specified time period using Time To Live (TTL) indexes.

Specifying Visual Studio Version in NPM Installs

May 14, 2013 · 5 min read
How to specify Visual Studio versions with NPM installs

Node.js: Using require to load your own files

December 31, 2012 · 5 min read
Learn how to use Node.js require() to load your own modules and keep your code clean and organized.