Cómo crear una API de REST con Prisma y PostgreSQL
El autor seleccionó la organización Diversity in Tech Fund para que reciba una donación como parte del programa Write for DOnations. Prisma es un conjunto de…
El autor seleccionó la organización Diversity in Tech Fund para que reciba una donación como parte del programa Write for DOnations. Prisma es un conjunto de…
It’s common for a modern JavaScript application to communicate with other servers to accomplish a task. In this article, you will use the https Node.js module to make HTTP requests to a web API, including GET, POST, PUT, and DELETE requests.
In this tutorial, you will build a GraphQL-powered Ruby on Rails API for taking notes. When you are finished, you will be able to create and view notes from the API using GraphQL.
OAuth 2 представляет собой фреймворк для авторизации, позволяющий приложениям осуществлять ограниченный доступ к пользовательским аккаунтам на HTTP сервисах, например, на Facebook, GitHub и the cloud provider. Он работает по принципу делегирования аутентификации пользователя сервису, на…
Uma API, ou Interface de Programação de Aplicações, torna fácil para os desenvolvedores integrar um app com outro. Elas expõem alguns dos funcionamentos internos de um programa de maneira limitada. Você pode utilizar APIs para obter informações de outros programas ou para…
L’auteur a choisi le Diversity in Tech Fund pour recevoir un don dans le cadre du programme Write for DOnations. Prisma est une boîte à outils de base de données…
In this tutorial, you will create a chatbot that not only helps users simplify their interactions with a software system, but is also intelligent enough to communicate with the user in natural language (American English in this tutorial). The chatbot will use the OpenWeather API to tell the user what the current weather is in any city of the world, but you can implement your chatbot to handle any use case where and API is available.
In version two of the cloud provider API, each event that occurs creates [an “Action” object](https://www.progressiverobot.com/). These serve both as records of events that have occurred in the past and as a way to check the progress of an on-going event. From creating a new Droplet to transferring an image to a new region, an Action object will provide you with useful information about the event. This article will explain Action objects and show how they can be used in practice.
Learn JAMStack (Javacscript, APIs, and Markup) best practices, and how to set up your API layer by running headless CMS on cloud servers. Get a brief overview of three the most popular free, open source CMS platforms – Wordpress, Ghost, and Strapi – and how to use them for your backend APIs.
Learn how to build a custom API with Strapi, an open-source Node CMS, and consume that API with JavaScript and React.