TO THE NEW Blog PAGES

Digital AnalyticsDigital MarketingFront End Development

AMP – A Known Bug is Spoiling your Google Analytics Data

The concept of Accelerated Mobile Pages (AMP) was introduced for increasing the user experience while browsing the websites on mobile devices. It helps by increasing page load speed, provides card views on Google, and cross-browser support for a seamless experience. If you are using Accelerated Mobile Pages, you must be experiencing a few changes in your Google […]

DrupalTechnology

How to Programmatically Replace the Content in the Custom Block in Drupal 8?

Replacing the content in the custom block is often challenging. In Drupal 8, the best way to replace the content in the custom block programmatically is to use module_preprocess_block alter. We have created a custom block and now we want to replace the value of the placeholder programmatically. For eg. On http://example.com/, we have created a […]

AndroidFront End DevelopmentMobility

How to Achieve React Native and iOS Bridging?

We love sharing our learning from the project. Recently, in one of our development projects, there was a need of bridging between iOS or Android and react-native. We were required to integrate the apple map with our application by writing the code in native iOS where the application would interact with the operating system. Once we […]

Priya
Priya
Read

DevOpsTechnology

How to Setup Consul Multinode Cluster with Docker?

Consul is a service discovery and a configuration system tool used to discover the services running on multiple nodes. It is both distributed and highly available. It provides a powerful interface to get a better picture of infrastructure and services running on them. Consul gives us a variety of features that help to determine our […]

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

Node.jsTechnology

How to Plan Your Best Route Using GraphHopper API?

Software engineers and organizations lookout for effective ways to create new applications that save time and money. We can easily do this by using third-party software tools and SDKs. This blog is to spread awareness about a useful routing API GraphHopper, a third party SDK. I am working on a project which is based on routing and delivery […]

Connected TVMedia & EntertainmentTechnology

Deep Linking in Roku

Deep linking is used for launching the public channel, universal search and directly open to a particular video in a public channel. According to new Roku development guidelines, all public channels are now essential to implement deep linking to pass certification. Implementation of Deep linking in Roku Step 1: Modify the main method, by adding […]