backend

Hero image for article
Icon for article
advancedbackendionic2mongodbnosqlscalability

Dynamically Loading Markers with MongoDB in Ionic 2 – Part 2

5 min read

In this tutorial series, we are going to cover how to dynamically load markers from a server and add them to a Google Map in Ionic 2.

Hero image for article
Icon for article
backendcouchdbintermediateionic2nosqlpouchdb

CouchDB, PouchDB, and Ionic 2: An Introduction

7 min read

In this article, I will be introducting the general concept of CouchDB, how the data is structured, and how it is able to so effectively scale and provide effortless synchronisation features.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Querying Data with MapReduce

5 min read

In this tutorial, we will be focusing on how you can go about running queries against your data in CouchDB.

Hero image for article
Icon for article
backendcouchdbintermediateionic2

CouchDB, PouchDB, and Ionic 2: Starting a New Project

7 min read

In this tutorial, we start building a blogging application with Ionic 2 that uses CouchDB as its backend.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Adding Posts and Live Data Updates

6 min read

In this video tutorial, we discuss the difference between @ViewChildren and @ContentChildren and walk through some examples.

Hero image for article
Icon for article
backendcouchdbintermediateionic2pouchdb

CouchDB, PouchDB, and Ionic 2: Adding Comments

6 min read

We already have the ability to add and view posts, and in this tutorial we will be adding the ability to add and view comments for specific posts.

Hero image for article
Icon for article
backendbeginnerionic

Integrating a Backend with Ionic

4 min read

Ionic does not integrate directly with your backend. In order to enable Ionic to integrate with a backend, your backend will need to implement an API.

Hero image for article
Icon for article
backendcouchdbionicpouchdb

Case Study: A Complex CouchDB/PouchDB Application in Ionic

6 min read

In this article, I am going to dive a little deeper into how the CouchDB/PouchDB integration is able to achieve the core goals of Elite Ionic

Hero image for article
Icon for article
backendbeginnerionicnode

Integrating an Ionic Application with a NodeJS Backend

5 min read

In this tutorial, I am going to start by giving a very bare bones introduction to what a basic NodeJS server might look like

Hero image for article
Icon for article
backendintermediatenode

Adding ES6/TypeScript Support to a NodeJS Server

4 min read

In this tutorial, we are going to convert an existing Node/Express server to be able to use ES6/TypeScript syntax for development.

Hero image for article
Icon for article
angularbackendfirebaseintermediateionicpwa

Hosting an Ionic PWA with Firebase Hosting

4 min read

In this tutorial, we are going to walk through how to host an Ionic PWA using Firebase Hosting.

Hero image for article
Icon for article
backendcouchdbintermediate

Creating a CouchDB Database on an Ubuntu Server (Digital Ocean)

7 min read

In this tutorial, we are going to walk through how you can set up your own CouchDB database on an Ubuntu server hosted with Digital Ocean

Hero image for article
Icon for article
angularbackendintermediateionicnode

Adding CAPTCHA to Ionic with NodeJS Middleware

6 min read

In this tutorial, we will be investigating adding Google's reCAPTCHAto an Ionic application that is powered by a NodeJS backend.

Hero image for article
Icon for article
backendcloudantcouchdbintermediate

Replicating a Cloudant Database to CouchDB

4 min read

In this tutorial, we are going to walk through how to replicate data from Cloudant to a self-hosted CouchDB database.

Hero image for article
Icon for article
backendfirebaseionic

Create a Real Time Chat App with Ionic 1.x and Firebase

3 min read

We will keep our existing login flow, but now when a user is authenticated we will send them to the chat room. From here they will be able to see a list of all of the messages that have been sent, and they will be able to add their own messages

Hero image for article
Icon for article
backendfirebaseionic

Implementing the Master Detail Pattern in Ionic 1.x with Firebase

4 min read

What I'm going to do in this tutorial is modify the application Andrew created to use Firebase as the backend for data storage.

Hero image for article
Icon for article
backendintermediatemongodbnosql

An Introduction to NoSQL for HTML5 Mobile Developers

7 min read

If you've been hanging around in web land then there's a good chance you've at least heard of NoSQL. It's a broad term that can mean a lot of different things,

Hero image for article
Icon for article
backendbeginnerdiscussion

A Summary of Backend Options for HTML5 Mobile Applications

11 min read

I feel like now is a good time to cover the various options out there for remote backends for HTML5 mobile applications.