Category: Tools & SDKs

ASP.NET Core with Couchbase: Getting Started
ASP.NET Core with Couchbase: Getting Started

This video will show you how to get started with ASP.NET Core using Couchbase Server. You'll create an HTTP REST API for CRUD operations.

ASP.NET with Couchbase: Getting Started
ASP.NET with Couchbase: Getting Started

This video will show you how to get started with ASP.NET using Couchbase Server. You'll create an HTTP REST API for CRUD operations.

N1QL Enhancements in Couchbase Server 5.0
N1QL Enhancements in Couchbase Server 5.0

There are many N1QL enhancements in the new Couchbase Server 5.0 release. This blog post will help you to scratch the surface.

Fast Failover with Couchbase Server 5.0
Fast Failover with Couchbase Server 5.0

Fast failover is a new feature of Couchbase Server 5.0. This blog post demonstrates with a .NET Core console application and a Docker cluster.

Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL
Create a RESTful API with Node.js, Hapi, and Couchbase NoSQL

Learn how to create a RESTful API with Couchbase NoSQL, N1QL, and the efficient Hapi framework for Node.js

Distributed session management in ASP.NET Core with Couchbase
Distributed session management in ASP.NET Core with Couchbase

Learn about distributed session management in ASP.NET Core with Couchbase. Scale your web apps seamlessly with our memory-first architecture and tools.

Azure Functions and Lazy Initialization with Couchbase Server
Azure Functions and Lazy Initialization with Couchbase Server

A Couchbase cluster is an expensive object to create. You can lazily instantiate and share between Azure Functions calls.

Pagination in Couchbase Server with N1QL and PHP
Pagination in Couchbase Server with N1QL and PHP

Onwuka Gideon is a freelance full stack developer with years of experience designing and coding web applications and solving complex problems. He loves security, writing, and discussing new technology. When building applications that deal with a large number of documents,...

Asynchronously Perform Subdocument Mutations in Couchbase with Golang
Asynchronously Perform Subdocument Mutations in Couchbase with Golang

Learn how to perform Couchbase Server subdocument mutations in parallel using the Go programming language and Goroutines.

Dependency Injection with ASP.NET Core and Couchbase
Dependency Injection with ASP.NET Core and Couchbase

In this Couchbase post, the dependency injection framework will be explored in-depth. Feel free to follow along with the code samples available on GitHub.

Hashing Password Data in Couchbase with Golang and BCrypt – Video
Hashing Password Data in Couchbase with Golang and BCrypt – Video

Learn how to hash your password data using Golang and BCrypt before storing it in your Couchbase NoSQL database, in this video tutorial.

Distributed caching with ASP.NET Core and Couchbase
Distributed caching with ASP.NET Core and Couchbase

Distributed caching can provide performance and scalability benefits to your ASP.NET Core application. It's easy with Couchbase Server.