Sourcetoad on ABC Action News

Sourcetoad on ABC Action News

Thanks to ABC Action News and Nicole Grigg for featuring Sourcetoad in their report on technology education and employment. And a big thank you to Project Lead The Way and Stewart Middle School for educating future Tampa Bay developers and tech...
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...