Celebrating One Year Ionic Academy
Almost exactly one year ago on March 28. the Ionic Academy opened doors for the first time and has ever since been the coding school for all Ionic interested developers (and those who want to become Ionic Developers).
BEGINNER DEV THOUGHTS IONIC
How to Publish a Custom Ionic Module With NPM
Have you ever thought about creating your own custom Ionic Module? Wouldn’t it be nice to publish a part of your work and distribute it through NPM? Truth is, it’s actually more easy than you might think!
ADVANCED ANGULAR IONIC
Building a Calendar for Ionic With Angular Calendar & Calendar Alternatives
Recently I was in need of a Calendar Component for one of my Ionic apps. Although there are some premade options available, none of them really solved all my needs out of the box. So I tried Angular Calendar..
INTERMEDIATE IONIC
How to Visualise Firebase Data with Chart.js and Ionic
We’ve seen many Firebase realtime apps with chats, shopping lists and the classic todo list. But there’s so much else that can benefit from the live updates and sync of your data. What if we could visualise Firebase Data?
INTERMEDIATE IONIC
Increase Ionic Scroll Performance with Virtual Scroll & Infinite Scroll
When working with Ionic we mostly use the classic Ionic list and iteration patterns we know about. However, if you have a lot of data to display it makes sense to keep an eye on the Ionic Scroll Performance of your application.
ADVANCED IONIC
How to Store Files on Firebase Storage with Ionic
We all know that Firebase is pretty amazing when it comes to realtime updates of your data. But what Firebase is also great for is uploading data and files to the private Firebase Storage each of your Apps has!
ADVANCED IONIC
10 Common Ionic Problems & Error Messages (And How to Fix Them)
We have all seen many error messages while developing our Ionic apps. Some appear more frequent, others appear only on very special occasions. But especially for beginners these messages can be challenging as the meaning of Ionic Problems is not always clear.
BEGINNER IONIC
How To Increase Your Teams Efficiency with Ionic Pro
If you’re taking the hybrid route for your app development project you’ll save time compared to multiple separate native projects. What if you could save even more time by introducing another suite of tools called “Ionic Pro” to your team?
BEGINNER IONIC
Ionic AWS S3 Integration with NodeJS - Part 2: Ionic App
For long time the Amazaon Web Services (AWS) have been around and people love to use it as a backend or simply storage engine. In this series we will see how we can build an Ionic AWS App which can upload files from our Ionic app to a S3 bucket inside AWS with a simple […]
ADVANCED IONIC NODE.JS
Ionic AWS S3 Integration with NodeJS - Part 1: Server
For long time the Amazaon Web Services (AWS) have been around and people love to use it as a backend or simply storage engine. In this series we will see how we can build an Ionic AWS App which can upload files from our Ionic app to a S3 bucket inside AWS with a simple […]
ADVANCED IONIC NODE.JS