'Single Page Web Apps' tutorials

All 'Single Page Web Apps' tutorials:

  1. Code Your First API With Node.js and Express: Connect a Database

    Code Your First API With Node.js and Express: Connect a Database

    Tutorial Beginner

    In this tutorial, we're going to set up a MySQL database to store all the data, connect to the database from our Node.js app, and allow the API to use the...

  2. How to Deploy an App to Firebase With Angular CLI

    How to Deploy an App to Firebase With Angular CLI

    Tutorial Intermediate

    The Angular CLI makes it very easy to create production-ready applications. And Firebase makes it very easy to host applications. Firebase also has a lot of...

  3. Get Started With Pusher: Build a Chat App With Channels, PHP, and Vue.js

    Get Started With Pusher: Build a Chat App With Channels, PHP, and Vue.js

    Tutorial Beginner

    In this post, I'll show you how to write the functional components of a very simple chat app. It's a stripped-down app, but you'll see how Channels can...

  4. Secure, Passwordless Authentication Using Auth0

    Secure, Passwordless Authentication Using Auth0

    Tutorial Intermediate

    In this article, you'll learn how to set up passwordless authentication using the Auth0 service. Auth0 allows you to outsource authentication features for...

  5. Authentication and Authorization Using Auth0 in PHP

    Authentication and Authorization Using Auth0 in PHP

    Tutorial Intermediate

    In this article, we're going to explore the Auth0 service, which provides authentication and authorization as a service. Auth0 allows you to set up basic...

  6. What's New for Devs in iOS 12 and Xcode 10?

    What's New for Devs in iOS 12 and Xcode 10?

    Tutorial Beginner

    Amidst all the fanfare of another WWDC, Apple introduced us to iOS 12. This is one of the most focused releases for both consumers and developers,...

  7. New Course: Code a Single-Page App With Laravel and Vue.js

    New Course: Code a Single-Page App With Laravel and Vue.js

    Tutorial Beginner

    Learn how to build a single-page app with a Laravel back-end, using the cutting-edge Vue.js JavaScript framework.

  8. Creating Your First App With Fuse

    Creating Your First App With Fuse

    Tutorial Beginner

    In this tutorial, you'll learn how to build apps with Fuse. Specifically, you'll learn how to work with UX Markup, the various JavaScript APIs, and...

  9. Introducing Fuse for Cross-Platform App Development

    Introducing Fuse for Cross-Platform App Development

    Tutorial Beginner

    This article will introduce you to Fuse, a platform for developing high-performance cross-platform apps with UX Markup and JavaScript.

  10. Introduction to the Stimulus Framework

    Introduction to the Stimulus Framework

    Tutorial Beginner

    Stimulus is a modern and modest JavaScript framework created by Basecamp and DHH himself. This framework's philosophy is quite different from other popular...

  11. Charting Using Plotly in Python

    Charting Using Plotly in Python

    Tutorial Beginner

    In this tutorial, you'll learn how to get started with creating a simple chart in Python using the Plotly library. Plotly.py is an interactive, browser-based...

  12. Testing in Laravel

    Testing in Laravel

    Tutorial Beginner

    Irrespective of the application you're dealing with, testing is an important and often overlooked aspect that you should give the attention it deserves....