AgileDevOpsProduct Engineering

Infographic: Top 5 Most Advanced Business Benefits of DevOps

A lot of companies have moved away from the traditional waterfall model and started leveraging Agile methodology and principles for faster development. Most of these organizations prefer leveraging DevOps to cut down time to market and shorter the release cycles. DevOps doesn’t just break the silos and bring the Dev and Ops together but also […]

Java/JVMTechnology

Why is Generic Array Creation not Allowed in Java?

To understand this topic let us directly start with an example. List<Integer> arrayOfIntegerList[] = new ArrayList<>[10]; // compile time error !! You will find that a simple statement like this will not even compile because the Java compiler does not allow this. To understand the reason, you first need to know two arrays are covariant and generics are invariant. […]

Technology

Excerpts From Training On Progressive Web App

Progressive Web App (PWA) is the future of the web and mobile development. Recently some of my colleagues (Ravi Tiwari, Smriti Chawla) and I got this golden opportunity to attend a training at Google‘s office in Bangalore. (From the left: Rajendra Prasad, Ravi Tiwari and Smriti Chawla) The training was conducted by industry experts and professional trainers. It was […]

Digital TransformationExperience DesignFront End Development

7 Super Cool Innovations in 2016!

Innovation and emerging technologies go hand in hand and impact the overall growth plans of many organizations. Product companies are constantly evolving building cool and fancy products breaking through the clutter. New-age remote development companies help them to turn their ideas into market realities leveraging key technologies such as cloud infrastructure, new SDLC trends, new development frameworks […]

GrailsProduct EngineeringSoftware development

Grails Plugin Contributions by Experts @ TO THE NEW

Our experts at TO THE NEW believe in sharing knowledge by contributing to Plugins, speaking at conferences, organizing conferences and so on. Outlined below is the list of Grails Plugin contributions (both that we have developed and migrated to Grails 3.0) to extend various Grails functionalities. 1. Pretty Time – This Grails plugin allows you […]

AngularJSFront End DevelopmentNode.js

Fullstack 2016, London : Day 2 (The fun continues)

We were already spell bound by the city of London, its culture, people and must mention the weather . Day 1 at Fullstack conf was like a dream. Awesome people, apt venue, lots of goodies , what not. Filled with excitement we reached Code Node before time, just to attend Todd Motto’s keynote. About Todd […]

Android

YouTube Player Integration in Android

YouTube allows you to play it’s video in your app using the youtube player. It also provides data APIs to put like, dislike, or rate comments on a video. To integrate youtube player you need API key from google console and you can get it using following steps: 1. Get SHA1 fingerprint first by executing “keytool […]

Java/JVMSoftware developmentTechnology

Why should you adopt Spring Framework?

Spring is an open source framework for Java platform that provides comprehensive infrastructure support for developing robust Java applications. Spring Framework is essentially a skeleton that offers a solid foundation upon which an application can be built.This skeleton structure guides and helps developers throughout the application development process. Unlike single-tier frameworks such as Struts and […]

Automation TestingManual TestingTechnology

Top 11 Best Practices in Software Testing

“To err is human” – Alexander Pope. Everyone makes mistakes, but you cannot ignore all mistakes. Some of them can prove to be very expensive. During testing of an application/product, a tester makes sure that mistakes done by developers are discovered and fixed before the product reaches the end user. The primary objective of testing […]

Services