If you practice endurance sports, you might be familiar with the popular Strava app. If you're also a developer, you might know that they offer an API on which thousands of apps are built. This week,...
When building an app around Strava's API, webhooks become critical, first to avoid unnecessarily polling the API, and second to enable automatic updates for activities and user profile.
The latter...