Hooks
How webhooks work and compare to polling, Plus, how to avoid the most common mistakes during a coding interview.
Hi Friends,
Welcome to the 57th issue of the Polymathic Engineer newsletter.
This week, we discuss WebHooks, an API paradigm that has become the standard when integrating an app with third-party services. We will see how WebHooks works and the differences between webhooks and polling.
Then, we will see the most common mistakes candidates make during coding…