Tag: url shortener

Video Tutorial for Creating a URL Shortener with Node.js and N1QL
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 gone ahead and created a video...

Create a URL Shortener using Ottoman ODM with Node.js and Couchbase
Create a URL Shortener using Ottoman ODM with Node.js and Couchbase

Not too long ago I wrote about creating a URL shortener with Node.js and Couchbase N1QL. If you haven’t already seen it, the article is a great introduction to Couchbase and creating RESTful APIs using Node.js and Express Framework. The...

Create a RESTful URL Shortener with Couchbase and Go
Create a RESTful URL Shortener with Couchbase and Go

This post focuses on creating a RESTful URL shortener. By using the Go programming language and Node.JS with Couchbase Server, and N1QL for querying data.

Create a URL Shortener with Node.js and Couchbase using N1QL
Create a URL Shortener with Node.js and Couchbase using N1QL

How to create a very basic URL shortener using Node.js for the application logic, Couchbase Server as the NoSQL database, and N1QL as the query technology.