Matthew Groves | Couchbase Blog

Author

All posts by Matthew Groves

Matthew D. Groves is a guy who loves to code. It doesn't matter if it's C#, jQuery, or PHP: he'll submit pull requests for anything. He has been coding professionally ever since he wrote a QuickBASIC point-of-sale app for his parent's pizza shop back in the 90s. He currently works as a Senior Product Marketing Manager for Couchbase. His free time is spent with his family, watching the Reds, and getting involved in the developer community. He is the author of AOP in .NET, Pro Microservices in .NET, a Pluralsight author, and a Microsoft MVP.

SQL for JSON and Full Stack Development – August 2016, Tulsa Tech Fest (Videos)
SQL for JSON and Full Stack Development – August 2016, Tulsa Tech Fest (Videos)

I was a speaker at the Tulsa Tech Fest on August 5th, 2016. I had a great time, met a lot of new people, and talked a lot about Couchbase. It’s rare for me to go to a conference or...

Upcoming #Couchbase Events in Chicago
Upcoming #Couchbase Events in Chicago

I’m going to be in Chicago for most of next week. If you’re in Chicago and interested in NoSQL and Couchbase, now is a good chance to attend some sessions, visit some great user groups, and ask me questions in-person....

Couchbase Server on Windows 10 Anniversary Update
Couchbase Server on Windows 10 Anniversary Update

This post more importantly focuses on experience, risks, issues and recommendations while using Couchbase server on windows 10.

Copying Documents Between Buckets in Couchbase
Copying Documents Between Buckets in Couchbase

Is copying documents between buckets possible in Couchbase? This post answers the question of whether you can copy documents from one bucket to another.

Learning Angular2 for the CEAN Stack
Learning Angular2 for the CEAN Stack

The CEAN (pronounced “keen”) stack is used to design web apps with a segregated UI (it’s like the MEAN stack, except it uses Couchbase Server). I’m learning and writing Angular2 for the first time this month, so I thought I...

How to use #Couchbase Query Workbench
How to use #Couchbase Query Workbench

This video shows the new Query Workbench in Couchbase Server 4.5. For more information, check out my blog post from July about Query Workbench. If you’d like to learn more about how to use Couchbase, please visit our Couchbase Developer...

.NET and Couchbase – July 2016, Findlay Ohio (video)
.NET and Couchbase – July 2016, Findlay Ohio (video)

I was a guest speaker at the FANUG (Findlay Area .NET User Group) on July 26, 2016. My topic was Full Stack Development with .NET and NoSQL. The group and venue kindly allowed me to record the session, and so...

Node.js and Couchbase – July 2016, Columbus Ohio (video)
Node.js and Couchbase – July 2016, Columbus Ohio (video)

I was a guest speaker at the CBusJS Columbus JavaScript User Group on July 20, 2016. My topic was Full Stack Development with Node.js and NoSQL. The group and venue was kind enough to let me record the session. I’ve...

Summer Project 2016 update: The Couchcase Begins
Summer Project 2016 update: The Couchcase Begins

Last time, I blogged about the concept of my summer project: the suitcase cluster for demonstrating Couchbase Server. I have good news: the project is underway! In this blog post, I’m going to show you how I started preparing the...

N1QL Scan Consistency including new AtPlus (Video)
N1QL Scan Consistency including new AtPlus (Video)

This video shows the ScanConsistency options when executing N1QL queries, and covers all the ScanConsistency options, including the new AtPlus. The source code used in this video is available on Github. If you’d like to learn more about how to...

Summer Project 2016: Meet the Suitcase Cluster
Summer Project 2016: Meet the Suitcase Cluster

I am enjoying my time as a Developer Advocate here at Couchbase. I get to write blog posts, make videos, interact with the community, and go out to a bunch of conferences and meetups. My boss, Arun Gupta, has been...

Sub-document API in Couchbase Server 4.5 with the .NET SDK (revisited)
Sub-document API in Couchbase Server 4.5 with the .NET SDK (revisited)

This blog focuses on the Sub-document feature in .Net application. It gives you the ability to be more granular in your interactions with documents.