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.
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
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.
Locust.io - an open source load testing tool. Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
Workerman - a library for event-driven programming in PHP. Alternative to ReactPHP.
Trailblazer - a new Concept or a Domain Driven application structure for Rails. Tries to get rid of fat models, monolithic controllers, global helpers, etc.