Category: Best Practices and Tutorials

Getting Started with Oracle Container Cloud Service
Getting Started with Oracle Container Cloud Service

This blog explains how to get started with Oracle Cloud Container Service. You can bring up the Cloud Container Console after following this blog post.

Moving from SQL Server to Couchbase Part 1: Data Modeling
Moving from SQL Server to Couchbase Part 1: Data Modeling

This post explains how to move a document database when you have a relational background. Specifically, Microsoft SQL Server compared to Couchbase Server.

Integration Tests and your Couchbase Application
Integration Tests and your Couchbase Application

Proper integration tests require a complete setup of your infrastructure. And this can be a litle hard to put in place sometimes, especially when you need to support your developer lapop, your CI node, or any other machine where you...

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
Video Tutorial for Creating a URL Shortener with Node.js and N1QL

Not too long ago I wrote a lengthy tutorial on how to use Node.js and Couchbase to create a URL shortener.  This tutorial used N1QL for querying the data.  To compliment that writeup I’ve gone ahead and created a video...

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.

Building a Google Chrome Extension with Couchbase and Angular 2
Building a Google Chrome Extension with Couchbase and Angular 2

Learn how to create a Google Chrome extension with Angular 2 that uses Couchbase for replicating data. Learn how to build the extension using Angular 2.

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.

Windows Server 2016 Using VirtualBox – Getting Ready for Docker
Windows Server 2016 Using VirtualBox – Getting Ready for Docker

Find out how to install Windows Server 2016 on VirtualBox VM. This is an update to Windows Server 2016 using VirtualBox for Docker Containers.

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