Author
-

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

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

Create a RESTful URL Shortener with Couchbase and Go
Previously I wrote about creating a URL shortener using Node.js and N1QL, but I figured it would be useful to demonstrate the same in my other favorite programming language, Golang. In this video tutorial…
-

Create a URL Shortener with Node.js and Couchbase using N1QL
With the boom of Twitter, SMS text messages, and other forms of short message interactions, there has been a boom in URL shortening services. For example, you can use TinyURL, Bitly, Owly, and so…
-

Storing Password Data Safely with Node.js and Bcrypt
When developing a web application there is often a need to store password data in your database. For example, what if you have users and you don’t want to use OpenID or similar for…
-

NDP Episode #12: Firebase Instead of SQLite in Mobile Applications
I am pleased to announce the twelfth episode of The NoSQL Database Podcast is now available on all the popular podcasting outlets such as, but not limited to, TuneIn, iTunes, Pocket Casts, and Stitcher.…
-

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

Storing Password Data Safely with Java and Spring Security BCrypt
Protecting data is a common concern amongst users as well as developers. No one wants to find out that they’ve been hacked and that their password data was exposed. In the unlikely or unfortunate…
-

Developing an API with Node.js using Couchbase NoSQL and Ottoman
Not too long ago I released a lengthy tutorial video on the topic of creating an API with Node.js and Couchbase that used N1QL for querying. However, that is only one of several ways…
-

NDP Episode #11: Data for Mobile Developers
I am pleased to announce that the eleventh episode of The NoSQL Database Podcast has been published to all of the popular podcasting networks including iTunes, Pocket Casts, TuneIn, and Stitcher. In this episode…
-

Using Couchbase Lite in a Java Gluon Application
I recently wrote about building desktop applications with Couchbase Lite and JavaFX. As demonstrated Couchbase makes an excellent solution for data storage and sync in a desktop application because of the Java SDK available.…
-

NDP Episode #10: In-Memory Data Grids with Hazelcast
I am pleased to announce that the tenth episode of The NoSQL Database Podcast has been published to all the popular podcast networks. In this episode titled, In-Memory Data Grids with Hazelcast, I’m joined by…