patchbay.pub brillian and simple implementation of webhook, queue and anything else you name it :)
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
comments powered by Disqus 
    patchbay.pub brillian and simple implementation of webhook, queue and anything else you name it :)
Tawk.to free live chat service
ImprovMX -create free email aliases for your domain name. Catch-all addresses, redirect to a webhook and send from it.
Skaffold tool that facilitates continuous development for Kubernetes-native applications. Continuously deploys to your local or remote Kubernetes cluster.
DoItLive is a tool for live presentations in the terminal. It reads a file of shell commands and replays the commands in a fake terminal session as you type random characters.