Node.js + MongoDB = The Internet of Things (IoT)

Move over web 2.0, AJAX, flat design and NoSQL, there is a new buzzword in town that goes by the name of The Internet of Things or as it is commonly known on every tech blog as: IoT. Wait, what is The …

Foundation v5 DateTimePicker

If you are a user of the versatile Zurb Foundation CSS framework, then you would probably have noticed it is missing one crucial component: a DateTime picker. No biggie. This plugin here is the only …

What SQL Has Taught Me: Just Use An ORM

An article by Geoff Wozniak titled What ORM’s have taught me: just learn SQL was doing the rounds of Hacker News today and raises some interesting points. Similarly, I have the same feelings …

Mass Assignment in Laravel 4

A wonderful feature of Ruby on Rails and also coincidentally in Laravel 4 is mass assignment. Basically you can throw an array of values at your model and insert or update an entry from a form. In …