Category: Couchbase Server

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...

Upcoming #Couchbase Events in Chicago
Upcoming #Couchbase Events in Chicago

I’m going to be in Chicago for most of next week. If you’re in Chicago and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit some great user groups, and ask me questions in-person....

Couchbase Server on Windows 10 Anniversary Update
Couchbase Server on Windows 10 Anniversary Update

This post more importantly focuses on experience, risks, issues and recommendations while using Couchbase server on windows 10.

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,...

Skipping default bucket creation
Skipping default bucket creation

Some days ago I made the following search: “databases unprotected”. It is really incredible the number of databases deployed without authentication. Most of them are just test databases published on the internet, but others are exposing sensitive data. (Image Licensed through...

Learning Angular2 for the CEAN Stack
Learning Angular2 for the CEAN Stack

The CEAN (pronounced “keen”) stack is used to design web apps with a segregated UI (it’s like the MEAN stack, except it uses Couchbase Server). I’m learning and writing Angular2 for the first time this month, so I thought I...

Announcing Couchbase Server 4.1.2
Announcing Couchbase Server 4.1.2

Today, we are happy to announce the availability of Couchbase Server 4.1.2, the latest bug-fix release in the 4.x Couchbase Server series.   Based on the feedback we received from our customers, the 4.1.2 release fortifies the 4.x series and...

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...

How to use #Couchbase Query Workbench
How to use #Couchbase Query Workbench

This video shows the new Query Workbench in Couchbase Server 4.5. For more information, check out my blog post from July about Query Workbench. If you’d like to learn more about how to use Couchbase, please visit our Couchbase Developer...

.NET and Couchbase – July 2016, Findlay Ohio (video)
.NET and Couchbase – July 2016, Findlay Ohio (video)

I was a guest speaker at the FANUG (Findlay Area .NET User Group) on July 26, 2016. My topic was Full Stack Development with .NET and NoSQL. The group and venue kindly allowed me to record the session, and so...

Using the Sub-Document API to get (only) what you want
Using the Sub-Document API to get (only) what you want

The Subdoc API feature allows efficient access to parts of documents (sub-documents) without requiring the transfer of the entire document over the network.

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...