Latest on twitter:
I'm a programmer from the netherlands. This is the stuff I come across. I keep it more for me than for you, but I do hope you like it.
Ask me something
The concept of a WebHook is simple. A WebHook is an HTTP callback: an HTTP POST that occurs when something happens; a simple event-notification via HTTP POST. A web application implementing…