In the Optimizely Content Management System (CMS), a headless approach is achieved using content delivery API. This handy package can get the data into JSON format using the REST API. In Single Page, Application, and content delivery, API works very well with JavaScript languages like React, Vue, and Angular. A headless system can work with […]
Back-End Development
File Based Routing in Next.js
Next.js is a framework for building web applications built on top of React. Everything we can do in React we can also do in Next.js – with some additional features like routing, API calls, authentication, and more. We don’t have these features in React. Instead, we must install some external libraries and dependencies – like […]
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 […]
Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 2
Pre-requisite Before going through SCD Type 2, I would suggest visiting my earlier post with respective to SCD Type 1 in here for better understanding of this blog. Dynamic Merge in Snowflake using Stored Procedure and Python – For SCD Type 1 / Blogs / Perficient SCD Type 2 It helps in tracking the history […]
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 […]
Optimizely Configured Commerce – Learn CMS Spire 5.X Part-3
Insite is now Configured Commerce. In this blog, we will learn below points: Replacing an existing page in Spire Example of replacing an existing page Implementation in Local machine Replacing an existing widget in Spire Example of replacing an existing widget Implementation in Local machine In this blog post, we will explore the process of […]
SXA Clone Rendering
SXA Clone Rendering is a powerful feature in Sitecore Experience Accelerator that enables users to duplicate and customize existing renderings with ease. This feature can help improve productivity and streamline the web development process by allowing developers to reuse and modify existing components rather than building them from scratch. In this context, we will explore […]
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 […]
Migrating Docker Compose from V1 to V2 Code Details
High-level details to migrate docker-compose from v1 to v2 are available in this blog, “Docker-Compose v1 End of Life in June 2023. Welcome Docker Compose v2! Upgrade Instructions,” authored by Martin Miles. Here in this article, we are going to see step-by-step code changes required to migrate docker-compose from v1 to v2. 1: Check, if […]
Accelerating Headless Commerce with Perficient’s SAP Commerce Composable Storefront Accelerator
Headless Commerce: An Innovative Strategy for E-commerce Success In the highly competitive e-commerce landscape, businesses are constantly striving to deliver exceptional digital experiences to their customers. One innovative strategy that is rapidly gaining traction is headless commerce. By decoupling the front-end presentation layer from the back-end commerce logic, headless commerce enables organizations to operate with […]
Import Data From Merlin to Finish Your Migration to Sitecore
In previous posts, I shared my journey with Sitecore Data Exchange Framework and using Merlin to migrate your site to Sitecore. Learning how to use Merlin was only one part of migrating a site. In this post, I’ll share my powershell script to pull in data from Merlin and populate your content tree. I’ll continue […]