Since NoSQL databases like MongoDB hit the mainstream scene a few years ago, it’s not uncommon to come across numerous Stackoverflow and Quora posts from …
I’ll give you a hint: it is not to catch terrorists or prevent terrorist organisations communicating and plotting terrorist acts in Australia.
As Tony …
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 …
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. …
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. …
Unless you’ve been living under a rock on Mars with your fingers in your ears, then you have heard about the latest health scare to hit the mainstream …
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 …
When it comes to structuring your MySQL database you have one of two choices. You can normalise your schema or you can denormalise it. Both have their …
Recently whilst building a Laravel 4 application, I needed to validate some monetary values in the form of: 10.00, 5.00 and so on. Surprisingly Laravel’s …