Category: System/Software setup

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

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