Introduction
  • Welcome!
  • Make sure this course is for you
  • Getting Started - Workstation and Server
Create your own workstation and server virtual machines
  • Create your Azure Free Trial account
  • Create your frontend client workstation virtual machine
  • Create your backend server virtual machine
Basic Frontend setup
  • Install NodeJS/NPM
  • Install IDE
  • Install and run Ionic/Angular
Basic Backend setup
  • Install and run NodeJS/Express
  • Install and run MongoDB
  • Setting up the web server
Getting started with Parse
  • Parse Basics
  • Install and run Parse Server
  • Install and run Parse Dashboard
  • Importing data into Parse
Memory Caching, Parse & Redis
  • Memory Caching Basics
  • Install and run Redis server
The End-To-End Application
  • The first step: Parse Initialize and Login
  • Deploy and run your app from your server
  • Implement your own Memory Caching
  • Getting data from Parse Server to the app
  • Generic Parse data retrieval
  • Parse Live Query: Getting started
  • Power your app with Realtime data
  • Accelerate your app with Parse Live Query & Memory Caching
  • CRUD: The Final App
  • Completing the CRUD App