Category: Best Practices and Tutorials

Bringing Your User Profile Store to Mobile with NativeScript and Angular
Bringing Your User Profile Store to Mobile with NativeScript and Angular

Learn how to take the user profile store example as seen in the previous tutorials and create a mobile front-end for it using NativeScript and Angular.

Securely Storing Password Data in Couchbase with Golang and BCrypt
Securely Storing Password Data in Couchbase with Golang and BCrypt

Learn how to use BCrypt in a Golang application to hash sensitive information like passwords before storing them in a NoSQL database like Couchbase.

Introducing the New Data Replication Protocol in Couchbase Mobile 2.0
Introducing the New Data Replication Protocol in Couchbase Mobile 2.0

The goal of data replication process is to ensure that all the mobile clients and the server(s) have a consistent view of the data by synchronizing changes.

Use TypeScript, Angular as the Front-End for Your User Profile Store
Use TypeScript, Angular as the Front-End for Your User Profile Store

Create user profile store API and understand how to create a profile page that communicates with each of the API endpoints using TypeScript and Angular.

Is digital innovation facing a data dilemma? Part One: the engagement challenge
Is digital innovation facing a data dilemma? Part One: the engagement challenge

Technology is transforming every industry: from retail and media to healthcare and transportation. This transformation is built on the idea of engaging with customers through new, improved customer experiences. But just because transformation is happening, doesn’t mean that every business...

Create a User Profile Store with Node.js and a NoSQL Database
Create a User Profile Store with Node.js and a NoSQL Database

Profiles often need to be flexible and accept data changes. Find out how to implement a user profile store using Node.js databases and Couchbase Server.

Defining Scan Consistency in a Node.js with Couchbase Application
Defining Scan Consistency in a Node.js with Couchbase Application

Learn how to define your own query scan consistency in a Couchbase Node.js application that uses both N1QL and Ottoman.js.

Using Couchbase with R
Using Couchbase with R

Learn by example how to integrate Couchbase and R using N1QL and REST API

Couchbase Meetup Project on the OCEAN Stack Available
Couchbase Meetup Project on the OCEAN Stack Available

See how to build an API using Ottoman.js and then with N1QL instead of Ottoman.js. Both APIs will be consumed by a front-end developed in Angular.

Bringing SQL to NoSQL – Rich, Declarative Querying for JSON
Bringing SQL to NoSQL – Rich, Declarative Querying for JSON

Check out the video to learn why you’d use NoSQL, NoSQL data modeling, and querying NoSQL using SQL with the N1QL language.

Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available
Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available

Learn how to develop mobile applications with NativeScript, Angular, and NoSQL with the project from the recent Couchbase Meetup in Mountain View.

Certificate Pinning in your Couchbase Mobile iOS App
Certificate Pinning in your Couchbase Mobile iOS App

The SSL/TLS protocol relies on a PKI mechanism that has certain drawbacks.Certificate pinning is a technique that is used by applications to alleviate this.