Category: Node.js

Upcoming #Couchbase Events in Austin, Houston and New York City

Upcoming #Couchbase Events in Austin, Houston and New York City

I’m going to be in New York on October 8th and Texas from October 10th to October 13th. If you’re in any of those areas and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit...

Matthew Groves October 4, 2016
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...

SQL for JSON and Full Stack Development – August 2016, Tulsa Tech Fest (Videos)

SQL for JSON and Full Stack Development – August 2016, Tulsa Tech Fest (Videos)

I was a speaker at the Tulsa Tech Fest on August 5th, 2016. I had a great time, met a lot of new people, and talked a lot about Couchbase. It’s rare for me to go to a conference or...

Matthew Groves September 1, 2016
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,...

Node.js and Couchbase – July 2016, Columbus Ohio (video)

Node.js and Couchbase – July 2016, Columbus Ohio (video)

I was a guest speaker at the CBusJS Columbus JavaScript User Group on July 20, 2016. My topic was Full Stack Development with Node.js and NoSQL. The group and venue was kind enough to let me record the session. I’ve...

Matthew Groves July 27, 2016
Using Full Text Search (FTS) in Couchbase with the Node.js SDK

Using Full Text Search (FTS) in Couchbase with the Node.js SDK

When I develop applications I always find myself running into a scenario where I need to search for a particular set of text within a chunk of data. I, like many others, often find myself taking the easy way out...

Getting Started with Node.js and Couchbase

Getting Started with Node.js and Couchbase

In this video tutorial you can see how to build a very simple Node.js with Express Framework application that uses Couchbase Server as the NoSQL database. For more information on how to use Couchbase with Node.js, visit the Couchbase Developer...

Couchbase will be at DevNation 2016

Couchbase will be at DevNation 2016

I am excited to say that I will be at DevNation 2016 in San Francisco with my colleague, Arun Gupta. This is a huge developer conference hosted by Red Hat. At DevNation we’ll be talking about full stack development using Node.js and...

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 5: Graphing User Data

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 5: Graphing User Data

Part 5: Graphing Necessary Materials: Node.js Express Chart.js Node Modules Used: tc-angular-chartjs body-parser moment.js Summary: To maintain a social network, and improve the experience for an end-user, it’s important to keep track of information about these users and their usage...

Pranav Mayuram April 3, 2016
Create a Desktop Chat Application using the CEAN Stack and Electron

Create a Desktop Chat Application using the CEAN Stack and Electron

So you’re interested in creating a desktop chat application like Slack, but aren’t sure where to start. Slack was very open in saying that they used Github’s Electron platform for building the desktop version of their software. This means that...

Storing Base64 Files Directly in Couchbase via Node.js

Storing Base64 Files Directly in Couchbase via Node.js

So you're developing an application and you want to store your files in Couchbase. As of right now, Couchbase allows for documents up to 20MB in size which is larger than you think. Why would we store our files in...