TO THE NEW Blog PAGES

Connected TVMedia & EntertainmentSoftware development

Debugging with Bright Script Logger

Logs are always very useful for software developers. It helps developers identify the problems & issues with their programs. Logs help them print data on the console & debug their code. Are logs really that easy to use  Logs seem pretty much handy, but there are some problems too with logs, and one of the […]

DevOps

Aurora Mysql Upgrade from 5.6 to 8 using RDS Blue/Green Deployment

Introduction Aurora MySQL 5.6 is a relational database engine fully managed and compatible with MySQL. It is developed by Amazon Web Services (AWS) and offers its users a range of features and benefits. It offers the speed and availability of high-end commercial databases while also being cost-effective and easy to use, like open-source databases. In […]

Drupal

Alter Page Cache for using cookies in Drupal 9

To modify Page Caching behavior we need to understand the following Drupal Core concepts which are mentioned below. Internal page cache ( \Drupal\page_cache\StackMiddleware\PageCache):  In Drupal, internal page caching refers to a built-in caching mechanism that caches the entire HTML output of rendered pages. Content negotiation (\Drupal\Core\StackMiddleware\NegotiationMiddleware):  Content negotiation is used to deliver the response in […]

Front End DevelopmentReact.js

Using WebOtp API in Nextjs / React

In today’s applications, we have observed that when logging in or performing sensitive tasks online, we receive One time passwords on our registered phone numbers to secure this activity. But as a user, it is a bit vexing to remember that code and then type that into the required fields. At the same time, we […]

AdobeDigital MarketingJava/JVM

Campaign Standard Integration in AEM

Introduction: In this comprehensive guide, we will walk you through the end-to-end process of integrating Adobe Campaign Standard into Adobe Experience Manager (AEM) with a real-world use case. You will learn how to seamlessly connect the two platforms and leverage the power of Adobe Campaign’s marketing automation capabilities within AEM. We will cover the steps […]

Adobe

How to Configure Components Efficiently in AEM with Parameterized Namespace include

Prerequisites AEM development environment set up AEM version 6 or above ACS AEM(my version 5.1.2) Commons library must be installed in your AEM instance. Understanding of the Granite UI framework Adobe Experience Manager (AEM) is a powerful web content management system that allows developers to create and manage digital experiences across various channels. One of […]

Services