Rest

REST, or Representational State Transfer, is an architectural style for designing networked applications. It uses standard HTTP methods and principles, making web services scalable, stateless, and easy to integrate and maintain.

Building an Image Overlay API With Express

In this tutorial, we’ll build an HTTP REST API to create composite images for social media.

Read more

Building a Game Catalogue API

In this tutorial, we’ll build a simple HTTP REST API to provide Create, Read, Update and Delete…

Read more