James Nocentini | Couchbase Blog

Author

All posts by James Nocentini

James Nocentini is the Technical Writer in charge of the documentation for Couchbase Mobile. Previously, he worked as a Developer Advocate and before that as a front-end developer for HouseTrip. He also enjoys writing Android tutorials for raywenderlich.com in his spare time.

First steps with PouchDB & Sync Gateway
First steps with PouchDB & Sync Gateway

This week, PouchDB v3.4.0 was released with Couchbase Sync Gateway compatibility. In this post, we’ll take the existing TodoMVC example and add filtered sync using Facebook authentication. In addition to syncing between Web clients, we’ll change the data model slightly to...

Couchbase Mobile: Changing read access in the Sync Function and replicating the changes to an Android app
Couchbase Mobile: Changing read access in the Sync Function and replicating the changes to an Android app

Change read access in the Sync Function & replicating the changes to an Android app. Check how to ship an update to your Android app with Couchbase Mobile.

Adding user Sign Up to your Android app with Node.js and Couchbase Mobile
Adding user Sign Up to your Android app with Node.js and Couchbase Mobile

Learn how to use the Admin REST API to create users through a Sign Up screen and setup an App Server with Node.js to manage the users in an Android app.

Couchbase Lite Debugging on iOS and Android with Couchbase Lite Viewer
Couchbase Lite Debugging on iOS and Android with Couchbase Lite Viewer

learn how to use Couchbase lite viewer when developing an iOS or Android application and how the tool is useful to browse existing documents.

Exploring the Public and User Channels in Couchbase Sync Gateway
Exploring the Public and User Channels in Couchbase Sync Gateway

The Sync Function is one of the fundamental components of Sync Gateway: its main responsibility is to define which user has access to which documents. In this screencast, you’ll learn how to use the public channel (also known as the...

How to use Sync Gateway and Peer-to-Peer sync on Android
How to use Sync Gateway and Peer-to-Peer sync on Android

Learn how to deploy Sync Gateway and Couchbase Server. Also check out the example of simple Android application based on Peer-to-Peer sync on Android.

Tutorial: Implement Android Push Notifications in your Couchbase Mobile app
Tutorial: Implement Android Push Notifications in your Couchbase Mobile app

When developing an application, it’s very helpful to use the push and pull replication in continuous mode. Everything is handled by the replicators to make sure your app and Sync Gateway always have the latest documents synced. However, a continuous...