Antonio Ramirez has shared a guide how to add FontAwesome via Composer in Yii2 project as Asset Bundle.
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
Antonio Ramirez has shared a guide how to add FontAwesome via Composer in Yii2 project as Asset Bundle.
Semantic UI - a toolkit for web UI with semantic layout. Actually looks more semantic and clear (in terms of HTML code) than Bootstrap.
Hand-picked registry of Node.js frameworks. Makes you a suggestion for mature framework to start with a little easier (according to specific of your needs).
PuPHPet - simple GUI to set up virtual machines Vagrant + Puppet for Web development.
Mobile-Detect - a lightweight PHP class for detecting mobile devices. Works like $detect->isMobile()
etc., very handy for choosing a frontend rendering strategy based on this info.