
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.
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.
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.
5 min read
In this tutorial, we will be focusing on how you can go about running queries against your data in CouchDB.
7 min read
In this tutorial, we start building a blogging application with Ionic 2 that uses CouchDB as its backend.
6 min read
In this video tutorial, we discuss the difference between @ViewChildren and @ContentChildren and walk through some examples.
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.
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.
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
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
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.
4 min read
In this tutorial, we are going to walk through how to host an Ionic PWA using Firebase Hosting.
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
6 min read
In this tutorial, we will be investigating adding Google's reCAPTCHAto an Ionic application that is powered by a NodeJS backend.
4 min read
In this tutorial, we are going to walk through how to replicate data from Cloudant to a self-hosted CouchDB database.
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
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.
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,
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.