The Optimizely Data Platform (ODP) and Google Tag Manager (GTM) are powerful tools for collecting and analyzing data. ODP provides insights into customer behavior, while GTM simplifies managing marketing tags without modifying website code. What is ODP: ODP allows businesses to collect, aggregate, and analyze data from various sources. It helps optimize marketing campaigns, enhance customer […]
Technical
Theoretical Models Part 6 –Understanding the Social Identity and Cultural Affirmation Model
In the realm of disability studies, the Social Identity and Cultural Affirmation Model of Disability has gained recognition as a powerful framework that acknowledges the significance of social and cultural factors in shaping the experiences of individuals with disabilities. This model recognizes disability as a social construct influenced by identity, culture, and societal attitudes. In […]
Industries Document Generation
Every company needs documents for its processes, information, contracts, proposals, quotes, reports, non-disclosure agreements, service agreements, and for various other purposes. Document creation and management is a crucial part of their operations. To make it easy, Omnistudio provides document generation capabilities, tailored to meet the unique requirements of different Industries. In this blog post, we […]
Unlocking Efficiency and Seamlessness: Workato Integration for On-Premise Systems
Introduction: In today’s technology-driven world, businesses often rely on a combination of cloud-based and on-premise systems to meet their unique requirements. However, many organizations still rely on on-premises systems to maintain control over sensitive data or adhere to specific regulatory requirements. The challenge lies in bridging the gap between cloud and on-premises systems, ensuring seamless […]
Utilizing the AEM Style System for Enhanced Component Styling
The AEM Style System allows the template creator to define style classes in the component’s content policy as well as page policy so that the content author can select them while modifying the component on the page. These styles can be visual variations of components, making them more versatile. Use Case: The Style System offers […]
The Heart of Sitecore’s Composable Architecture
In my last CMSWire Article, the Heart of Composable, I discussed how to think of composable as an enterprise architecture and think through the data flows of your components to see what’s at the heart of your DXP solution. Those central components have the most connections, take the most effort to change and require the […]
ETL Vs ELT Differences
What is ETL? ETL stands for Extract, Transform, Load. This process is used to integrate data from multiple sources into a single destination, such as a data warehouse. The process involves extracting data from the source systems, transforming it into a format that can be used by the destination system, and then loading it into […]
Optimizely Configured Commerce – Technical Tips
A small tip can be a lifesaver when it comes to customizing a platform or an existing system. It’s crucial to first grasp the implementation details and then follow the correct path to add new functionality or make changes to existing features. However, if you’re unfamiliar with a particular area of the system and are […]
Getting to know Sitecore Search – Part 5
Welcome back to getting to know Sitecore search. In this post, we’ll build a simple UI frontend for our Sitecore Search results. This by no means is a fully working solution nor the most modern. But it should give you a start and help you avoid some pitfalls during setup. Background When I started this […]
Parallelism In Playwright
Introduction Tests are executed in parallel with Playwright Test. It executes numerous parallel worker processes to do it. Test files are by default run in parallel. The same worker process executes each test in a single file sequentially. Tests can be set up to run concurrently in a single file using test.describe.configure. Using testProject.fullyParallel or […]
Type-checking Made Easy: Exploring PropTypes in React
In React development, ensuring proper data validation is crucial for building robust and reliable applications. One powerful tool for type-checking is PropTypes, a built-in feature in React that enables developers to validate the props passed to components. In this blog, we will explore the concept of type-checking with PropTypes, understand its benefits, and provide brief […]
Troubleshooting Sitecore in Docker
I’ve been recently asked to provide a Docker containers troubleshooting session with my colleagues, as containers technology is taking over Sitecore development and both Headless SDK scaffolding tool and XM Cloud use it for providing starterkits. Once seeing an error message, sometimes not that much explanatory it is worth checking these basic things prior to […]