Blog


November 11, 2015

Super Simple PHP File Cache

If you are using a PHP version > 4.3.0 you can use this ultra simple file caching method to cache any kind of dynamic data. If you’re doing API calls or using PHP to pull data from another server...

Read

May 25, 2015

How Programming Taught Me Success

Dictionary.com‘s first definition of success is “the favorable or prosperous termination of attempts or endeavors; the accomplishment of one’s goals.” Programming taught me that before...

Read

May 10, 2015

Rapid app prototyping with AngularJS and CouchDB

Modern application prototyping in the web world has come to a point where creating an application can be about as fast (or faster) than detailed specifications can be written! How is this possible?...

Read

April 18, 2015

Node.js streams and websockets build better web applications

Since the inception of the internet the predominant data transfer paradigm has been the traditional Request/Response method with the HTTP standard. With this method the client issues a request via...

Read