Building an Ionic Image Gallery With Zoom

Building an Ionic Image Gallery With Zoom

The image gallery is a classic pattern used in many applications which need to display any kind of grid with pictures or photos to the user. If you have specific requirements, there might not be an out of the box solution that works fine for you, that’s why we will create our own Ionic image […]

BEGINNER IONIC

Protecting Your App With Ionic Auth Guards

Protecting Your App With Ionic Auth Guards

Recently I dig into authentication with Ionic a bit more and found a rather unrepresented topic that can actually help to secure your app really easy. I stumbled upon the Ionic Auth Guards while working on a new JWT Authentication course for the Ionic Academy.

BEGINNER IONIC

Automatic Ionic 2 Builds For iOS Using Fastlane

Automatic Ionic 2 Builds For iOS Using Fastlane

When your project get’s close to release, it’s time to think about decent ways to build your Ionic app. Of course you can do this by hand, but if you are having multiple apps and configurations this can get out of hand very fast. Also, the iOS upload process takes time – which you actually […]

ADVANCED IONIC

Preview of the Ionic Academy

Preview of the Ionic Academy

Let’s face the truth: Learning to code is challenging and can sometimes be frustrating. You can get lost in your self studies and reach a point where you loose interest and focus on something else because you simply can’t find anymore fun in it.

BEGINNER ENTREPRENEUR IONIC

Ionic 2 Push Notifications In Detail

Ionic 2 Push Notifications In Detail

The topic of Ionic 2 Push Notifications was requested many times on my original guide to Push Notifications with Ionic 1, and maybe even the most asked about feature right after user authentication.

INTERMEDIATE IONIC

Rapid Prototyping with Ionic 2 and Node.js - Part 3

Rapid Prototyping with Ionic 2 and Node.js - Part 3

If you have developed an app with Rapid Prototyping you want to get it out into the hands of other people. But what’s the easiest way to do so without already submitting your unfinished app? And what about your backend?

ADVANCED IONIC NODE.JS

The Beginning of the Ionic Academy

The Beginning of the Ionic Academy

A few weeks ago the Ionic Academy was announced and the response was incredible. You really want a platform to learn and interact and that’s what the Ionic Academy will become – designed for the actual needs of the people. But there is a lot more that goes into such a launch.

BEGINNER ENTREPRENEUR MOBILE

Rapid Prototyping with Ionic 2 and Node.js - Part 2

Rapid Prototyping with Ionic 2 and Node.js - Part 2

Ionic 2 is an awesome framework for building out your MVP with Rapid Prototyping. Not only you can benefit from the speed of the framework, you also get the advantages of Angular 2 and a cross platform app for iOS and Android in no time.

ADVANCED IONIC NODE.JS

Rapid Prototyping with Ionic 2 and Node.js - Part 1

Rapid Prototyping with Ionic 2 and Node.js - Part 1

Do you know how fast you can actually develop a really solid MVP prototype including a frontend and working backend these days? It’s amazing.

ADVANCED IONIC NODE.JS

The Complete Ionic Images Guide (Capture, Store & Upload)

The Complete Ionic Images Guide (Capture, Store & Upload)

In this guide to Ionic images we will learn to capture images from library & camera, copy files on your device and build a simple PHP upload to a server.

INTERMEDIATE IONIC