Tag: angularjs

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB

Create an AngularJS Web Application that Sync’s with Couchbase using PouchDB

Not too long ago I created a tutorial demonstrating how to sync between a web application and Couchbase Server using nothing more than client facing technologies like AngularJS, HTML, and CSS.  This was all made possible with the JavaScript library...

Hybrid Mobile Apps With Couchbase And Ionic Framework

Hybrid Mobile Apps With Couchbase And Ionic Framework

People always ask me about building cross platform mobile applications with Couchbase and Ionic Framework.  I already have a series on the subject where I go through step-by-step on how to make a hybrid mobile app that synchronizes data between...

Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Cross Platform Storage and Sync with Ionic Framework, Couchbase, and PouchDB

Ionic Framework is still one of the leaders in hybrid mobile application development. It allows you to create Android and iOS applications using only HTML, JavaScript, and CSS. Previously I wrote about how to use Couchbase in an Ionic Framework...

Build a Desktop App with GitHub Electron and Couchbase

Build a Desktop App with GitHub Electron and Couchbase

So I’ve been using Atom by GitHub as my text editor of choice for a little more than a year now. In case you’re unaware, it is an open source text editor that runs on GitHub’s own Electron platform. To...

Sync With Couchbase Using Only AngularJS And PouchDB

Sync With Couchbase Using Only AngularJS And PouchDB

There are many ways to use Couchbase in your web or mobile application through one of the various language SDKs. However, what if you were not using a backend language such as PHP or a mobile language such as Objective-C?...