Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
Java
9.4K+ articles
ReactJS
3.3K+ articles
Difference Between
3.1K+ articles
Node.js
3.0K+ articles
TechTips
1.8K+ articles
React-Questions
713+ articles
NodeJS-Questions
450+ articles
Java-Spring-Boot
340+ articles
Web-API
134+ articles
RESTful
14 posts
Recent Articles
Popular Articles
A Guide to RestClient in Spring Boot
Last Updated: 01 November 2025
In Spring Boot applications, communication with external services through REST APIs is common. Traditionally, this was achieved using RestTemplate, but it is now deprecate...
read more
Picked
Java-Spring-Boot
RESTful
Advance Java
HTTP Status Code
Top 10 Python REST API Frameworks in 2025
Last Updated: 23 July 2025
In a rapidly changing web development scene, REST APIs have emerged as the underlying functionality that allows for the development of scalable and efficient applications....
read more
GBlog
Picked
Web-API
RESTful
GBlog 2024
Python-API
GBlog 2025
How to Create A REST API With JSON Server ?
Last Updated: 23 July 2025
Setting up a RESTful API using JSON Server, a lightweight and easy-to-use tool for quickly prototyping and mocking APIs. JSON Server allows you to create a fully functiona...
read more
Web Technologies
Picked
Node.js
JSON
RESTful
Introduction to API Endpoint
Last Updated: 02 March 2026
An API point of entry is a specific URL (identifier of a resource or functionality that is available to the API user) that stands for the resource or functionality provide...
read more
Web Technologies
Picked
Node.js
RESTful
What Makes an API RESTful?
Last Updated: 23 July 2025
In web development, APIs help different software systems to interact with each other. They allow applications to request data or services from other programs, making it po...
read more
Web Technologies
Node.js
RESTful
GraphQL vs REST vs SOAP vs gRPC: Top Differences
Last Updated: 23 July 2025
In the world of software development, mastering backend technologies like GraphQL, REST, SOAP, and gRPC is a big deal. These technologies help computers talk to each other...
read more
GBlog
Web Technologies
Picked
Web-API
GraphQL
RESTful
GBlog 2024
vs
Spring Boot - How to set a Request Timeout for a REST API
Last Updated: 23 July 2025
In Microservice architecture, there are multiple microservices available for an application. For the application to work properly necessary services need to communicate wi...
read more
Picked
Java-Spring-Boot
RESTful
Geeks Premier League 2023
Springboot
REST API CRUD Operations Using ExpressJS
Last Updated: 19 February 2025
In modern web development, REST APIs enable seamless communication between different applications. Whether it’s a web app fetching user data or a mobile app updating profi...
read more
Node.js
Web-API
RESTful
How to Publish Any API on Rapid API Platform ?
Last Updated: 26 October 2023
The Rapid API Platform is a multi-cloud, customized hub to find, connect to, and share APIs. The API Platform improves the developer experience with integrated tools for d...
read more
TechTips
Web-API
RESTful
How to Create RESTful API and Fetch Data using ReactJS ?
Last Updated: 23 July 2025
React JS is more than just an open-source JavaScript library, it's a powerful tool for crafting user interfaces with unparalleled efficiency and clarity. One of React's co...
read more
ReactJS
React-Questions
NodeJS-Questions
RESTful
What is the Difference Between PUT, POST, and PATCH in RESTful API?
Last Updated: 23 July 2025
In the context of RESTful web services, HTTP defines several methods for manipulating resources. The most commonly used methods are POST, PUT, and PATCH.POSTThe POST metho...
read more
Java
Difference Between
Java-Spring-Boot
RESTful
Best Practices For Naming API Endpoints in a RESTful Architecture
Last Updated: 28 April 2025
Naming API endpoints is important in designing a clear and easy-to-use API. By using consistent and descriptive names, avoiding abbreviations, and following best practices...
read more
Java
RESTful
Richardson Maturity Model - RESTful API
Last Updated: 23 July 2025
The Richardson Maturity Model (RMM), proposed by Leonard Richardson, is a model used to assess the maturity of a RESTful API based on its implementation levels. It consist...
read more
Web Technologies
Node.js
Geeks Premier League
Geeks-Premier-League-2022
NodeJS-Questions
RESTful
REST API Introduction
Last Updated: 02 March 2026
A REST API (Representational State Transfer API) enables communication between client and server over HTTP. It exchanges data typically in JSON format using standard web p...
read more
Node.js
Web-API
RESTful