Getting the Respect Your Work Deserves: A Live Workshop w/ Engineering Coach Lena Reinhard

Featured Imgs 23

The last thing anyone who does great work should be doing is having to take time out from doing great work to promote it to their higher-ups. Unfortunately, until the person you report to achieves omnipotence, you’re going to have to make sure their perception of your work lines up with the quality.

In fact, when we asked our community what issue they would want professional coaching on, it was this: How to improve the impression of your work.

Anatomy of a Webhook HTTP Request

Featured Imgs 23

An HTTP message is a common means by which two systems, usually a server and a client, exchange data. We typically refer to each HTTP message as an HTTP request or an HTTP response.

Webhook HTTP requests are a specific subset of HTTP requests which transfer data between systems based on events in those systems. Webhooks are used with many event-driven integrations.