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.

NDP Episode #11: Data for Mobile Developers
NDP Episode #11: Data for Mobile Developers

I am pleased to announce that the eleventh episode of The NoSQL Database Podcast has been published to all of the popular podcasting networks including iTunes, Pocket Casts, TuneIn, and Stitcher.  In this episode titled, Data for Mobile Developers, I am...

Developing an API with Node.js using Couchbase NoSQL and N1QL
Developing an API with Node.js using Couchbase NoSQL and N1QL

See how to start a new Node.js app, develop RESTful API performing CRUD operations, use SQL-like N1QL queries to interact with NoSQL Couchbase data.

Using Couchbase Lite in a Java Gluon Application
Using Couchbase Lite in a Java Gluon Application

I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available. However, I realize JavaFX is not...

NDP Episode #10: In-Memory Data Grids with Hazelcast
NDP Episode #10: In-Memory Data Grids with Hazelcast

The tenth episode of The NoSQL Database Podcast is live on all popular podcast networks. Check out the video of In-Memory Data Grids with Hazelcast.

Couchbase Node.js, Golang, Java and .NET Developer Webinars
Couchbase Node.js, Golang, Java and .NET Developer Webinars

Watch all three webinars which helps to build a fully functional full-stack web application using either Java, .NET, Node.js, or Golang.

Using Couchbase in a JavaFX Desktop Application
Using Couchbase in a JavaFX Desktop Application

I’ve spent quite a bit of time dabbling with Couchbase and web applications using the awesome Java SDK, but did you know you can create desktop applications that use Couchbase to store data as well? Java desktop frameworks like JavaFX...

NDP Episode #9: Graph Databases with Neo4j
NDP Episode #9: Graph Databases with Neo4j

I am pleased to announce that the ninth episode of the NoSQL Database Podcast has been published to all the popular podcast networks.  In this episode titled, Graphing Databases with Neo4j, I am joined by Ryan Boyd from Neo4j, where...

Collecting iBeacon Data with Couchbase and Raspberry Pi IoT Devices
Collecting iBeacon Data with Couchbase and Raspberry Pi IoT Devices

First, see how java application is used with IoT devices to scan iBeacon data. Likewise, Raspberry PI uses Java application to communicate with Couchbase.

The Simplicity of RxJava with N1QL Queries and Couchbase
The Simplicity of RxJava with N1QL Queries and Couchbase

The Simplicity of RxJava with N1QL Queries and Couchbase Have you ever tried to query Couchbase using N1QL and the Java SDK's synchronous API? It works well and isn't particularly difficult, but I find it to be a little messy,...

NDP Episode #8: Oracle NoSQL and How it Integrates with RDBMS
NDP Episode #8: Oracle NoSQL and How it Integrates with RDBMS

Check out the podcast to know the differences between Oracle's relational database and the NoSQL solution.Also, learn scalability in Oracle NoSQL.

Using the Couchbase Sub-Document API with the Node.js SDK
Using the Couchbase Sub-Document API with the Node.js SDK

Many questions pop up in the Couchbase forum and Stack Overflow regarding reading and writing only parts of a document rather than the full document. I can see where this would be a concern. For example, what if you have...

Getting Multiple Documents by Key in a Single Operation with Node.js
Getting Multiple Documents by Key in a Single Operation with Node.js

Learn how to get multiple documents by Key in a single operation with Node.js. Check out the scenario demonstrating the same.