Sunday, May 7, 2017

Minify static resources in an android application

Standard
Sometimes an android application includes lots of static resources like html, css, jss or json files, this leads to a significant increase in the apk size. We all want our android application apk on diet. In this post, I will share a way to reduce the size of static resources thus reducing the size of apk.

Saturday, March 25, 2017

Compress html, json, css and js resources

Standard
Hello All:

We use static resources like html, css, js or json in multiple places to convey information. When we write these files they contain lots of white spaces which can increase the file size as a whole. Here I am going to share a simple tip to reduce the file sizes of static resources.

Monday, February 27, 2017

Tuesday, January 31, 2017

Infrastructre as a code for Nodejs, Ubuntu and Nginx

Standard
Hello All:

Hosting a web application on a cloud platform (like AWS, Azure etc) requires lots of housekeeping task involving server provisioning, installing software etc.

Infrastructure as a code is a paradigm in which the necessary infrastructure is brought up with the help of code.

Wednesday, January 4, 2017