Category: Tools & SDKs

Full Stack Development with the CEA2N Stack Webinars
Full Stack Development with the CEA2N Stack Webinars

The blog focuses on webinar series is a great opportunity to learn about full stack development and the bleeding edge technologies that exist.

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB
Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB

Not too long ago I created a tutorial demonstrating how to sync between a web application and Couchbase Server using nothing more than client facing technologies like AngularJS, HTML, and CSS.  This was all made possible with the JavaScript library...

Couchbase .NET SDK 2.2.4 now Available!
Couchbase .NET SDK 2.2.4 now Available!

Couchbase .NET SDK 2.2.4 now Available! Today we are releasing version 2.2.4 of the Couchbase .NET SDK! This release is the follow-up to 2.2.2 and includes 2.2.3, which was merged into 2.2.4. The most important feature of this release is...

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 4: Image Uploads with Multer and base64 encoding
Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 4: Image Uploads with Multer and base64 encoding

This blog post covers the process of image uploads with Multer and base64 encoding from front-end to back-end, including cropping and formatting.

Continuous Deployment with Jenkins & .NET
Continuous Deployment with Jenkins & .NET

This post focuses on how to use Jenkins to set-up test data in Couchbase before running your test code for continuous integration/continuous deployment.

Workaround for N1QL* Queries in the .NET SDK
Workaround for N1QL* Queries in the .NET SDK

This blog was originally posted on David Ostrovsky's personal blog. To see to original blog post, click here.  TL;DR: SELECT myBucket.* FROM myBucket A change in the way N1QL returns results for star queries in Couchbase Server 4.1 seems to have...

Performing Bulk Operations in Couchbase Using Golang
Performing Bulk Operations in Couchbase Using Golang

Learn how to perform efficient bulk operations in Couchbase with Golang, leveraging batching for improved network throughput and latency reduction.

Hashing Passwords Stored in Couchbase Server with Node.js
Hashing Passwords Stored in Couchbase Server with Node.js

Learn why to use hash and check how the Bcrypt hashing algorithm on your passwords can add a tremendous amount of security for your users.

Spring Data Couchbase 2.0 Release Candidate for Christmas
Spring Data Couchbase 2.0 Release Candidate for Christmas

As a gift for Christmas we wanted to make a quick announcement that the Spring Data Couchbase 2.0 Release Candidate is now out! You can get your hands on this RC by adding the following Maven snapshot repository from Spring in your pom.xml (if you don’t already have...

Getting Started with the SIMBA Couchbase ODBC Driver
Getting Started with the SIMBA Couchbase ODBC Driver

Getting Started with the SIMBA Couchbase ODBC Driver ODBC has been around since the early 1990’s as a standard API to access various data sources, traditionally against structured data sources like relational databases.  SIMBA Technologies recently released an ODBC Driver...

Spring Data Couchbase: A New Generation (2.0 Preview)
Spring Data Couchbase: A New Generation (2.0 Preview)

The Spring Data Couchbase community project has been historically built upon the 1.4 generation of the official Couchbase Java SDK, although the SDK 2.0 has been out for quite some time. But now is definitely a great time to upgrade...

Introducing Linq2Couchbase Developer Preview 1: The Linq provider for Couchbase N1QL!
Introducing Linq2Couchbase Developer Preview 1: The Linq provider for Couchbase N1QL!

Learn basic functionality of the Linq provider by checking out sample application that goes over the steps on how to use the provider today.