Digital Transformation, Product Engineering
As we all know, Blockchain has literally enabled the technology ecosystem to take a significant leap of innovation. Along the years, as Bitcoin has managed to take prominence and grabbed attention from all over the world (and rightly so), people took to studying all about cryptocurrency and Blockchain- the very platform that enabled...
TechFluence, 2018 is a community-driven technology conference organized by TO THE NEW on 24th March 2018 in Crowne Plaza, New Delhi. We have been organizing GrailsConf, an independent series of global conferences with a complete focus on Groovy, Grails, Gradle and the related technologies from last 5 years. This year we decided to...
Digital Transformation, Technology
Blockchain is already disrupting the financial ecosystem. Multiple banking and financial institutions are leveraging Blockchain to make transactions secure and eliminate intermediaries. The use of Blockchain is however not limited to the banking sector. Multiple companies from different industries have now started investing in Blockchain....
Digital Transformation, Product Engineering
We have all witnessed a major technology-led revolution in recent years. While Cloud, IoT, Virtual Reality and Mobility were the frontiers of transformation, Blockchain is quickly getting the desired stronghold. Blockchain has already tasted huge success across banking and financial industry, but what sets it apart is its application in...
Businesses are changing the way they used to run a decade back. They are adapting to the fast-paced competitive environment by changing their business models and leveraging cutting-edge technologies. While 2017 witnessed the rise in interesting technologies such as Blockchain, Artificial Intelligence and Machine Learning; 2018 brings much...
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...
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...
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...
Digital Transformation, Experience Design
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...
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...
AngularJS, Front End Development
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 Motto, if you are reading...
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 -list -v -keystore...