Author
A tour of the new Couchbase Web Console (video)
Earlier this month, we introduced Developer Builds. In this video, I take you on a quick tour of the new Couchbase Web Console. This is a video version of the blog I wrote earlier about the new Couchbase Web Console....
A tour of the new Couchbase Web Console
Change is coming to the Couchbase Web Console that you know and love. But don’t worry, the old UI will still be available (for a while). In this blog post, I’m going to take you on a tour of the...
Couchbase on the Pete on Software Podcast
I was invited back on the Pete on Software Podcast to talk about Couchbase. Pete is a an independent software developer/architect, and he also runs The Swift Ninja blog. Pete and I run into eachother occasionally here in Ohio, and...
Using cbimport to import Wikibase data to JSON documents
I’m busy working on some SQL Server to Couchbase Server blog posts, but in the meantime, I’d thought I’d leave you a little chestnut of JSON goodness for the Christmas weekend. Wikibase has a huge database of information. All kinds...
.NET Core and Visual Studio Code (video)
This video shows how I’m using .NET Core with Visual Studio Code and the Couchbase .NET Core SDK. Download .NET Core Download Visual Studio Code If you’d like to learn more about how to use Couchbase, please visit our Couchbase...
Using the N1QL RETURNING keyword from .NET Core
I’ve recently learned about the RETURNING keyword in N1QL. When you add it to end of a N1QL query, that query will return the result set that was operated on. For instance, if you use an UPDATE, and that query...
Connect 2016 Developer Workshop
For the first day of Couchbase Connect 2016, I created a full-day developer’s workshop (with the help of our great SDK team, of course). It was great meeting some of our customers and helping people get up to speed with...
Houston User Group Visits – October 2016 (Videos)
I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The second two days of the week I spent in Houston. Here are the videos: Houston.js Group – I Have a...
Austin User Group Visits – October 2016 (Videos)
I spent nearly a week in Texas, visiting four user groups and talking about Couchbase as much as possible. The first two days of the week I spent in Austin. Here are the videos: Austin .NET User Group – Full...
.NET Core with Visual Studio Code
Jeff Morris already wrote a great blog post to introduce the Couchbase .NET Core SDK, which is now in developer preview. I’m going to show you some of the tooling that I’m using to write .NET Core on Windows: Visual...
.NET and Couchbase – October 2016, New York Code Camp (video)
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...
Docker and ASP.NET Core with Couchbase Server
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...