TO THE NEW Blog PAGES

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 […]

AndroidiOSMobility

WordPress to JSON Api

There are many websites which are currently running on wordpress. What if those websites need there data to use for mobile application. It is very tedious task to use the wordpress data for REST APIs. As a solution to this problem there is good plugin called WordPress REST Api plugin. It makes the task of […]

Digital Analytics

How Real Life Events Correlate with Digital Buzz: A Case Study on Haze

The 2015 South-East Asian (SEA) haze has become an air pollution crisis of epic proportions. It has originated from Indonesian forest fires, and has affected several nations in the SEA region. The haze situation has especially worsened in Singapore and Malaysia, as schools were closed and major sporting events, such as the Standard Chartered KL […]

Java/JVM

Issues while Migrating from Java6 to Java8 in AEM 6.1

Recently while working on AEM 6.1, I had to move from Java 6 to Java 8. Simply changing the Java version in POM led to some issues with OSGi services. Specifically, those services that were using @Reference annotation were not getting active and remained in “satistied” state. Here are all the steps I followed firstly to change Java version […]

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 […]

Android

Bug Targets in Android Marshmallow (6.0)

Hi fellow readers, I hope you enjoy reading blogs at TO THE NEW Digital. With newer updates pouring into Mobile OS platforms (viz Android/iOS/Windows), the scenarios for testing also takes a shift. We at TO THE NEW brainstorm test designs around these changes made. In this blog we will focus on understanding one key change made in […]

Vikas Sharma
Vikas Sharma
Read

AndroidMobility

Introduction to Android Auto

Android Auto was announced on June 25, 2014, at Google I/O 2014. The Android Auto mobile app was released on March 19, 2015. It is a part of the Open Automotive Alliance(OAA), which was announced on January 6, 2014, and is a joint effort with 28 automobile manufacturers and mobile tech supplier Nvidia. Hyundai became […]

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 […]

AngularJSAutomation Testing

Protractor test framework for AngularJS applications, An introduction

When to Use Protractor for automation testing? Protractor is an end-to-end testing framework for AngularJS applications. It is customized for selenium to create tests for AngularJS applications like locator strategies are based on angular js specifically. Protractor is based on AngularJS concepts, Which makes it easy to use if you already know about AngularJS.It is […]

Gaurav Gupta
Gaurav Gupta
Read