How to Build Any Product in 12 Weeks

How to Build Any Product in 12 Weeks

You can build just about any* product in 12 weeks or less, from idea to in-market. But, to do it, you have to approach the problem in a very particular way, and think carefully about the decisions you make. One of the things we do at Sourcetoad is deliver MVP products...
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...