Month: January 2017

Querying for Couchbase Documents in a NativeScript Angular Mobile Application

Querying for Couchbase Documents in a NativeScript Angular Mobile Application

I recently wrote about using Couchbase as a key-value store in a NativeScript iOS and Android application built with Angular. In this example we saw how to collect user profile information to be saved or loaded from Couchbase on the...

And the #1 Job in America is…

And the #1 Job in America is…

Yesterday CNN announced the best jobs in America. With factors like median pay, job growth opportunity, and quality of life, the Mobile App Developer came in at #1. While this may be somewhat of a surprise given the ephemeral nature...

Building a Google Chrome Extension with Couchbase and Angular 2

Building a Google Chrome Extension with Couchbase and Angular 2

Have you ever used a Chrome extension in your Google Chrome web browser? I personally use a ton of them and some of my favorites include ColorZilla and Google Hangouts. Have you ever wanted to make your own Chrome extension,...

Create a Desktop App that Syncs using Electron, PouchDB, Ionic 2 and Couchbase

Create a Desktop App that Syncs using Electron, PouchDB, Ionic 2 and Couchbase

I’ve been on a role when it comes to JavaScript and Couchbase. Over the past few weeks I’ve been creating content revolving around the Angular 2 framework, the JavaScript library PouchDB, and Ionic Framework for mobile. What I haven’t explored...

Key-Value Operations in Couchbase Mobile via NativeScript and Angular

Key-Value Operations in Couchbase Mobile via NativeScript and Angular

I’m a huge fan of mobile Android and iOS application development and an even bigger fan of using Angular to develop those applications. A while back I wrote about using Couchbase in a NativeScript application as well as using Couchbase...

Kubernetes Monitoring with Heapster, InfluxDB and Grafana

Kubernetes Monitoring with Heapster, InfluxDB and Grafana

Kubernetes provides detailed insights about resource usage in the cluster. This is enabled by using Heapster, cAdvisor, InfluxDB and Grafana. Heapster is installed as a cluster-wide pod. It gathers monitoring and events data for all pods on each node by talking to the Kubelet. Kubelet...

Couchbase Weekly, December 21 2016

Couchbase Weekly, December 21 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week ​ Kafka Connector 3.0.0 GA released — provides functionality to stream, filter, and transform events from Couchbase Server to Kafka...

Couchbase Weekly, December 13 2016

Couchbase Weekly, December 13 2016

Learn what’s latest in the Couchbase Community. Let us know if we missed anything at @couchbasedev, @couchbase or #Couchbase. Announcements This Week .NET SDK 2.3.1 update released — enhancements in data structures + full-text search APIs + known bug fixes Node.js SDK...

Serverless FaaS With AWS Lambda and Java

Serverless FaaS With AWS Lambda and Java

What is a Serverless Architecture? Serverless architecture runs custom code in ephemeral containers that are fully managed by a 3rd party. The custom code is typically a small part of a complete application. It is also called as function. This gives another name...

Multimaster Kubernetes Cluster on Amazon Using Kops

Multimaster Kubernetes Cluster on Amazon Using Kops

Getting Started with Kubernetes 1.4 using Spring Boot and Couchbase explains how to get started with Kubernetes  1.4 on Amazon Web Services. A Couchbase service is created in the cluster and a Spring Boot application stores a JSON document in the database. It uses...

Docker for AWS – Getting Started Video

Docker for AWS – Getting Started Video

Want to create a highly-available Docker cluster on Amazon Web Services? Run multi-container applications on it using Docker Services? Docker for AWS allows you to exactly do that! This video shows: Create a highly-available Docker cluster on Amazon Web Services (0:00) Check configuration (5:43) Use...

Couchbase Cluster on Mesos with DC/OS

Couchbase Cluster on Mesos with DC/OS

Apache Mesos is an open source cluster manager developed at UC Berkeley. It provides resource isolation and sharing across distributed applications. Mesos consists of a master daemon that manages slave daemons running on each cluster node.Mesos frameworks are applications that runs on...