An Atari for Productivity

An Atari for Productivity

While the Atari video computer system from 1977 gave us plenty of classic games, the Atari 8-bit computer line included productivity applications as well. But could you ever seriously consider employing the business software created for the Atari 400, Atari 800, and...
Magic Methods Within Yii2

Magic Methods Within Yii2

Yii and Yii2 utilize various magic methods within the framework, the implementation of which can be found in the Object class, which most of the framework extends off of.  These magic methods __get, __set, __isset, __unset, and __call enforce a set of standards...
No One Has Time to be Wait()ing.

No One Has Time to be Wait()ing.

Like any dev shop worth its weight, we strongly promote testing of our products. In order to produce a quality product, we need an internal way to ensure a given level of quality is being met. Business requirements lead to tests, the tests lead to the logic, the logic...