Tag: javascript

Bringing Your User Profile Store to Mobile with NativeScript and Angular

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 we wanted to take this into...

Use TypeScript, Angular as the Front-End for Your User Profile Store

Use TypeScript, Angular as the Front-End for Your User Profile Store

I recently wrote a tutorial titled, Creating a User Profile Store with Node.js and a NoSQL Database, as it is a very popular subject and use-case when it comes to NoSQL databases. In that tutorial, we created an API using Node.js...

Create a User Profile Store with Node.js and a NoSQL Database

Create a User Profile Store with Node.js and a NoSQL Database

There are many use-cases for NoSQL databases, one that I encounter frequently is creating a user profile store and session. This use-case lends itself to a NoSQL database. Profiles often need to be flexible and accept data changes. While possible...

Defining Scan Consistency in a Node.js with Couchbase Application

Defining Scan Consistency in a Node.js with Couchbase Application

Have you ever created an application where you needed to save a document into Couchbase and then immediately query for that created document? It happens to me all the time when I’m developing. Take for example, adding new data into...

Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available

Couchbase Meetup Project on NativeScript, Angular, and NoSQL Development Available

I recently hosted a Couchbase Meetup in Mountain View, California, on the topic of NativeScript, Angular and NoSQL development. With special guest, TJ VanToll from Progress, we discussed mobile application development and how Couchbase can be included for NoSQL storage...

Music City Code Workshop on Full Stack JavaScript Development Available

Music City Code Workshop on Full Stack JavaScript Development Available

This past week I was in Nashville, Tennessee attending the Music City Code conference. It was a very interesting conference and my first experience in Nashville as I’m a California native. At Music City Code I gave a workshop titled, Full...

Synchronizing Images Between Android and iOS with NativeScript, Angular, and Couchbase

Synchronizing Images Between Android and iOS with NativeScript, Angular, and Couchbase

A few weeks ago I had written a guide that demonstrated saving captured images to Couchbase Lite as base64 encoded string data in a NativeScript with Angular mobile application. While the previous guide worked for both Android and iOS, the...

Save Captured Images in a NativeScript Angular Application to Couchbase

Save Captured Images in a NativeScript Angular Application to Couchbase

I get a particular set of questions quite a bit when it comes to mobile applications, the first being how to save captured images, and the second being how to sync them between devices or a remote database. Since I’m...

Docker Node.js Deployment With Couchbase

Docker Node.js Deployment With Couchbase

Docker is becoming increasingly popular and I’ve been slowly introducing it into my projects.  It makes it easy to distribute your applications because regardless of where you deploy your containers to, the experience will be the same. Let’s see how...

Migrate from MongoDB Mongoose to Couchbase with Ottoman

Migrate from MongoDB Mongoose to Couchbase with Ottoman

When talking to Node.js developers, it is common to hear about NoSQL as the database of choice for development. JavaScript and JSON come hand in hand because after all JSON stands for JavaScript Object Notation. This is a format most...

Getting Started with GeoJSON, Couchbase, .NET, and Google Maps

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 on time. If he isn’t designing...

January 30, 2017
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...