HTTP Status Codes
- HTTP Status Codes that should never have been created • Dreams of Code 📺
JavaScript Fetch API
- 📺 Complete Guide to fetch - with async await • 9 minute video by Basarat Ali demonstrating how to make
GET
,POST
,PUT
andDELETE
requests and parse the results usingfetch
, handle network errors, and create utilities to make each request easier to reuse.
Websockets
- WebSockets 101 • Miguel Crespo 📖
Polling
- …