Etiqueta: restful
-

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
If you’ve been keeping up, I’m a huge advocate for Node.js development and the JavaScript development stack. Previously I had written about the Couchbase, Express, AngularJS, and Node.js (CEAN) stack and modernized the backend…
-

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

Provisioning a Couchbase Server Instance with the Command Line
When you’re a Database or System Administrator, you don’t always have time to go through the setup wizards when deploying a new piece of software. Probably because you are managing massive amounts of systems…
-

Developing an API with Golang using Couchbase NoSQL and N1QL
Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start? What do you do about URL routing, data modeling, or even the data layer in general? In…