You can make your web app an Installable Web App with only a few minor changes to your code. Installable Web Apps look and feel like…
Google Search for Developers (100 Days of Google Dev)
Vivian Lum provides an update on new features available on Google Search for Developers that can help developers grow their userbase…
Analyzing your app with Google Analytics (100 Days of Google Dev)
Fontaine Foxworth showcase the functionalities you can get by just implementing the Google Analytics SDK into your app. You can…
The Magic of LRU Cache
Cache is a common problem in Android Development and in software engineering. A lot of developers had the same problem scenario is…
100 Days of Google Dev
Google are releasing 100 developer videos over 100 days, covering from Chrome to Android. Subscribe now: http://goo.gl/mQyv5L
100…
The top 10 important announcements from Google I/O 2015
At 2015 Google I/O keynote, Google focused mostly on the optimisation of Android platform. The updated version will roll out to…
The Module Pattern in JavaScript
Have you ever wondered how some of those huge JavaScript projects out there are getting built?
This is done using…
Getting Started with SQLite3
Relational databases have been in use for a long time. They became popular thanks to management systems that implement the…
Accessing Amazon EC2 with SFTP
Accessing EC2 via ssh is the best option in my opinion for developers but sometimes people with minimal development skills needs…
System process monitoring with Htop on Ubuntu 14.10
This article deals with system process and resource allocation monitoring. Htop is external tools available for various Linux…