Monthly Archive: September 2015

Find My iPhone via Node.js

The Find My iPhone app is a great feature of iCloud. You can track your iCloud enabled devices to determine if you left your iPad at work or your iPhone on the bus; you can send messages or play sounds to help locate...

Avoid OpenShift Application Idling

OpenShift is a great Platform-as-a-Service provided by Red Hat to host web applications in a cloud environment. I use OpenShift to host a few services, such as my iPhone Tracking service (details here). The OpenShift free plan provides...

0

Running Scheduled Tasks In Node.js

Lots of web services need to run tasks at a particular time. This could be to perform a clean-up or maintenance operation, or simply to retrieve and process some data. JavaScript has built in methods...

0

An Exploration into Node.js

After hearing about all the cool things you can do with Node.js, I decided to spend some time exploring it and seeing what it could do. I will be writing up what I explore and I...

Avoid OpenShift SSH Timeout

OpenShift is a great platform, but I find it very annoying that SSH sessions timeout quickly. To disable the annoying timeout, once connected via SSH type: unset TMOUT to disable the timeout.