Adding Some Pizzazz To Your Terminal

Adding Some Pizzazz To Your Terminal

How many times have you bashed numbers and letters into your basic old terminal, thrown the keyboard down to the ground, and yelled about a lack of pizzazz? You wouldn’t be alone. Lack of pizzazz, or panache, is one of the top reasons programmers find themselves...
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...