In this blog, let’s talk about the introduction to Sitecore Content Serialization. During development, developers move the content changes between numerous environments. Previously this can be done using Unicorn and TDS, and it worked well, but there was only one problem it’s not compatible with each other. As If we configure any one of the […]
Sitecore
LTSC2022 images for XM Cloud are available
It somehow passed silent, but XM Cloud now also has ltsc2022 images which will also allow you running you local XM Cloud development in a Process isolation mode on Windows 11. I was routinely poking XM Cloud starterkit codebase, once came across a new parameter introduced within Init.ps1 script: [Parameter(Mandatory = $false, HelpMessage = “Specifies […]
Building Traefik Images with ltsc2022 for your Sitecore Deployments
Since recent you can benefit from Sitecore providing ltsc2022 images for your XM/XP solutions which I previously covered in a seperate article. However, looking at your cluster you may see not all the images are ltsc2022 compatible – there is a 1809-based Traefik image, which is coming separately outside of Sitecore docker registry. Now, it’s […]
Setting up XP xConnect Roles on Azure PaaS with Solr Cloud
Introduction xConnect is the service layer that sits in between the xDB and any trusted client that wants to read, write, or search experience data using the xConnect Client API. Communication must happen over HTTPS and the client must have the appropriate certificate thumbprint. xConnect consists of the following components: Collection service Search service Search […]
Local Docker Environment Setup with Sitecore 10.3 and SXA
We as developers/consultants set up our local Sitecore instances for our project developments, some are simple and easy, and some are complex and take time as you may come across errors. Now, as Sitecore is moving towards headless and containerized solutions, the way how to get local development instances up and running has changed from […]
Pro Tips for Accessing and Managing Sitecore XM Cloud
Introduction Sitecore XM Cloud is a powerful platform for managing and deploying Sitecore instances. In this blog post, we will explore various a few tips for accessing XM Cloud, including user permissions, project and environment management, as well as different types of client credentials. Understanding these concepts will empower you to effectively leverage the capabilities […]
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 […]
Perficient Recognized by Sitecore for Excellence in Business Impact
Each year, Sitecore recognizes the achievements of their most deserving partners through the Sitecore Global Partner Awards. Today, we’re proud to announce Sitecore has recognized Perficient with a 2023 Partner Award for Excellence in Business Impact. The award recognizes Perficient for driving business impact and value for many of our shared customers. Out of the […]
Table Headings through Rich Text in Sitecore
Sitecore makes it easy to add tables, which is similar to inserting a table in Microsoft Word. You just need to click on the “insert table” button and select the desired size. However, it’s important to consider accessibility when creating tables. Tables, despite their general suitability for screen readers, require specifying the location of table […]
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 […]
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 […]
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 […]