call(), apply() and bind() - Three incredibly important JavaScript methodsJun 10, 2022·6 min read·209
Broadcasting Across Tabs with Local Storage and Storage EventSo, recently I stumbled upon an interesting issue where a user kept encountering the HTTP Error 403 — Forbidden while making API calls. I digged in and found that user was logged in on two different tabs simultaneously. Later on, they logged out from...Jan 20, 2024·2 min read·226