Nic Raboy | Couchbase Blog

Author

All posts by Nic Raboy

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.

Replicate NoSQL Data between Data Centers with Couchbase XDCR
Replicate NoSQL Data between Data Centers with Couchbase XDCR

Learn how to replicate NoSQL data between clusters or datacenters with Couchbase Server's cross datacenter replication (XDCR) tooling.

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL

Learn how to create a full stack application with Couchbase as the NoSQL database, Node.js and Hapi for backend, and Vue.js for the frontend.

Scaling a Couchbase Cluster for Increasing and Decreasing Demand
Scaling a Couchbase Cluster for Increasing and Decreasing Demand

When it comes to scaling a database, it is often a task that people want to avoid. For relational databases, which are often vertically sized databases, the administrators would have to take the database offline and add new hardware to...

Using Facets in a Couchbase NoSQL Full Text Search Query
Using Facets in a Couchbase NoSQL Full Text Search Query

Learn how to use facets for result aggregation in a Full Text Search (FTS) query made with Node.js and the NoSQL database, Couchbase Server.

Develop Web Applications with Hapi.js and Couchbase NoSQL
Develop Web Applications with Hapi.js and Couchbase NoSQL

About a month ago I had written about developing RESTful APIs for web applications using Node.js and the Hapi.js framework. In this previous article, I demonstrated the use of these technologies with NoSQL in the flavor of Couchbase Server. In...

JavaScript and Couchbase in Southern California
JavaScript and Couchbase in Southern California

Over the past few months I’ve been bouncing between major Southern California cities such as Los Angeles, Irvine, and San Diego. These trips included developer Meetups on technologies such as Golang and Node.js and how to use them with the...

Deploy Couchbase Server in Minutes with Amazon Web Services
Deploy Couchbase Server in Minutes with Amazon Web Services

See how Couchbase is deployed, configured, and made ready for use and development through Amazon Web Services (AWS) within minutes.

Query Natural Language with Couchbase Server’s Powerful Full Text Search
Query Natural Language with Couchbase Server’s Powerful Full Text Search

Learn about Couchbase Server's powerful Full Text Search (FTS) functionality and see how it can be used to query natural language.

Secure Your NoSQL Data with Couchbase Role-Based Access Control
Secure Your NoSQL Data with Couchbase Role-Based Access Control

Learn how to define an access control configuration in Couchbase Server to protect your cluster, buckets, and data from being accessed without permission.

Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL
Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL

Learn how to create a RESTful API with Couchbase NoSQL, N1QL, and the efficient Hapi framework for Node.js

Asynchronously Perform Subdocument Mutations in Couchbase with Golang
Asynchronously Perform Subdocument Mutations in Couchbase with Golang

Learn how to perform Couchbase Server subdocument mutations in parallel using the Go programming language and Goroutines.

Hashing Password Data in Couchbase with Golang and BCrypt – Video
Hashing Password Data in Couchbase with Golang and BCrypt – Video

Learn how to hash your password data using Golang and BCrypt before storing it in your Couchbase NoSQL database, in this video tutorial.