Autor
-

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

Almacenamiento seguro de datos de contraseñas con Java y Spring Security BCrypt
La protección de datos es una preocupación común tanto entre los usuarios como entre los desarrolladores. Nadie quiere descubrir que ha sido hackeado y que sus datos de contraseñas han quedado expuestos. En el improbable o desafortunado...
-

Desarrollo de una API con Node.js utilizando Couchbase NoSQL y Ottoman
No hace mucho tiempo publiqué un extenso video tutorial sobre el tema de la creación de una API con Node.js y Couchbase que utilizaba N1QL para las consultas. Sin embargo, esa es solo una de varias maneras...
-

NDP Episodio #11: Datos para desarrolladores de aplicaciones móviles
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…