Skip to main content

Posts

Showing posts from August, 2016

Tinder: Features Tinder should consider adding to their next release

Tinder aka the most popular location-based dating and social discovery service application which accomplished billion swipes per day in 2014. (Imagine the number in 2016) should be considered adding following features to their next big release. (Let's say for version 6.0.0) Again this is my personal opinion since I truly believe that these features might be able to increase the UX and eventually the number of users of the application.So here it goes... Feature to select and delete messages. This will be wonderful feature for the users who messed up a conversation with a girl or a boy (we've all been there) and now wants to delete that text bubble/s from the conversation because it's painful to even look at is and realize the fact that he/she is that dumb to ask something like that from a person. After a incident like this many people comes to a point where they tell themselves "I'm never using Tinder again" which is bad for the business.So I ...

WSO2: Integrate your WSO2 product with New Relic

As you may already know  New Relic can be use as a tool for monitoring your java app. It let's you see the whole stack, front to back end in real time. So basically you can get an idea about the CPU,Disk,Memory,N/W usage regarding any WSO2 product realtime once you install New Relic in the instance it self. Steps Configuring New Relic with WSO2 is not that hard. All you have to do is follow the below steps that I have mentioned. Download the New Relic agent from [1]. (In here I have used newrelic-java-3.31.0 with WSO2 AM 1.10.0) Unzip the agent to <CARBON_HOME> . (So once you unzip it you should be able to access it from <CARBON_HOME>/newrelic ) Change the license key and the application name from  <CARBON_HOME>/newrelic/newrelic.yml (License Key will be added automatically when you download the zip file but it is a good practice to check it again. Please refer [2] for more info) This step is very important. If you...