Category: Node.js

Full Stack Development with the CEA2N Stack Webinars

Full Stack Development with the CEA2N Stack Webinars

Although slightly late on this post, I thought it would great to share that I’m presenting a five-part webinar series on the topic of full stack development. Now the first episode did already happen, but the great thing is that...

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 4: Image Uploads with Multer and base64 encoding

Exploring Couchbase and N1QL through Touchbase using Node.js and Angular.js – Part 4: Image Uploads with Multer and base64 encoding

Part 4: Picture Upload So far, Part 0 and Part 1 cover the data model and user document used in the application followed by Part 2 where we verify accounts through email using Nodemailer and Sendgrid. We then had part...

Pranav Mayuram January 8, 2016
Hashing Passwords Stored in Couchbase Server with Node.js

Hashing Passwords Stored in Couchbase Server with Node.js

Why You Should Hash All passwords should be hashed before entering a database because you have to consider the scenario where some malicious user attempts to gain entry into your data. Passwords are sensitive pieces of information that you don’t...

Easily Develop Node.js and Couchbase Apps with Ottoman

Easily Develop Node.js and Couchbase Apps with Ottoman

I recently read the article on Scotch.io regarding using Mongoose and MongoDB. I thought to myself, hey, Couchbase can do the same thing if you use Ottoman instead of Mongoose. This article is going to walk through the same comparisons...

Couchbase at ConnectJS 2015

Couchbase at ConnectJS 2015

Couchbase will be at ConnectJS hosted in Atlanta, Georgia, at the Cobb Galleria Centre on October 16 through October 17.  If you're unfamiliar with the event, this is a low-cost community developer conference that focuses on modern web technologies like AngularJS, ReactJS, and Node.js.  Of...

Couchbase at the Silicon Valley Code Camp 2015

Couchbase at the Silicon Valley Code Camp 2015

Many of us from Couchbase will be at the Silicon Valley Code Camp (SVCC) hosted in San Jose, California, at the Evergreen Valley College. If you’re unfamiliar with the SVCC, it is a free community driven event where developers have...

Mass Deleting Documents by Compound Key Prefix Using Node.js

Mass Deleting Documents by Compound Key Prefix Using Node.js

A common question that gets asked in the Couchbase forums and on Stack Overflow is how to delete all records from a bucket that have a key that starts with some value. In other words, how to delete all records...

Making a Game API Server Using Node.js: Revisited

Making a Game API Server Using Node.js: Revisited

A few years ago, Brett Lawson made a great blog series on using Couchbase Server and Node.js for the development a game server framework. Since then, the Node.js SDK for Couchbase has grown significantly from version 1.x to 2.x. In...

Couchbase Labs Expiry Callbacks

Couchbase Labs Expiry Callbacks

TTL’s and Expiry Notification Couchbase includes a TTL (Time To Live) as part of the meta data fields for each document.  All of the client SDK’s includes support for setting/querying/touching this value.   The value is set as the “number...

Todd Greenstein December 17, 2014
Couchbase Connect 2014 Keynote Demo Application – How We Did It

Couchbase Connect 2014 Keynote Demo Application – How We Did It

Node.js + Couchbase 3.0 + SDK 2.0 + Bootstrap Requirements When it came time to build a product demonstration for the Couchbase Connect Conference the following requirements were established: [1] It must be a live demo, with audience participation —...

Todd Greenstein December 17, 2014