A Quick Guide on ReactJS — PWA [Installation/Setup]
This is a ReactJS — PWA Boilerplate, created using create-react-app 🚧 What are Progressive Web Apps? A progressive web application is a type of application software delivered through the web, built using common web technologies including HTML, CSS and…
Read MoreDeploy a NodeJS Application on AWS EC2 using Amazon Linux 2 AMI and NGINX
In this article, I’ll walk you through a basic setup guide for deploying a NodeJS Application on AWS EC2 using NGINX. The AMI used here is Amazon Linux 2 AMI. What’s so uncommon about this? The main reason behind writing this article is, I want to keep a note…
Read MoreDeferred 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 More