Tag: javascript
-

Learning on the Couch with FreeCodeCamp: Intro to Code Editors
Software Development as a field can be very overwhelming. There seems to be an endless stream of new tools, languages, frameworks and we often have no idea where to start. Among those various tools…
-

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

The Top 8 Best Languages for Backend Development
Computer programming is becoming an increasingly necessary and popular skill. Many high school and college graduates are exposed to programming even if they are not in a computer science field. This rise in exposure…
-

How to Add Full-Text Search Functionality to Your JavaScript App
It’s unavoidable: If you’re working with a document database, you’re eventually going to need to search for (and through) your JSON documents. In this tutorial, you’ll add the full-text search capabilities of Couchbase to…
-
![A Better Development Experience with Ottoman JS [Video]](https://www.couchbase.com/blog/wp-content/uploads/sites/5/2026/05/ottoman-js-odm-couchbase-javascript-friends-conference-1024x536.png)
A Better Development Experience with Ottoman JS [Video]
If you’re a JavaScript developer, I hope you know about the JavaScript & Friends conference. The JS & Friends conference is a diverse group of around 200 JavaScript developers and friends who get together…
-

How to Get Started with the Node.js SDK for Couchbase
In just a few lines of code you can start using Couchbase with Node.js to build your next JavaScript application. This hello world tutorial walks you through the basic first steps of using the…
-

How (and Why) to Use Couchbase as an XML Database
Couchbase and XML – no problem! I’ve heard it said dozens of times: “Hey, Couchbase is great but I use XML.” I recognize that countering with, “Couchbase can be your XML database” is pretty…
-

Typeahead: Develop with Couchbase Full-Text Search & Node.js
Over the past year or so I’ve written a variety of tutorials around the full-text search (FTS) service of Couchbase, most of which are specific examples of how to do something with one of…
-

Midwest JS Project Source on Full Stack Node Development, Available
Back in August I had participated in Midwest JS located in Minneapolis, Minnesota. As you may know, I’m a huge fan of developing full stack applications with the JavaScript stack. This is exactly what I had…
-

Bringing Your User Profile Store to Mobile with NativeScript and Angular
Continuing down the path of user profile stores, we had previously seen how to create one with Node.js and Couchbase NoSQL as well as a web client front-end for it using Angular. What if…
-

Getting Started with GeoJSON, Couchbase, .NET, and Google Maps
This is a guest post by Calvin Allen. Calvin is a .NET developer in Columbus, OH that enjoys designing software that not only solves business problems, but it easy to use, on budget, and…
-

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
Not too long ago I wrote a lengthy tutorial on how to use Node.js and Couchbase to create a URL shortener. This tutorial used N1QL for querying the data. To compliment that writeup I’ve…