The REST Architecture

Representational State Transfer (REST) is the architectural style used in the development of Web services for the World Wide Web. RESTful systems typically use HTTP to... »

Creating a Cronjob

Cron is a system daemon that executes tasks at designated times. Crontab files are user specific, and can executed with admin privledges. Look for our current... »

Duck Typing

Duck typing is an object oriented design technique that lets us determine an object by using its properties and its methods. We are not concerned with... »

The Grep Command

The grep command is without a doubt currently my favorite command. Lets say we are writing a large complex application, and we have some method that... »