Tag: Endpoint

REST Endpoint Best Practices Every Developer Should Know

REST (Representational State Transfer) is an architectural style for designing networked applications, and adhering to its principles is crucial for creating scalable, maintainable, and efficient web services. In this blog post, we’ll delve into best practices for desi...

Create a GraphQL Query With a REST Endpoint As a Data Source

In this short article, let’s look at how we could create a simple graphQL query that fetches data from a RESTful endpoint. We’ll use Node.js and Apollo Server for this purpose. In this article, we’ll look at a simple Users resource as an example. The aim of this write-...

Serving Multiple Models to a Single Model Endpoint with MLflow

In the world of machine learning, it is not uncommon to work on problems that, by their nature, require the development of multiple models. A common scenario could be a use case in the field of retail. Here, for example, we have different stores distributed across a region, each store containing dif...