Apktool Sponsorship

Apktool Sponsorship

Apktool is the original Android application package (Apk) decompiler. Released in January 2010, Apktool is still the most prominent and widespread decompiler available, with tens-of-thousands of downloads every month. The tool reverse engineers third-party binary...
Sourcetoad on 83 Degrees Media

Sourcetoad on 83 Degrees Media

A big thank you to Cheryl Rogers and and 83 Degrees Media for the feature article on Sourcetoad. We’re proud to be a part of the Tampa Bay tech community! Read the...
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...