backend

Hero image for article
Icon for article
ionicangularintermediatebackendnestjs

Creating a Simple Live Chat Server with NestJS and WebSockets

7 min read

In this tutorial, we use NestJS web sockets to create a live chat application with Ionic

Hero image for article
Icon for article
backendintermediate

Handling Multiple File Uploads with NestJS

3 min read

In this tutorial, we will cover how to handle file uploads with a NestJS server

Hero image for article
Icon for article
backendintermediate

Deploying a Production NestJS Server on Heroku

4 min read

In this tutorial, we will cover how to deploy a production nestJS server to Heroku

Hero image for article
Icon for article
angularionicadvancedbackendnestjsuiux

Displaying Upload/Download Progress in an Ionic Application

6 min read

In this tutorial, we walk through how to display upload and download progress for HTTP requests

Hero image for article
Icon for article
angularionicintermediatebackend

Creating & Using a Headless CMS with an Ionic Application

6 min read

In this tutorial, we will be using Airtable as a headless CMS with an Ionic application.

Hero image for article
Icon for article
angularionicadvancedbackendnestjsmongodbjwtauthentication

Adding JWT Authentication to an Ionic Application with MongoDB and NestJS

13 min read

In this tutorial, we cover how to use JWT based authentication in an Ionic application

Hero image for article
Icon for article
angularionicintermediatebackendnestjsmongodb

Using MongoDB with Ionic and NestJS

7 min read

How to create and read records in a MongoDB database from an Ionic application using a NestJS backend

Hero image for article
Icon for article
backendintermediateionicnestjs

Using Providers and HTTP Requests in a NestJS Backend

5 min read

In this tutorial, we will be covering how to create a and use a provider in NestJS and how to make HTTP requests.

Hero image for article
Icon for article
angularbackendintermediateionicnestjs

An Introduction to NestJS for Ionic Developers

6 min read

In this tutorial, we are going to focus on getting a simple project set up that uses Ionic for the frontend and NestJS for the backend.

Hero image for article
Icon for article
angularbackendbeginnerionicpwa

Dealing with CORS (Cross-Origin Resource Sharing) in Ionic Applications

5 min read

I wanted to write this quick guide to explain what CORS is, and how you can work with it (or sometimes, against it) in Ionic applications.

Hero image for article
Icon for article
angularbackendbeginnerhttpionic

Using Http to Fetch Remote Data from a Server in Ionic 2 & 3

7 min read

In this tutorial I'm going to show you how you can use the Http service in Ionic 2 to pull data into your own applications.

Hero image for article
Icon for article
advancedbackendcloudantionic2pouchdb

Syncing Data with PouchDB and Cloudant in Ionic 2

8 min read

In this tutorial we're going to cover how to set up PouchDB in an Ionic 2 application, how to store and retrieve data locally, and how to sync the local database with a remote database.

Hero image for article
Icon for article
apibackenddropboxintermediateionic2

Integrating Ionic 2 & 3 with the Dropbox API – Part 1

10 min read

In this tutorial, we are going to create an Ionic 2 application that integrates with the Dropbox API. We are going to create an application that will return a

Hero image for article
Icon for article
apibackenddropboxintermediateionic2

Integrating Ionic 2 & 3 with the Dropbox API – Part 2

6 min read

In this part of the tutorial we are going to be using the Dropbox OAuth 2 flow to authenticate a user and retrieve their access token.

Hero image for article
Icon for article
advancedbackendionic2mongodbnodenosql

Building a Review App with Ionic 2, MongoDB & Node

7 min read

In this tutorial we will be creating a simple review application in Ionic 2 powered by the MEAN stack - MongoDB, Express, Angular, and Node.

Hero image for article
Icon for article
advancedbackendcouchdbdatabaseionic2pouchdb

Offline Syncing in Ionic 2 with PouchDB & CouchDB

9 min read

In this tutorial we will be creating a todo list application called 'ClouDO' which will store data in a remote database and locally with offline syncing.

Hero image for article
Icon for article
advancedbackendcouchdbpouchdb

Creating a Multiple User App with PouchDB & CouchDB

6 min read

In this tutorial we are going to discuss how to create a PouchDB and CouchDB structure such that we are able to have multiple users using the same application.

Hero image for article
Icon for article
advancedbackendcouchdbionic2pouchdb

Part 2: Creating a Multiple User App with Ionic 2, PouchDB & CouchDB

9 min read

In this tutorial we are going to extend the cloud based todo application that was created previously with Ionic 2, to support multiple users and authentication.

Hero image for article
Icon for article
advancedbackendionic2mongodbnodenosql

Building a Hotel Booking App with Ionic 2, MongoDB & Node

10 min read

This tutorial will get into more advanced MongoDB concepts, including updating data and running complex queries on data.

Hero image for article
Icon for article
advancedauthenticationbackendherokuionic cloudionic2jwt

Using JSON Web Tokens (JWT) for Custom Authentication in Ionic 2: Part 2

10 min read

As well as allowing users to sign in with email and social services, Ionic also allows you to provide your own custom authentication that integrates with their cloud platform

Hero image for article
Icon for article
advancedbackendionic2jwtsecurity

Using JSON Web Tokens (JWT) for Custom Authentication in Ionic 2: Part 1

6 min read

In this tutorial, we are going to talk a bit more about what a JSON Web Token is, and how we can use them to create our own custom authentication with the Ionic Cloud platform.

Hero image for article
Icon for article
advancedauthenticationbackendionic2jwtnodepassport

Creating Role Based Authentication with Passport in Ionic 2 – Part 1

14 min read

In this tutorial, I am going to show you how to create a flexible, role-based authentication system using Passport and the MEAN stack.

Hero image for article
Icon for article
advancedauthenticationbackendionic2jwtnodepassport

Creating Role Based Authentication with Passport in Ionic 2 – Part 2

10 min read

In this tutorial, I will be walking you through how to make use of the role based authentication API we created in the previous tutorial.

Hero image for article
Icon for article
angularfirebackendfirebaseintermediateionic2

Building a CRUD Ionic Application with Firebase & AngularFire

7 min read

Firebase is one of the most powerful and popular Database as a Service (DBaaS) solutions available today. It provides a document based NoSQL database, with real-time capability.

Hero image for article
Icon for article
advancedbackendionic2mongodbnosqlscalability

Dynamically Loading Markers with MongoDB in Ionic 2 – Part 1

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