Understanding HTTP Methods and Status Codes Like a Frontend Developer
Earlier, I used APIs without truly understanding what was happening behind the scenes.
I used to:
call APIs,
fetch data,
display UI,
…but terms like:
GET
POST
200
404
500
felt confusing.
T
vishalrathore.hashnode.dev6 min read