Results for: Node.js

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
Couchbase .NET SDK 2.3.5 Now Available!

Couchbase .NET SDK 2.3.5 Now Available!

Couchbase .NET SDK 2.3.5 Now Available! Today we are releasing Couchbase .NET SDK 2.3.5 another bug-fix/maintenance release. In this we release we added a new, improved security model for passing credentials to the server: SCRAM-SHA1. We also added a few...

Using Full Text Search (FTS) with Couchbase in a GoLang Application

Using Full Text Search (FTS) with Couchbase in a GoLang Application

I recently wrote about using Full Text Search (FTS) in a Node.js application that makes use of Couchbase Server 4.5 and higher. As you may know, FTS is available as Developer Preview starting in Couchbase Server 4.5. This is huge...

Using the Couchbase Sub-Document API with the GoLang SDK

Using the Couchbase Sub-Document API with the GoLang SDK

Not too long ago I wrote about working with parts, or fragments, of documents in Couchbase using the Node.js SDK. Being able to work with parts of documents is made possible using Couchbase Server 4.5 and higher and the sub-document...

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

Couchbase Server on the New Windows Azure

Couchbase Server on the New Windows Azure

You can find more up to date instructions for  Couchbase Server on Azure in Step by Step Guide —————————————– Original post:  Microsoft’s recent updates to Windows Azure have introduced a variety of new features, ranging from Git deployments to node.js...

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

Communicating with Couchbase via a Dockerfile Script and Docker

Communicating with Couchbase via a Dockerfile Script and Docker

I’ve been working on a project with my team that involves creating a selection of microservices. These microservices populate a Couchbase Server bucket with data on an interval of our choosing and operate via an AWS EC2 server. The problem...

Introducing Couchbase Server 4.5  Developer Preview

Introducing Couchbase Server 4.5 Developer Preview

Today, we’re very excited to pull back the curtain and announce Couchbase Server 4.5 Developer Preview (DP).  This release is an early developer milestone that comes with many exciting features for more efficient querying, advanced data access, powerful indexing and...

Full Stack Development with the CEA2N Stack Webinars

Full Stack Development with the CEA2N Stack Webinars

Although slightly late on this post, I thought it would great to share that I’m presenting a five-part webinar series on the topic of full stack development. Now the first episode did already happen, but the great thing is that...

Introducing the React Native Couchbase Lite Module

Introducing the React Native Couchbase Lite Module

Recently, we published a series of articles on the topic of using Couchbase Lite in a React Native application. In this tutorial, you’ll take it one step further and use the recommended Couchbase Lite Module for React Native (available as...

Advanced Object Modeling for High Write Rates with Logging and Event Data – Part 1

Advanced Object Modeling for High Write Rates with Logging and Event Data – Part 1

Introduction Couchbase is capable of very high write rates, can scale out fast and add nodes easily, but a poor object model can be a hindrance to these qualities. In some databases, if you have very high write rates, you...