TO THE NEW Blog PAGES

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

Digital EngineeringExperience DesignSEO

Mastering Optimization for Interaction to Next Paint (INP)

In the fast-paced digital landscape, delivering an exceptional user experience is a top priority for web designers and developers. To measure the user experience, in 2020, Google introduced Core Web Vitals. As we know. the Core Web Vitals is a set of user-centric metrics introduced by Google to measure and check the user experience of […]

DrupalFront End DevelopmentSoftware development

Blocks, Elements and Modifiers (BEM)

When you work on larger projects that have a larger website you need to follow some instructions and guidelines whether it’s a matter of optimization of the site or maintenance of it. BEM (Block Element Modifier) is a popular naming convention for CSS classes that helps to speed up the development process and improve teamwork […]

AdobeTechnology

Top 3 learnings in Adobe Experience Cloud from Adobe Summit EMEA 2023

The Adobe Summit EMEA 2023, an eagerly anticipated event in the digital marketing and customer experience realm, recently concluded, inspiring attendees with valuable insights. This summit serves as a platform for industry leaders, experts, and innovators to converge and share their knowledge and vision for the future. Centered around the theme of experience-led growth, the […]

Big Data

No Code Data Ingestion Framework Using Apache-Flink 

The conveyance of data from many sources to a storage medium where it may be accessed, utilized, and analyzed by an organization is known as data ingestion. Typically, the destination is a data warehouse, data mart, database, or document storage. Sources can include RDBMS such as MySQL, Oracle, and Postgres. The data ingestion layer serves […]

AndroidTesting

Testing and code coverage in android

Android unit testing is an essential part of the software development process for Android applications. It is a way of verifying that individual units or components of the code are working as expected, in isolation from other parts of the application. In this blog, we will explore the basics of Android unit testing, including its […]

Drupal

How to install Apache Kafka | Kafdrop on WindowsFor and integrate with Drupal

Apache Kafka is an open-source distributed event streaming platform. That uses Publish & subscribe mechanism to stream the records.​ Download & Installing the Apache Kafka: ​Prerequisite: You should have Java (JDK) installed on your Windows machine. Step -1: Download the binary version from the kafka official download page ( https://kafka.apache.org/downloads ) Step -2: Unzip it […]

AndroidiOSMobility

How to Perform A/B Testing with Firebase

Introduction to A/B Testing A/B testing is a method used to compare two versions of a product or service to determine which one performs better. In the context of Android development, A/B testing can be used to test different user interfaces, features, or even pricing models. Firebase provides a robust A/B testing framework that allows […]

Drupal

Make Your Drupal 9 CKEditor Pop – 4 Useful Modules You Didn’t Know Existed

The most important CMS feature is actually the content editor. Additionally, Drupal has significantly improved its content management capabilities with various new features for Drupal 8/9, including the CKEditor widget system and the Advanced Content Filter (ACF), thanks to the powerhouse that is CKEditor as its default rich text editing tool. So, yes, even with […]

DrupalFront End DevelopmentSoftware development

Basic Sass Trick

Sass (short for “Syntactically Awesome Style Sheets”) is a popular CSS preprocessor that enhances traditional CSS with new features and functionality. It offers a more efficient and powerful way to write CSS, making it easier to manage and maintain complex stylesheets. Learning Sass is a great way to optimize your website’s CSS and there are […]

Drupal

Drupal 10 Unveiled: A Comprehensive Overview of the Latest Features

Introduction: Drupal, the renowned open-source content management system, continues to evolve with each major release, and the highly anticipated Drupal 10 is no exception. Packed with enhancements in usability, accessibility, performance, and modern web development practices, Drupal 10 introduces a range of exciting features. In this blog post, we will provide a comprehensive overview of […]