Deferred Deep Linking: How to drive more users
An extra helping hand ✋ Your friend sends you a link; click on it, and bam! It opens up the app. Thanks to Deep linking. However, what if the app is not installed on your device? Lost?! No. Here comes deferred deep linking into the picture. past tense:…
Read More[IONIC] ion-select long option viewing issue
I have recently faced an issue with long select options. When the option in the select is very long, let say a sentence with more than 15–20 characters, only half of the option is visible, rest gets trimmed. Long options gets trimmed I have tried multiple…
Read More[IONIC] Managing App Themes
If you are using latest version of Ionic, you must have felt the ease of maintaining the styles. You don’t have to worry about the responsiveness of the app or the OS compatibility. Kudos to Ionic Team! In this post, I’ll try to explain the use of…
Read More[IONIC] Set Global Styling
In order set any styles globally which should be used throughout the entire app, you will have to use global.scss. This file is available in src folder. #global.scss You can put any style classes here and can access them from any where in the app. To add or…
Read MoreApp Deep-Linking with Ionic [Android]
Recently, I was trying to implement Deep-linking in my Ionic App. Basically, I was building an App for Video Consultation with Doctors. The App needs to be like Zoom, i.e. the user gets a link, and when the user clicks the link from the SMS received, the…
Read More[IONIC] Image Upload in Ionic 4
While working in some project the other day, I faced challenge in creating a feature to upload images in the App, built using Ionic 4. I struggled a lot, followed a lot of posts and links available online, but of no good.I felt the official documentation is…
Read MoreReal-time Analytics Dashboard with SocketIO & SailsJS
Recently we are working on improving our already existing applications. We are mainly focusing on improving our products by implementing certain interesting features but in small pieces. As we are a data analytics company, I thought of adding Real-Time feed…
Read MoreBasic React App Setup with TypeScript, Babel, Webpack and Material UI [Installation]
In this post, I’ll walk you through how to setup a basic ReactJS Application with the bare minimum things required to start with for newbies, like me. Basically I’ll be sharing with you my experience with setting up my first ReactJS App. I started just 2…
Read MoreIncrease the Size of Root Volume in Google Cloud Platform — GCP
Google cloud platform is one of the popular public cloud providers out there. It has a lots of mind blowing features. But in this post, I’ll cover a small part related to VM Instances. Recently, we faced an issue of low storage in our server. Generally, when…
Read MoreWhat I achieved with Ionic Framework?
About 8 months I started learning Ionic Framework. At that time, Ionic v4 was in BETA mode. I started with building a simple App for Phlebotomist, PhlebEx, used for making Home Collection Service digitized. PhlebEx App The App provides Home Collection…
Read More