Understanding HTTP Verbs: A Frontend Engineer’s Guide to Making the Right API Request
Earlier today, I was in an interview for a frontend engineering role when the interviewer asked a seemingly simple question: “Can you explain the difference between a PUT and a PATCH request?” I froze… Despite having made hundreds, probably thousands of API calls throughout my career, most of them using GET and POST, I realized […]
Understanding HTTP Verbs: A Frontend Engineer’s Guide to Making the Right API Request Read More »
Web Development