OUR WALL WRITINGS

Technology, challanges, solutions. Inside story.

A Publishable Community App In 120 Hrs.

We have successfully demoed a full-fledged mobile and web application in Covid19 Hackathon (https://coronathon.in) on 5th April 2020 in front of UN, Google and other VCs. Here’s the app website- https://coronacommunity.in DEVELOPED IN MERELY 120 Hrs. OF RECORD TIME. Ionic Hybrid technology for the mobile and web app has been used. The back-end and database […]

Read more

Video Chat Solution Providers

  Recently we were in search for a best video chat solution for a Telemedicine mobile and web application. For both iOS and Android platform. There are several players out there in the market who having robust offerings of their solutions. We have checked Amazon Kinesis (https://aws.amazon.com/kinesis), Wowza (https://www.wowza.com), IBM Watson Media (https://video.ibm.com/live-broadcasting-apps-and-hardware), Contus VPlay […]

Read more

Angular setup and creating new project

We are not going to start with what Angular is and what it can do. The document provided by Angular (https://angular.io) is enough. Our main focus is to guide users on how to setup and jumpstart in web application in conjunction with AWS (https://aws.amazon.com) or Firebase (https://firebase.google.com) as back-end. The installation: For getting started and […]

Read more

appcfg.sh and appcfg rollback

Many of us who has experience of deploying application back-end in Google Cloud Platform, are familiar with these screens.   During deployment with Eclipse, if there is any network issue, the deployment never got completed. Now in this moment, there are 2 way you can get rid of it. One is forcefully stop/cancel the deployment. […]

Read more

ADB Log and Data Extraction Tool

Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device (an emulator or a connected Android device). The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a UNIX shell that you can use to run a variety of […]

Read more

Firebase Cloud Messaging Service in web application

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase is made up of complementary features that developers can mix-and-match to fit their needs. Firebase Cloud Messaging ( FCM ) is a cross-platform messaging solution that lets you reliably deliver message at no cost. FCM […]

Read more

The simplest way of setup Java in Linux

If you are using Ubuntu or any other Debian flavored Linux, this is the best way to setup Java. Open Terminal and just follow the below steps: 1. First add this remote repository- $ sudo add-apt-repository ppa:webupd8team/java 2. Update your local system repo. $ sudo apt-get update 3. Now install Java. $ sudo apt-get install […]

Read more

Dummies guide to Google App Engine

This blog post is for the people who are new to Google Cloud Platform. We find that the documentation and the code samples provided by Google are good but not best. For a person who is just started exploring Cloud things, those help materials may seemed to him/her a bit advance. We are here providing […]

Read more