by Sourcetoad | Aug 31, 2020 | App Development
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...
by Sourcetoad | Aug 14, 2019 | App Development, News
TAMPA, Fla. — August 13, 2019 — Sourcetoad, an enterprise software development firm specializing in cruise industry solutions, has been recognized for the second year in a row on the Inc. 5000. The Tampa-based company ranked as #1699 on the list with a 3-year growth...
by Sourcetoad | Mar 21, 2017 | App Development
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...
by Sourcetoad | Feb 3, 2017 | App Development
One of the most gratifying feelings an app development team can experience is seeing an app they’ve worked on for months launch and succeed! For anyone who’s worked on an app development team in any capacity, you know exactly what I’m talking about. It’s comparable to...
by Sourcetoad | Jan 24, 2017 | App Development, Programming, Web Application Development
React is a simple, yet powerful, UI library. When it was released in 2013, it offered an alternative to the existing popular monolithic JavaScript frameworks of the time. React’s most important advances are the emphasis on components, one-way data flow, the...
by Jun | Jan 9, 2017 | App Development, 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...