prestissimo - composer parallel install plugin. Speedup package install.
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
prestissimo - composer parallel install plugin. Speedup package install.
Postgres EXPLAIN Visualizer - designed to make EXPLAIN output easier to grok. It creates a graphical representation of the plan.
Mongotron - Open Source, cross platform MongoDB management tool, built using Electron and Angular JS.
favico.js - JS lib to make use of your favicon with badges, images or videos
You Dont Need jQuery. Side-by-side examples, how to replace jQuery calls by native JS selectors etc. Mostly we don't need jQuery in modern browsers and GUI frameworks.