Category: JavaScript

A Tool to Ease Your Transition From Oracle PL/SQL to Couchbase JavaScript UDF
A Tool to Ease Your Transition From Oracle PL/SQL to Couchbase JavaScript UDF

Convert PL/SQL to JavaScript UDFs seamlessly with an AI-powered tool. Automate Oracle PL/SQL migration to Couchbase with high accuracy using ANTLR and LLMs.

Improved Debuggability for SQL++ User-Defined Functions
Improved Debuggability for SQL++ User-Defined Functions

Couchbase 7.6 introduces new features to debug user-defined functions (UDFs) which will help users peek into execution easily. Learn about them here.

Learning on the Couch with FreeCodeCamp: Intro to Code Editors
Learning on the Couch with FreeCodeCamp: Intro to Code Editors

We’re going to demystify code editors and dive into one of the most popular code editors: Visual Studio Code. 

Build a Survey App with Netlify and Couchbase
Build a Survey App with Netlify and Couchbase

The Couchbase DevRel team has been working with the Bad Website Club on freeCodeCamp materials.  freeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that...

Recursive Query Processing in SQL++ (N1QL)
Recursive Query Processing in SQL++ (N1QL)

Users can emulate recursive CTE using JavaScript UDFs with existing infrastructure. This Couchbase blog post demonstrates just how to do that and more!

Netlify Teams Up with Couchbase Capella: Enabling Scalable Web Applications
Netlify Teams Up with Couchbase Capella: Enabling Scalable Web Applications

Great news for developers and web development teams: Netlify has recently introduced a new integration with Couchbase Capella, aimed at making web application development more efficient. This new integration brings together the popular cloud deployment platform of Netlify and the...

How to lower your company’s AI risk in 2023
How to lower your company’s AI risk in 2023

How can companies using AI in their product suite reduce AI bias and risk of putting a harmful, offensive, unsafe AI model into production?

The Top 8 Best Languages for Backend Development
The Top 8 Best Languages for Backend Development

Learn about the top languages for backend development, along with a comparison of high-level information about features, advantages, and limitations.

From N1QL to JavaScript and Back – Part 7: Hierarchical JavaScript Storage
From N1QL to JavaScript and Back – Part 7: Hierarchical JavaScript Storage

In previous blogs, we covered executing N1QL (SQL++) from JavaScript functions, processing documents through iterators, manipulating data, handling errors, prepared statements and other advanced topics. The final topic to cover is a newly added feature to 7.1 that enables JavaScript library storage options....

From N1QL to JavaScript and Back – Part 6: Advanced Topics
From N1QL to JavaScript and Back – Part 6: Advanced Topics

Continuing our series, we turn to a few advanced usage concepts covering JavaScript functions calling functions, RBAC, transactions and more.

From N1QL to JavaScript and Back – Part 3: Iterating over Documents and DML
From N1QL to JavaScript and Back – Part 3: Iterating over Documents and DML

Learn the basics of iterators in N1QL/Javascript and Couchbase, the corresponding function, processing documents through N1QL and executing data manipulation.

From N1QL to JavaScript and Back – Part 2: Basic Usage
From N1QL to JavaScript and Back – Part 2: Basic Usage

In the previous blog introduced to you new features in JavaScript user-defined functions. We are now going to explore them in more detail. Learn more.