DrupalSoftware developmentTechnology

Overview of Twig Extentions in Drupal 8

Drupal 8 introduces a great templating system “Twig“ which is originating from Symfony, a PHP framework. This has brought about a big change in the Drupal community. Unlike Drupal 7, developers can’t use PHP functions directly now on. Twig is a template framework and is a direct replacement for PHP template. Twig extension provides more flexibility to […]

Ashish Pandey
Ashish Pandey
Read

Technology

Important Considerations for Migrating Content from a CMS to AEM – Blog Series – Blog 2

This is the second part of the two-blog series on ‘Important things to consider for Migrating Content to AEM’. Click here to checkout blog-1. Following are some more points to help in the process of migration to AEM: Migration Strategy: Decision of what strategy/approach is needed to be followed for migration is very important. Following are […]

Technology

How To Integrate CheddarGetter in Your Subscription Module? | Blog-1| Hosted Page and Service Hook

CheddarGetter provides a full-featured, easy-to-use billing & subscription management system. CheddarGetter API enables you to leverage the full power of CheddarGetter directly into your subscription module. You can use these APIs with any programming language for recurring billing and subscription management. In one of my projects, I have used Java to interact with CheddarGetter, but […]

Front End DevelopmentProduct EngineeringSoftware development

An Introduction to BEM – “DO Less Get More” CSS Approach

Front end development and Coding is an art. Efficiency of code increases if it is organized in a right way. Certain questions that you need to address are: a) How long it takes for you to write code? (Consider efficiency while writing the code) b) How much code you will have to re-write for similar […]

Poonam Baveja
Poonam Baveja
Read

Front End DevelopmentTechnology

How to Make a Progress Scheduler?

Have you heard about Progress Schedulers? You might have often seen Progress Schedulers on websites and applications these days. These schedulers can display a whole lot of information in a sleek and confined way. They can be seen as schedulers to depict a day’s schedule and as status tracking systems like tracking packages on e-commerce sites. Let […]

Himanshi Gera
Himanshi Gera
Read

AWSDevOpsTechnology

Elasticsearch Plugins for Monitoring and Management of Cluster Nodes

Elasticsearch offers highly useful plugin mechanism as a standard way for extending its core functionality such as custom analyzer, native scripts and more. While some plugins may contain static content which is served through its HTTP server, some others offer a graphical front-end for selected parts of the Elasticsearch REST API such as monitoring, managing cluster and […]

Neha Dixit
Neha Dixit
Read

Connected TVMedia & EntertainmentProduct Engineering

7 Tips To Consider While Testing Smart TV Applications

Brands foraying into Smart TV space need to provide a superior user experience for better recall and engagement as there has been a great increase in Smart TV content consumption. So, why are Smart TVs becoming popular?  Content consumption patterns are changing with the arrival of Smart TVs. This is definetely because of the features […]

AWSDevOpsTechnology

AWS Cost Optimization Series | Blog 5 | Spot Instances for Non-Prod Environments

In our current setup, we are using multiple technologies but the most used ones are AWS ECS and Elasticsearch Cluster. As discussed earlier we are using AWS ECS for powering our application layer in all the environments and Elasticsearch for centralized logging and as a database for our core application. AWS ECS uses auto scaling […]

Neeraj Gupta
Neeraj Gupta
Read

Technology

Advantages of an ETL Tool in Content Migration

Recently, I was introduced to a new technology called ETL (Extract, Transform and Load) which I can use to simplify and to increase the productivity of my daily tasks as AEM migration developer. There are various ETL tools available, some of them are listed here. I chose Talend, as it is built on top of Eclipse […]