Intro đź“– My team and I recently ran into an issue while working on a Sitecore XM Cloud project that turned out to be pretty interesting. The issue had to do with images published to Experience Edge not loading as expected within certain renderings. The GET requests for these images in Experience Edge would return […]
Sitecore
5 Thoughts on SUGCON Europe 2024 in Dublin, Ireland
SUGCON (Sitecore User Group Conference) Europe 2024 was the second SUGCON I’ve attended, with the first just being six months ago in Minneapolis. There are few things that remind me how much I love my job more than being surrounded by the Sitecore Community. I’ve developed real friendships with folks from literally every corner of […]
Creating a Composable AI Roadmap for Sitecore
There are many integration opportunities between Sitecore’s composable solutions and artificial intelligence. Sitecore has begun to integrate this technology into their product line and will continue to enhance their SaaS solutions with these capabilities, having committed to an open approach that allows you to bring whatever AI models and technologies to enable your use cases. […]
Eric Sanner Talks Life at Perficient and Being a First-Time Sitecore MVP
Perficient colleagues within our award-winning Sitecore team bring years of experience and vast knowledge to the practice and our clients. We’re proud to announce that recently nine of our colleagues have been named 2024 Sitecore MVPs. Below is a deeper look into Eric Sanner’s role as a solutions architect and his first time being awarded a Sitecore […]
Megan Jensen represents Perficient at SUGCON Europe 2024
SUGCON 2024 is coming! Some of you involved into Sitecore community have come across of Megan Jensen‘s catchy personal branding – “MJ Knows Sitecore” (and she indeed knows it!). This year Megan will prove that to the entire community by presenting her topic “Optimizing for Headless: SEO Tips, Tricks, and Special Considerations for the New […]
Cypress: a new generation of end-to-end testing
What is Cypress Cypress is a modern JavaScript-based end-to-end (e2e) testing framework designed to automate web testing by running tests directly in the browser. Cypress has become a popular tool for web applications due to a number of distinctive advantages such as user-friendly interface, fast test execution, ease of debugging, ease of writing tests, etc. […]
Storybook
You may have never heard of Storybook or maybe that was just a glimpse leaving you a feeling Storybook is such an unnecessary tool – in that case, this article is for you. Previously, I could share this opinion, but since I played with Storybook in action when building JumpStart starter kit with Next.Js, it […]
Which Components Are Available Out of the Box with Sitecore XP Using SXA? A Quick Reference Guide
When planning a new website, a web development team must identify the essential components required for completion. These pieces are often called components. Assuming the site is being built using a Content Management System (CMS), most, if not all of these platforms will have their own set of “out of the box” components. Out of […]
Exporting Media Items with Sitecore PowerShell Extensions
Intro đź“– At this point, I think every Sitecore developer uses or has at least heard of Sitecore PowerShell Extensions (SPE). This powerful module for Sitecore is an auto-include for most teams and projects. The module is included with XM Cloud instances by default; if you use XM Cloud, then you already have SPE. If […]
Using conditions with XM Cloud Form Builder
If you follow the release news from Sitecore, you’ve already noted the release of highly awaited XM Cloud Forms, which however did not have a feature of adding conditional logic. Until now. The good news is that now we can do it, and here’s how. See it in action Imagine you have a registration form […]
Exploring Healthcare Trends in Sitecore and Digital Marketing
In the latest episode of the Sitecore Sessions, our Sitecore MVP’s, Megan Jensen and Myself met with healthcare strategists Priyal Patel and Michael Porter to discuss healthcare trends, our success in delivering healthcare projects with Sitecore, the challenges and opportunities we’ve been seeing across composable, finding search and leveraging AI. You can watch the whole […]
Fetching and Editing Renderings Information for Versioned Items With PowerShell
While working on a project, I encountered a scenario wherein I had to list all the items with particular renderings along with the versions of page items. I also had to update the rendering in presentation details for all the versions. This was a bulk update. I decided to write a PowerShell script for this […]