Sourcetoad ranked No. 1733 on the Inc. 5000 list

Sourcetoad ranked No. 1733 on the Inc. 5000 list

TAMPA, Fla. — August 25, 2020 — Sourcetoad, an enterprise software development company specializing in cruise industry solutions, has been recognized for the third year in a row on the Inc. 5000 list of the fastest-growing private companies in America. The Tampa-based...
Magic Methods Within Yii2 __set

Magic Methods Within Yii2 __set

This article is continued from the previous post about the __get method. The basic __set method is contained within the Object class and performs a simple check to ensure a property can be set. It looks for a method with the ‘set’ prefix, executes if...
Adding Personal Flair to Your Code

Adding Personal Flair to Your Code

I’ve been thinking recently about the naming conventions I use while coding, and I noticed I tend to follow pretty strict naming standards so I don’t have to put much thought into picking a name. While standards are usually good for readability, too many...