Nic Raboy | Couchbase Blog

Author

All posts by Nic Raboy, Developer Advocate, Couchbase

Nic Raboy is an advocate of modern web and mobile development technologies. He has experience in Java, JavaScript, Golang and a variety of frameworks such as Angular, NativeScript, and Apache Cordova. Nic writes about his development experiences related to making web and mobile development easier to understand.

Use Docker to Deploy a Containerized Java with Couchbase Web Application
Use Docker to Deploy a Containerized Java with Couchbase Web Application

Learn how to deploy a containerized Java RESTful API and Couchbase NoSQL database using Docker and custom, hand-crafted, images.

Create a Continuous Deployment Pipeline with Jenkins and Java
Create a Continuous Deployment Pipeline with Jenkins and Java

See how to create and run a JAR file using Jenkins and Java, resulting in a continuous deployment pipeline that includes building and deploying to a server.

Perform Various N1QL Queries without Indexes in Couchbase Server
Perform Various N1QL Queries without Indexes in Couchbase Server

Not every N1QL query requires an index. See how to run a few N1QL queries on a Couchbase Bucket with no indexes and that includes no primary index.

Import Your MongoDB Collection Data into Couchbase Server with Golang
Import Your MongoDB Collection Data into Couchbase Server with Golang

Learn how to migrate your MongoDB Collection data into Couchbase Server with the mongoexport CLI and a very simple Golang script.

Docker Node.js Deployment With Couchbase
Docker Node.js Deployment With Couchbase

Create a Node.js application that uses Couchbase Server along with Docker containers for web app deployment. ✓ Learn more with Couchbase!

Performance Enhancements to N1QL in the Couchbase 5.0 March Developer Build
Performance Enhancements to N1QL in the Couchbase 5.0 March Developer Build

The Couchbase Server 5.0 Developer Edition, March 2017 build, brings many bug fixes including performance enhancements to the N1QL technology.

Working with Arrays in Couchbase with N1QL – Video Tutorial
Working with Arrays in Couchbase with N1QL – Video Tutorial

Learn how to work with nested arrays in a variety of ways in your complex NoSQL documents using Couchbase and N1QL for SQL queries.

TNDP Episode #16: The MEAN Stack for Application Development
TNDP Episode #16: The MEAN Stack for Application Development

In this episode of The NoSQL Database Podcast, I have special guest Jonathan Casarrubias on the show where we talk about the MEAN stack for development.

Feature Enhancements to N1QL in the Couchbase Server 5.0 March Developer Build
Feature Enhancements to N1QL in the Couchbase Server 5.0 March Developer Build

The March 2017 Developer Edition of Couchbase comes with many bug fixes, but also feature enhancements to N1QL and indexing.

Couchbase 5.0 March 2017 Developer Build Features and Enhancements
Couchbase 5.0 March 2017 Developer Build Features and Enhancements

It is that time again, another month, another developer build for Couchbase.  This time we have a ton of bug fixes and feature enhancements as we get one step closer to the stable release of Couchbase 5.0. The March 2017...

NDP Episode #15: Cassandra and the Tabular Database
NDP Episode #15: Cassandra and the Tabular Database

Learn about Cassandra from VP at DataStax, Tim Berglund, and how it fits into the NoSQL database world as a tabular database.

Migrate From MongoDB to Couchbase with N1QL
Migrate From MongoDB to Couchbase with N1QL

Learn how to take a Node.js application that uses MongoDB and the MongoDB Query Language and convert it to Couchbase with N1QL instead.