Hod Greeley | Couchbase Blog

Author

All posts by Hod Greeley

Hod Greeley is a Developer Advocate for Couchbase, living in Silicon Valley. He has over two decades of experience as a software engineer and engineering manager. He has worked in a variety of software fields, including computational physics and chemistry, computer and network security, finance, and mobile. Prior to joining Couchbase in 2016, Hod led developer relations for mobile at Samsung. Hod holds a Ph.D. in chemical physics from Columbia University.

Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line
Getting Comfortable with Couchbase Mobile: Sync Gateway via the Command Line

Explore more about the post "Sync Gateway from the command line". This can be really helpful, both for understanding and for testing/debugging.

Bluebird Promises and Swagger in Node.js
Bluebird Promises and Swagger in Node.js

Recently I wrote about using Node.js with Swagger to build a simple listener for the Sync Gateway changes feed. In that version I did everything using synchronous calls. I’m working to build a more complete solution, so I decided to...

Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile
Using Node.js and Swagger to Monitor Document Changes in Couchbase Mobile

This article shows how to use the Swagger Node.js client. Learn how to build a super simple app that monitors changes in documents in Couchbase.

Getting Comfortable with Couchbase Mobile: Installing Sync Gateway
Getting Comfortable with Couchbase Mobile: Installing Sync Gateway

Visit the fourth post about the Couchbase Mobile stack - how to install Sync gateway step by step and run everything on one machine.

Simplify Your Life with Couchbase Mobile
Simplify Your Life with Couchbase Mobile

Photo courtesy of Wesley Fryer with permission under license CC BY-SA 2.0   tl;dr Couchbase Mobile is easy to use, works completely standalone, yet provides enterprise-class scaling when you need it. You should try it. In the beginning This will...

Installing Sync Gateway on Alternate Linux Distributions
Installing Sync Gateway on Alternate Linux Distributions

Introduction Couchbase’s Sync Gateway supports several platforms, including Linux. Unfortunately, there are a huge number of Linux distributions. It simply isn’t feasible to create and test installations for all of them. As of this writing, Couchbase distributes two packages for...

Introduction to Couchbase Mobile (Video)
Introduction to Couchbase Mobile (Video)

Last week we hosted the first gathering of the Bay Area Android Meetup group to take place on the Peninsula in a while. We had two great speakers, Martin Bonnin and Tony Constantinides. Martin talked about the history of video...

Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line
Getting Comfortable with Couchbase Mobile: Couchbase Server via the Command Line

This post belongs to a series about the "Couchbase Mobile stack". In this post we’ll talk about working with Couchbase Server from the command line.

Getting Comfortable with Couchbase Mobile: Couchbase Web Console
Getting Comfortable with Couchbase Mobile: Couchbase Web Console

This post belongs to Couchbase Mobile stack. It covers installing Couchbase Server and also a part of Couchbase Web Console (CWC).

Getting Comfortable with Couchbase Mobile: Installing Couchbase Server
Getting Comfortable with Couchbase Mobile: Installing Couchbase Server

Visit the post to know more about the Couchbase Mobile stack three components. This post will walk through the steps get to started with each component.

Android Emulator Tips – Genymotion and Google Play Services
Android Emulator Tips – Genymotion and Google Play Services

The post focuses on the couple of quick tips for Android development around emulators - Genymotion makes a drop-in replacement that’s fast and GP services.

Access Denied, or Access Lost?  Some Tips on Sync Gateway
Access Denied, or Access Lost? Some Tips on Sync Gateway

Learn how Couchbase Mobile’s Sync Gateway component handles removing a client’s access to a document and the Sync Gateway channels to provide a foundation.