At Sourcetoad, we’re constantly monitoring developments in the world of software frameworks to ensure we’re offering the best solutions to our clients. Today, we’re excited to share some incredible news: Laravel, the PHP framework we specialize in, has just received a...
The Agile approach to software development first emerged in response to the inflexibility of existing project management methodologies. Unlike traditional approaches that emphasize extensive documentation at every phase of development, Agile instead values the...
How Sourcetoad Values People Over Process The software development process can involve a lot of uncertainty for both development teams and clients alike, especially in the early phases of a project. How can the long-term vision of an application be balanced with...
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...
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...
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...