ScyllaDB - looks like there is fresh breath in NoSQL DBs. It promises 10x performance compared to Cassandra.
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
ScyllaDB - looks like there is fresh breath in NoSQL DBs. It promises 10x performance compared to Cassandra.
Impressed with PostgREST (REST API for PostgreSQL) Now I have a "backend storage" for rapid #SPA prototyping!
PHP 5.*~>7, Windows 8~>10, Node.JS 0.12.*~>4.0 ... ok that's a nice move :D Linux, maybe 4.2 ~> 42 ? Because "who really cares?" :)
Loaders.css - delightful, performance-focused pure css loading animations.
awesome-selfhosted list. Selfhosting is the process of locally hosting and managing applications instead of renting from SaaS providers. This is a list of Free Software network services and web applications which can be hosted locally.