Tag: ionic framework

A Guide to Mobile Cross-Platform Development With Couchbase

A Guide to Mobile Cross-Platform Development With Couchbase

Mobile app usage is increasing to an amazing extent worldwide. In fact, TechCrunch recently reported that users now spend between four and five hours on mobile apps every day – that’s nearly a third of most peoples waking hours. And...

Midwest JS Project Source on Full Stack Node Development, Available

Midwest JS Project Source on Full Stack Node Development, Available

Back in August I had participated in Midwest JS located in Minneapolis, Minnesota. As you may know, I’m a huge fan of developing full stack applications with the JavaScript stack. This is exactly what I had presented on at the conference. My...

Syncing with Couchbase in an Ionic 2 App using PouchDB

Syncing with Couchbase in an Ionic 2 App using PouchDB

Not too long ago I wrote about using Couchbase in an Ionic 2 application. In the previous example we saw how to use Couchbase Lite and the RESTful API for saving data and working with Couchbase Sync Gateway. While that...

Data Synchronization with Couchbase in Ionic 2 Hybrid Mobile Apps

Data Synchronization with Couchbase in Ionic 2 Hybrid Mobile Apps

Last year I wrote about using Couchbase Mobile in an Ionic Framework mobile application. Back then we were using Ionic Framework 1.0 and AngularJS 1.0. Technology has changed over the months and we’ve moved from what seems like ancient frameworks...

Couchbase will be at Apps World North America 2016

Couchbase will be at Apps World North America 2016

I wanted to let everyone know that I will be at Apps World North America at the Santa Clara Convention Center in California on May 11th to give a very developer oriented talk about Couchbase Mobile. In case you’re unfamiliar...

Couchbase Mobile at O’Reilly Fluent Conference 2016

Couchbase Mobile at O’Reilly Fluent Conference 2016

Tomorrow, March 8, 2016, I will be at O’Reilly Fluent 2016 in San Francisco representing Couchbase. I have a very special workshop and presentation that I’ll be giving that is on the topic of building a mobile application that synchronizes...

Using Couchbase in Your Ionic Framework Application Part 2

Using Couchbase in Your Ionic Framework Application Part 2

Previously in part one of this series regarding Ionic Framework and Couchbase, I wrote about using Couchbase Lite to do local CRUD (Create, Retrieve, Update, Delete) operations in a todo list example. This time around we’re going to take it...

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...

Couchbase at the Silicon Valley Code Camp 2015

Couchbase at the Silicon Valley Code Camp 2015

Many of us from Couchbase will be at the Silicon Valley Code Camp (SVCC) hosted in San Jose, California, at the Evergreen Valley College. If you’re unfamiliar with the SVCC, it is a free community driven event where developers have...

Using Couchbase in Your Ionic Framework Application Part 1

Using Couchbase in Your Ionic Framework Application Part 1

Ionic Framework has recently become one of the hottest mobile frameworks around. It makes it incredibly easy to write great user interfaces for mobile applications. However, part of the challenge is also managing data, fetching from the back-end server and...