Handling GitHub Webhooks with Azure Functions and testing integration with Visual Studio Dev Tunnels

GitHub can send our apps a webhook message for a variety of events that may happen on a repo such … Continue reading Handling GitHub Webhooks with Azure Functions and testing integration with Visual Studio Dev Tunnels

In a REST API should we return 204 (No Content) or 404 (Not Found) for a HTTP DELETE request when the item to delete is already deleted?

I took polls on my LinkedIn and X asking about what we should do in the scenario where we have … Continue reading In a REST API should we return 204 (No Content) or 404 (Not Found) for a HTTP DELETE request when the item to delete is already deleted?