"How to use BootstrapInterface in Yii2" by Antonio Ramirez uncovers some DI usage in Yii2
PHPVerbalExpressions - the easiest way to start with Regular Expressions. Write it in OOP way
$regex=new VerbalExpressions;
$regex ->startOfLine()
->then("http")
->maybe("s")
->then("://")
->maybe("www.")
->anythingBut(" ")
->endOfLine();
$regex->test("http://d.com")
A lot of implementations on other languages exist
"How to use BootstrapInterface in Yii2" by Antonio Ramirez uncovers some DI usage in Yii2
Cool icons interaction UI Feedbacks inspiration ans demos
"Patterns For Large-Scale JavaScript Application Architecture" e-book by Addy Osmani
How to safely commit vendor
dir with php Composer
PHP library Whoops to create nice looking error pages in your application