Categoría: Node.js
-

Búsqueda predictiva: Desarrolla con Couchbase Full-Text Search y Node.js
Durante el último año más o menos, he escrito una variedad de tutoriales sobre el servicio de búsqueda de texto completo (FTS) de Couchbase, la mayoría de los cuales son ejemplos específicos de cómo hacer algo con uno de...
-

Using Couchbase Analytics with Node.js and JavaScript
Note: This post uses the the Couchbase Analytics Data Definition Language as of the version 5.5 preview release. For updates and information on breaking changes in newer versions, please refer to Changes to the Couchbase…
-

Use OpenWhisk for FaaS with Node.js and Couchbase NoSQL
If you’ve been keeping up with my content, you’ll remember that I had written an article titled, Use AWS Lambda and API Gateway with Node.js and Couchbase NoSQL. In this article we had explored using…
-

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…
-

Continuously Deploying a Node.js Application Using CircleCI
A few months back I had written about creating a continuous deployment pipeline with Node.js and Jenkins, where the Node.js application was using Couchbase in some fashion. Essentially, it took a project from GitHub,…
-

Código fuente del proyecto Midwest JS sobre desarrollo Node Full Stack, disponible
En agosto pasado participé en Midwest JS, ubicado en Minneapolis, Minnesota. Como sabrán, soy un gran fan de desarrollar aplicaciones full stack con el stack de JavaScript. Esto es exactamente lo que tenía...
-

Proyecto de Meetup de Couchbase en la pila OCEAN disponible
Recientemente estuve en dos grupos de Meetup diferentes en el sur de California presentando lo que llamo la pila OCEAN, que se compone de Ottoman.js, Couchbase Server, Express Framework, Angular y Node.js. Tuvimos un...
-

Graphql server with node and couchbase, ottoman and spatial view
Graphql is a query language for APIs, it was developed by facebook and it was released in 2015. It is designed to build client applications by providing an intuitive and flexible syntax and system…
-

Video tutorial para crear un acortador de URL con Node.js y N1QL
No hace mucho tiempo escribí un extenso tutorial sobre cómo usar Node.js y Couchbase para crear un acortador de URL. Este tutorial utilizó N1QL para consultar los datos. Para complementar ese artículo, he...
-

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
Not too long ago I wrote about creating a URL shortener with Node.js and Couchbase N1QL. If you haven’t already seen it, the article is a great introduction to Couchbase and creating RESTful APIs…
-

Create a URL Shortener with Node.js and Couchbase using N1QL
With the boom of Twitter, SMS text messages, and other forms of short message interactions, there has been a boom in URL shortening services. For example, you can use TinyURL, Bitly, Owly, and so…
-

Storing Password Data Safely with Node.js and Bcrypt
When developing a web application there is often a need to store password data in your database. For example, what if you have users and you don’t want to use OpenID or similar for…