intermediate

Hero image for article
Icon for article
angularintermediateionicnode

Communicating Between an Ionic Application and a NodeJS Backend

5 min read

In this tutorial, we are going to take a deeper look at how an Ionic application and a NodeJS server can communicate back and forth.

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
angularintermediateionicpwa

Preparing a Progressive Web Application for Production

7 min read

In this tutorial, we will be taking the necessary steps to turn the Ionic application we have built into one that would be considered a progressive web application.

Hero image for article
Icon for article
angularintermediateionicuiux

Building a Time Locked Advent Calendar in Ionic

6 min read

We are going to build an advent calendar in Ionic, complete with animations for revealing each day.

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
cordovaintermediateionicionic3securityvideo

Extracting the Source Code of any Cordova Application

1 min read

In this video, we walk through how you can extract the source code for any Cordova application on the app store, and why this is an important design consideration for your own applications.

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
googlegooglemapsintermediateionic2

Google Maps in Ionic 2: Native or Web?

5 min read

A discussion on the differences between the Google Maps Javascript SDK and the native Cordova plugin when using maps in Ionic 2.