Category: Couchbase Mobile

Syncing Couchbase Documents Between Mobile Platforms and Devices with NativeScript and Angular
Syncing Couchbase Documents Between Mobile Platforms and Devices with NativeScript and Angular

Over the past few days we’ve been exploring how to create a simple Android and iOS application using NativeScript, Angular and Couchbase. First we saw how to use Couchbase for basic key-value operations and then we saw how to query...

Using PouchDB and Couchbase NoSQL in Your Node.js Web Application
Using PouchDB and Couchbase NoSQL in Your Node.js Web Application

One of my preferred technologies for developing web applications is Node.js. I do a lot of JavaScript development, so it is another piece to fit in my development puzzle. Not too long ago I wrote a guide for using Couchbase...

Querying for Couchbase Documents in a NativeScript Angular Mobile Application
Querying for Couchbase Documents in a NativeScript Angular Mobile Application

Learn how to take your key-value NativeScript with Couchbase application by adding MapReduce view queries for querying data based on document properties.

And the #1 Job in America is…
And the #1 Job in America is…

Yesterday CNN announced the best jobs in America. With factors like median pay, job growth opportunity, and quality of life, the Mobile App Developer came in at #1. While this may be somewhat of a surprise given the ephemeral nature...

Create a Desktop App that Syncs using Electron, PouchDB, Ionic 2 and Couchbase
Create a Desktop App that Syncs using Electron, PouchDB, Ionic 2 and Couchbase

I’ve been on a role when it comes to JavaScript and Couchbase. Over the past few weeks I’ve been creating content revolving around the Angular 2 framework, the JavaScript library PouchDB, and Ionic Framework for mobile. What I haven’t explored...

Key-Value Operations in Couchbase Mobile via NativeScript and Angular
Key-Value Operations in Couchbase Mobile via NativeScript and Angular

Learn how to perform key-value operations in Couchbase Mobile within a NativeScript Android and iOS application built with Angular.

Using Couchbase Mobile in a Web Application with only Angular 2 and PouchDB
Using Couchbase Mobile in a Web Application with only Angular 2 and PouchDB

Last year I wrote an article that explained how to synchronize between platforms and Couchbase with only AngularJS and PouchDB. Back then AngularJS was booming and probably my favorite framework of all time. A year later AngularJS is still around,...

Couchbase Mobile at Xamarin Evolve
Couchbase Mobile at Xamarin Evolve

Couchbase Mobile will be at Xamarin Evolve 2016! Couchbase Mobile comes with three components: Couchbase Lite – A fully functional, on-device, lightweight, native, embedded NoSQL database. Sync Gateway – Everything you need to securely sync on-device Couchbase Lite with Couchbase Server in the...

Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)
Couchbase Mobile Part 2: Couchbase Lite Views (Indexes!)

The blog covers learning the basics of Couchbase Lite indexing. AKA Views. It also explains how to do simple views, how to run queries.

iOS: Background Fetch to sync Hacker News stories
iOS: Background Fetch to sync Hacker News stories

Introduction In this tutorial, you will learn how to use Sync Gateway and Couchbase Lite to sync the Hacker News latest stories to an iOS app. We'll focus specifically on the Background Fetch feature that was added in iOS 7:...

Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js
Using Couchbase Server and Couchbase Mobile in the Same Project with Node.js

This post focuses on creation of a Node.js application that used both the Couchbase Server Node.js SDK and Couchbase Sync Gateway.

Syncing with Couchbase in an Ionic 2 App using PouchDB
Syncing with Couchbase in an Ionic 2 App using PouchDB

Learn how to create an Android and iOS application that syncs using Ionic 2, PouchDB, and Couchbase. This is an alternative method to Couchbase Lite.