Angular Landing Page with Airtable Integration and Netlify Functions

Angular Landing Page with Airtable Integration and Netlify Functions

If you want to build a public landing page with Angular and email signup you likely don’t want to expose any secret keys, and I’ll show you how with Netlify cloud functions.

ADVANCED ANGULAR

Angular Material Mobile App with Capacitor

Angular Material Mobile App with Capacitor

Angular Material is an awesome library of Material Design components for Angular apps, and with its sidenav plus the help of Capacitor we can easily build a native mobile app from one codebase!

ANGULAR INTERMEDIATE

From React Web to Native Mobile App with Capacitor & Ionic

From React Web to Native Mobile App with Capacitor & Ionic

You can build a native mobile app from your React app without even using React Native. Sounds crazy?

BEGINNER REACT

How to Write Unit Tests for your Ionic Angular App

How to Write Unit Tests for your Ionic Angular App

Did you ever wonder what the *.spec file that is automatically generated for your pages and services is useful for? Then this tutorial is exactly for you!

INTERMEDIATE IONIC

How to Secure your App with Ionic Identity Vault

How to Secure your App with Ionic Identity Vault

If you are serious about your Ionic app development and want the most secure functionality when working with user data and APIs, you should take a closer look at Ionic Identity Vault.

ADVANCED IONIC

Celebrating 5 Years Ionic Academy

Celebrating 5 Years Ionic Academy

Exactly today the Ionic Academy started 5 years ago – and to kick off the anniversary celebration week I’m offering the initial monthly discount from 5 years ago again!

BEGINNER DEV THOUGHTS IONIC

Building the YouTube UI with Ionic

Building the YouTube UI with Ionic

We are once again building a popular UI with Ionic, and this time it’s the YouTube home video feed!

BUILT WITH IONIC INTERMEDIATE

Building an Ionic App with Firebase Authentication & File Upload using AngularFire 7

Building an Ionic App with Firebase Authentication & File Upload using AngularFire 7

If you want a full blown cloud backend for your Ionic app, Firebase offers everything you need out of the box so you can setup your Ionic app with authentication and file upload in minutes!

INTERMEDIATE IONIC

How to Setup Deep Links With Capacitor (iOS & Android)

How to Setup Deep Links With Capacitor (iOS & Android)

Taking your users directly into your app with a universal link on iOS or App Link on Android is one of the easiest ways to open a specific app of your Ionic page, and becomes a super easy task with Capacitor.

ADVANCED IONIC

How to Build a Native App from Angular Projects with Capacitor

How to Build a Native App from Angular Projects with Capacitor

The popularity of Capacitor is constantly rising, and given the fact that you can turn basically any web project into a native mobile app with Capacitor is the simple reason for Capacitors fame.

ANGULAR BEGINNER