Timothy Macfarlane’s Post

View profile for Timothy Macfarlane, graphic

🎓 Graduate Full-Stack Engineer @AppAcademy 📚 Learning Without Limits 💻 Python | JavaScript | React | Redux | Express.js | Flask 🧠 Agile Methodologies (SCRUM and Kanban) | SOLID Design Principles

Here's a quick reminder of request method distinctions. GET: Retrieves data from a server. PUT: Replaces the existing resource with the provided data. PATCH: Updates the specific part of the resource specified. DELETE: Removes a resource from the server. POST: Modifies the server state, such as creating a new resource. Sometimes I confuse PUT and PATCH or forget that POST doesn't always have a body. 🎓

To view or add a comment, sign in

Explore topics