Etiqueta: API
-

API vs. SDK: Breaking Down the Differences (Plus Examples)
This blog post will discuss what APIs and SDKs are, the differences between them, how developers use them, and situations in which you would benefit from choosing one over the other. What is an…
-

Procesamiento de consultas GraphQL con Java, Spring Boot y NoSQL
Durante el transcurso de los últimos meses he estado aprendiendo sobre GraphQL y cómo usarlo como una alternativa al desarrollo de APIs RESTful. El enfoque hasta ahora había girado en torno a GraphQL y…
-

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
If you’ve been keeping up, I’m a huge advocate for Node.js development and the JavaScript development stack. Previously I had written about the Couchbase, Express, AngularJS, and Node.js (CEAN) stack and modernized the backend…
-

Provisioning a Couchbase Server Instance with the Command Line
When you’re a Database or System Administrator, you don’t always have time to go through the setup wizards when deploying a new piece of software. Probably because you are managing massive amounts of systems…
-

Developing an API with Golang using Couchbase NoSQL and N1QL
Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start? What do you do about URL routing, data modeling, or even the data layer in general? In…
-

Desarrollo de una API con Node.js utilizando Couchbase NoSQL y Ottoman
No hace mucho tiempo publiqué un extenso video tutorial sobre el tema de la creación de una API con Node.js y Couchbase que utilizaba N1QL para las consultas. Sin embargo, esa es solo una de varias maneras...
-

Creación de un servidor de API para juegos usando Node.js: Revisado
Hace unos años, Brett Lawson creó una excelente serie de blogs sobre el uso de Couchbase Server y Node.js para el desarrollo de un marco de trabajo para servidores de juegos. Desde entonces, el SDK de Node.js para Couchbase ha crecido significativamente...