2017 Daveler Pitch Competition

2017 Daveler Pitch Competition

On Saturday, Greg Ross-Munro, Sourcetoad’s Founder and CEO, joined 4 other judges at the University of South Florida’s Business Administration Building for the 2017 Daveler Pitch Competition. 19 Daveler Fellows were chosen from 90 applicants, 12 of whom...
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...
ES6: Constants Can Change

ES6: Constants Can Change

I recently made the switch from the archaic JavaScript of yester-year that everyone loves to hate to ECMAScript 6 (otherwise known as ES6). If you’re like me, a person who hates change, then you may enjoy that one of the first things you will come to learn and love...