Categoria: JavaScript
-

Como Começar com o SDK do Node.js para o Couchbase
Em apenas algumas linhas de código, você pode começar a usar o Couchbase com Node.js para criar sua próxima aplicação JavaScript. Este tutorial de "olá mundo" orienta você pelos primeiros passos básicos do uso do...
-

How (and Why) to Use Couchbase as an XML Database
Couchbase and XML – no problem! I’ve heard it said dozens of times: “Hey, Couchbase is great but I use XML.” I recognize that countering with, “Couchbase can be your XML database” is pretty…
-

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

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

Bringing Your User Profile Store to Mobile with NativeScript and Angular
Continuing down the path of user profile stores, we had previously seen how to create one with Node.js and Couchbase NoSQL as well as a web client front-end for it using Angular. What if…
-

Getting Started with GeoJSON, Couchbase, .NET, and Google Maps
This is a guest post by Calvin Allen. Calvin is a .NET developer in Columbus, OH that enjoys designing software that not only solves business problems, but it easy to use, on budget, and…
-

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

Consultando Documentos do Couchbase em um Aplicativo Móvel NativeScript Angular
Recentemente, escrevi sobre o uso do Couchbase como um armazenamento de chave-valor em um aplicativo NativeScript para iOS e Android construído com Angular. Neste exemplo, vimos como coletar informações de perfil de usuário para serem salvas...
-

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB
Not too long ago I created a tutorial demonstrating how to sync between a web application and Couchbase Server using nothing more than client facing technologies like AngularJS, HTML, and CSS. This was all…
-

Hybrid Mobile Apps With Couchbase And Ionic Framework
People always ask me about building cross platform mobile applications with Couchbase and Ionic Framework. I already have a series on the subject where I go through step-by-step on how to make a hybrid…
-

Sync With Couchbase Using Only AngularJS And PouchDB
There are many ways to use Couchbase in your web or mobile application through one of the various language SDKs. However, what if you were not using a backend language such as PHP or…