© 2023 Hashnode
#restful
Introduction Welcome to the exciting world of REST APIs! If you're new to this term, REST stands for Representational State Transfer, which is a software architectural style that allows for communicat…
If you're a Fullstack Developer, you know that developing RESTful APIs is essential to building modern web applications. But with so many best practices to follow, it can be overwhelming to know where…
As the Internet has grown, so is the need for programmatically accessing and manipulating data hosted by web applications. To enable this access, RESTful APIs have emerged as the preeminent means of communication between web applications an…
In the previous article we learned the basics of REST architecture and discussed what are APIs, Web APIs, Web Services and REST APIs. In this article, we'll learn the 6 REST architectural constraints.…
You will need to go through the 1st and 2nd blogs to get what's happening here. Endpoint: https://hob-api.vercel.app/ GitHub repository: https://github.com/sbk2k1/API-Blog /get Routes GET HTTP reques…
In this blog, we will set up a REST API implemented using HTTP to play around and understand. Resources API endpoint: https://hob-api.vercel.app/ GitHub Repository: https://github.com/sbk2k1/API-Blo…
REST (Representational State Transfer) is a software architectural style that defines a set of constraints and properties for creating web services. RESTful APIs are APIs that follow this architectura…
Introduction Welcome to the 25th day of our code blog repeat series on backend mastery. Today, we will be discussing the topic of REST principles and creating a simple HTTP server. We will begin by ex…
Bottle is a lightweight web framework for Python. It is designed to be fast and easy to use, and it is well-suited for developing small to medium-sized web applications. Some of the key features of Bo…
No doubt GraphQL has been around for quite sometime, developed since 2012 by Facebook before being moved to GraphQL Foundation, hosted by the non-profit Linux Foundation to be open-source. Since its p…