Java/JVMTechnology

#Hazelcast : Enhance throughput of Java apps performance by optimization of object deserialization and distributed query

Hazelcast is a popular solution for In-Memory Data Grid that is often used with Databases in order to improve performance of applications, to distribute data across servers, clusters and geographies and to manage very large data sets. Here’s a quick reference to integrate hazelcast with grails  . Since Hazelcast is a distributed system, we need to put serialized […]

Bijoy Paul
Bijoy Paul
Read

Technology

Create your custom Icon Fonts with Icomoon

In the modern web, everybody wants their site should response quick and fast. This blog is not related to any web performances, but it will talk one key factor of web performance which is using CSS icon fonts instead of images. Nowadays using icon fonts is very popular and useful. The purpose of creating a […]

AWSTechnology

AWS Auto-scaling Lifecycle Hooks

The lifecycle hooks are the great feature of auto scaling, it helps to control instance launch and termination state within auto-scaling group. I got to know about this hidden feature when I was looking for a solution where I had to perform some automated tasks on the instance before adding/removing it from auto-scaling group. I was […]

Rajdeep Singh
Rajdeep Singh
Read

GrailsTechnology

Intercept Grails Service class method calls

I was trying to intercept method calls of a Grails Service class for a little while. Adding interceptors to Controllers is really easy and I wanted to intercept calls to one of the methods in a Service class in a similar fashion. But adding interceptors to Grails Service Classes is not as straightforward as for […]

Technology

How to see GUI on Remote (Linux) Machines?

It rarely happens that we need to see GUI for the Linux based remote servers. But what if you need to see that. The purpose of this post is to walk you through the software/steps required to fulfill this requirement. Here is how we can enable the GUI First of all we have to install […]

Manual TestingMobilityTechnology

Mobile Testing Techniques

  Introduction: Due to growth of mobile computing platform value of mobile application for most of the companies has been increased. Along with the development of mobile application, Mobile Testing is also a biggest challenge. There are number of factors which need to be address which are different from web application testing. Here are few […]

AndroidTechnology

Retrofit: A Http Client Library For Android

What is retrofit? A type-safe REST client for Android and Java. It is simple to use and much efficient as compare to other methods of using REST apis like Asynctask or Volley. Retrofit is developed by Square and is well documented. Using this library provides a great performance improvement for performing network operations using various […]

Harish Sharma
Harish Sharma
Read

Technology

Responsive Tables using CSS

In this blog, I will show you how to build responsive table layout with using CSS only. The best practice says not to use table while creating HTML markup but sometime we came across such situations to use table to show tabular data. In the tabular data, sometime it’s not easy to manage in different […]

Technology

Where Angels Try to Trend: Philippine Elections and Online Popularity

Local networks are now being flooded with political campaign advertisements, presidential aspirants have begun to promise that they will build bridges on non-existent rivers just to win the votes of the masses. Meanwhile, avid supporters have spilled out on the streets to boost their candidate’s morale and spates of screaming headlines and mudslinging against presidential […]

Paolo Quimbo
Paolo Quimbo
Read