© 2023 Hashnode
#http
What are the most common HTTP status codes? HTTP status codes are essential in understanding the response returned by a server after making an HTTP request. They provide information about the status o…
Introduction Hello, if you are reading this article you are using the internet either through the web browser or the Hashnode application. You know that the content displayed on your device is obtaine…
Introduction One of the most important and unique features of React is the introduction of Hooks. The React Hooks are JavaScript functions that are used to Isolate reusable parts of components. In sim…
It is quite inevitable to use the wrong HTTP verb when developing your API, especially as a beginner. I once faced the same contingency when I was at the beginning phase of developing APIs. I knew wha…
The HTTP keep-alive parameter is used within the HTTP/1.1 protocol to control the connection behavior between a client (e.g., a web browser) and a server. Its purpose is to improve the performance and…
Lately, our institute had organized an introductory session on Postman API 101 providing an best opportunity for students to learn about Postman. what is Postman?— Postman is an API development envir…
Introduction. As a Software Developer, you'll often need to send HTTP requests to get data from databases. This could be simple data like the number of votes a particular candidate has received in an …
Introduction to Protocols Protocols are essential to modern communication, enabling devices to exchange information over networks in a standardized and reliable manner. Put simply, a protocol is a set…
Introduction Hey everyone, I am Hasnain Makada and I am currently building out "Open source with Hasnain" where I encourage every beginner to get started contributing to open source and network with a…
What is HTTP? HTTP is a widely used protocol for browsing the internet, in this article, we will talk about HTTP so that you can get familiar with it. I have tried to make this article as precise as p…