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 account management? When storing password data,...
I was a speaker at the Code Camp NYC conference on October 8, 2016. My topic was Full Stack Development with .NET and NoSQL. The organizers and venue allowed me to record the session, and so I’ve posted it on...
In many of my blog posts and samples, I use a single Couchbase Server node. I do this because it’s easy, and much of what I demonstrate can be done with a single node. However, Couchbase Server is typically run...
We’re excited to announce the first Developer Preview of Couchbase Analytics, which adds parallel data management to Couchbase Server. This increases the spectrum of queries that Couchbase Server handles without compromising the basic design principles of being agile, fast, and...
Learn the significant improvements in Full-Text Search (FTS) in Couchbase Server 4.6 : Performance ImprovementsIndex Type Mapping By KeyCustom Sorting.
Today, we’re very excited to announce the availability of Couchbase Server 4.6.0 DP. This is an early developer release that comes with some exciting capabilities for cross datacenter replication, security, query, tools, and powerful full text search capability. The Developer...
Check out the podcast to know what is Firebase, how it fits into mobile application development, and how it fits in the NoSQL database space.
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 this start to finish video tutorial,...
This blog will explain 10 containers anti-patterns that I’ve seen over the past few months: Data or logs in containers – Containers are ideal for stateless applications and are meant to be ephemeral. This means no data or logs should be stored...
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 event that this happens, you want...
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 to get the job done. If...