Request Interceptor Cache for Ionic Angular
I wanted a simple, non-obtrusive Caching strategy for my Angular app. The aim is to provide a fast and a offline compatible experience to my app users in the most simplistic plug-and-play fashion. This...
Tech Blog
I wanted a simple, non-obtrusive Caching strategy for my Angular app. The aim is to provide a fast and a offline compatible experience to my app users in the most simplistic plug-and-play fashion. This...
A good(and more than often required) software development practice is to always automatically maintain different configurations for development and production. I talked about achieving it here briefly in this blog post where we used...
First, we need to setup Environment variables in Ionic, unfortunately, there is no easy recommended way of doing that, here’s an open issue. Github user fiznool has provided with a really nice solution with...
While there’re hundreds of posts which tell you how to set up notifications using the Firebase FCM plugin, there is no post that helps you to take your notifications to production. This post tries...
This is a short build up to my previous post where I gave an explanation of setting up Ionic E2E tests with Protractor and Appium. We started using them at LeanAgri and going further...
Ionic is a popular framework in the world of hybrid app development. Sadly, it is well known that app testing isn’t really a major thought given by the framework designers. I believe it makes...