Azure trainings!
Infused with experience from the field, brought with lots of passion!

Design considerations for webhooks

When you need to design a webhook infrastructure yourself, there are some considerations you need to make.  This blog post discusses the most important ones. Event Names Make sure you have consistent, clear and descriptive event names.  This helps in adoption of your...

Responsibilities of webhook publishers

In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities.  This blog post touches upon the responsibilities of the webhook publisher. Reliability As a webhook publisher, you cannot...

Responsibilities of webhook consumers

In order to establish a solid communication through webhooks, both the publishers and the consumers have to respect their responsibilities.  This blog post touches upon the responsibilities of the webhook consumer. Availability As a webhook consumer, one of the most...

An introduction to webhooks

Modern applications work often reactive, based on a wide range of events. For that purpose, webhooks offer a simple and fast way to spin up processes, fired from these events.  Let’s have a look at what webhooks actually are. Webhooks versus polling When the...