Categoria: Node.js
-

Typeahead: Develop with Couchbase Full-Text Search & Node.js
Over the past year or so I’ve written a variety of tutorials around the full-text search (FTS) service of Couchbase, most of which are specific examples of how to do something with one of…
-

Usando Couchbase Analytics com Node.js e JavaScript
Nota: Esta postagem usa a Linguagem de Definição de Dados do Couchbase Analytics da versão de pré-lançamento 5.5. Para atualizações e informações sobre alterações incompatíveis em versões mais recentes, consulte Alterações no 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-fonte do Projeto Midwest JS sobre Desenvolvimento Node Full Stack, Disponível
Lá em agosto, eu havia participado do Midwest JS localizado em Minneapolis, Minnesota. Como você deve saber, sou um grande fã de desenvolver aplicações full stack com a pilha JavaScript. É exatamente isso que eu tinha...
-

Projeto de Meetup do Couchbase na Pilha OCEAN Disponível
Eu estive recentemente em dois grupos diferentes do Meetup no sul da Califórnia apresentando o que estou chamando de pilha OCEAN, que é composta por Ottoman.js, Couchbase Server, Express Framework, Angular e Node.js. Nós tivemos um...
-

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

Tutorial em Vídeo para Criar um Encurtador de URL com Node.js e N1QL
Não muito tempo atrás, escrevi um longo tutorial sobre como usar Node.js e Couchbase para criar um encurtador de URL. Este tutorial usou N1QL para consultar os dados. Para complementar esse artigo, eu...
-

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…