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.

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

Have you ever wanted to create a RESTful API with Node.js, but wasn’t sure where to start?  How do you design your endpoints or interact with the data layer?  How do you store your data? In this, start to finish,...

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

I am pleased to announce that the tenth episode of The NoSQL Database Podcast has been published to all the popular podcast networks.  In this episode titled, In-Memory Data Grids with Hazelcast, I’m joined by Viktor Gamov from Hazelcast, where we...

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

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

I am pleased to announce that a collection of Couchbase developer webinars have been released to the public.  These webinars cover the construction of an issue tracking application built with various programming languages in combination with Couchbase Server. Learn how...

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

Not too long ago I wrote about using Couchbase to synchronize data on an Intel IoT Gateway device.  In this project I was creating a Java application that was installed to an IoT device that had bluetooth and wireless internet...

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

I am pleased to announce that the eighth episode of the NoSQL Database Podcast has been published to the popular podcasting outlets.  In this episode titled Oracle NoSQL and How it Integrates with RDBMS I am joined by Ashok Joshi from Oracle...

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

There are many different ways to query for data in Couchbase Server. You can do direct lookups for documents based on their key, you can query views, or you can even write N1QL queries. When it comes to obtaining data,...