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.

Sync With Couchbase Using Only AngularJS And PouchDB

Sync With Couchbase Using Only AngularJS And PouchDB

There are many ways to use Couchbase in your web or mobile application through one of the various language SDKs. However, what if you were not using a backend language such as PHP or a mobile language such as Objective-C?...

Using Couchbase in Your Ionic Framework Application Part 1

Using Couchbase in Your Ionic Framework Application Part 1

Ionic Framework has recently become one of the hottest mobile frameworks around. It makes it incredibly easy to write great user interfaces for mobile applications. However, part of the challenge is also managing data, fetching from the back-end server and...

Mass Deleting Documents by Compound Key Prefix Using Node.js

Mass Deleting Documents by Compound Key Prefix Using Node.js

A common question that gets asked in the Couchbase forums and on Stack Overflow is how to delete all records from a bucket that have a key that starts with some value. In other words, how to delete all records...

Making a Game API Server Using Node.js: Revisited

Making a Game API Server Using Node.js: Revisited

A few years ago, Brett Lawson made a great blog series on using Couchbase Server and Node.js for the development a game server framework. Since then, the Node.js SDK for Couchbase has grown significantly from version 1.x to 2.x. In...

Traveling with Couchbase using the Java SDK

Traveling with Couchbase using the Java SDK

At Couchbase Connect 2015 we demonstrated an example application that uses N1QL to query data from a sample Couchbase bucket. If you missed the conference, not a problem. We're going to go through how to reproduce this application and check...

Using the Couchbase ODBC Driver with Microsoft Excel

Using the Couchbase ODBC Driver with Microsoft Excel

About a month ago, Simba Technologies announced that it had released developer previews of the ODBC and JDBC drivers. Last year we announced that Simba Technologies was buiding these ODBC and JDBC drivers for use with Couchbase.  These drivers make it possible for data...