Rhed Aliganrhedaligan.hashnode.dev·Nov 25, 2024Activity 29: HTTP Methods | Aligan, Rhed N.GET Purpose: Retrieves data from the server. How it works: You ask the server for information (like a list of universities), and the server sends it back without changing anything. Example Imagine you have a store named “Rhed Store Applian...DiscusshttpmethodsRESTAPIs
Nehal Ingolelearnwithnehal.hashnode.dev·Mar 6, 2024HTTP MethodsIntroduction In the vast world of web development, understanding HTTP methods is akin to mastering the language spoken between clients and servers. Every time you tweet on Twitter, upload a video on YouTube, or make any interaction on the web, HTTP m...Discuss·4 likesNodeDelete method
Sandeep Ranasandrana.hashnode.dev·Jun 24, 2023PUT vs PATCHIntroduction Put and Patch are both HTTP methods and basically, both are used to update or modify the data on the web server. While some people may think the methods are the same because the task methods are performing is the same, and yet there are ...Discuss·124 readsKnowledge Transfer - Node JSJavaScript
Sai Siddhish Chandra Sekarandevsai.hashnode.dev·Apr 1, 2023What are APIs?Introduction APIs, Application Programming Interfaces, provide a standardized way for an application to allow itself to be integrated with other third-party apps without the need to code for every possible integration. CRUD and HTTP Methods So how do...Discuss·2 likes·61 readsThe InternetAPIs
Namya Shahbigsmoke.hashnode.dev·Sep 3, 2022HTTP MethodsHyperText Transfer Protocol (HTTP) is designed to enable communications between clients and servers. The protocol works by clients sending requests to the servers and servers responding to the requests. We do CRUD operations (Create, Read, Update, D...Discuss·41 readshttp