As organizations strive to create a more engaging and connected workplace, Microsoft continues to evolve its Viva platform, with Viva Connections taking center stage in providing an integrated experience within Microsoft Teams. In recent announcements, Microsoft has unveiled exciting updates and features that promise to enhance the employee experience and foster a more collaborative digital […]
Technology Partners
Automate Endpoints Creation in Optimizely Configured Commerce with PowerShell
Creating custom storefront APIs in the backend often involves a time-consuming process of crafting multiple files. Our PowerShell script automates endpoint creation to streamline this, generating the necessary classes and interfaces effortlessly. Let’s explore in this blog how to automate endpoint creation in Optimizely Configured Commerce with PowerShell. The Endpoints Optimizely Configured Commerce interacts with […]
Bypassing the PowerShell File Import Issue
PowerShell proves highly useful in automating processes and managing various aspects of Sitecore. However, we faced difficulties when we encountered issues while importing files by using PowerShell Script. In this article we will discuss the file import issue which we encountered during a task in one of our projects. We encountered a scenario where we […]
Using Sitecore Personalize Decisioning to drive Queries in Sitecore Search
In my latest CMSWire article, “Composing Effective Personalization with Search,” I described the advantages of combining personalization engines with composable search solutions to create effective personalized experiences that take less effort to create and maintain than crafting custom messaging for every segment. This article was heavily inspired by my work with integrating Sitecore Personalize with […]
Asynchronous JavaScript Essentials for Lightning Web Component (LWC)
Asynchronous JavaScript JavaScript is a single-threaded programming language. Execute the below function in your LWC (Lightning Web Components) component with a button click and check the console log. You will see that the code is executed line by line and doesn’t wait for the setTimeout asynchronous operation import { LightningElement } from ‘lwc’; export default […]
The Role of Assistive Technology in Education and Training for Seizure Disabilities
In the realm of education and training, inclusivity stands as a cornerstone for empowering individuals with diverse needs. Among the various challenges that educators address, catering to students with seizure disabilities requires a specialized approach. In this blog post, we delve into the significance of education and training for seizure disabilities and explore the pivotal […]
Exploring the Potential of Your Data with AWS Q Gen AI Chat Assistant and Perficient Handshake
The recent introduction of AWS Q has certainly caught the attention of the tech community. This new platform offers a promising set of features, including Retrieval Augmented Generation capabilities, aiming to enhance the domain of generative AI-powered assistance. It’s an interesting development that offers fresh possibilities for IT professionals and developers. In terms of utilizing […]
Sitecore Federated Authentication Troubleshooting
Introduction In this blog we will explore Sitecore Federated Authentication Troubleshooting. I used Azure AD B2C as the identity provider in my integration guide you can check here Sitecore federated authentication with azure ad b2c user flow. However the most of these issues are not identity provider specific. When you work on federated authentication there […]
Enable the Suggest & Spellcheck feature in Solr
Apache Solr provides several functionalities, and recently, I have used the auto-suggest and spell-check functionality in my project. The primary requirement was to integrate functionality that offers suggestions on the search term. For example, a text box enabled the suggester component, which displays the list of suggestions as the user types a query term in […]
Azure Key Vault: Understanding and Recovering Deleted Secrets
The inspiration behind authoring this article came from a recent incident where a colleague accidentally deleted important secrets from the Azure Key Vault and asked for my help in recovering them. In the spirit of sharing knowledge and assisting others who may find themselves in similar predicaments, I have decided to document the recovery process […]
SQL Server Space Monitoring
On Operational projects that involves heavy data volume load on a daily basis, there’s a need to monitor the DB Disk Space availability. Over a period of time, the size grows occupying the disk space. While there are best practices to handle the size by adopting strategies of Purge for outdated data and add buffer/temp/data/log […]
Windows Folder/Drive Space Monitoring
Often there’s a need to monitor the OS Disk Drive Space availability with the Drive holding ETL operational files (log, cache, temp, bad files etc.). Over a period of time, the # of files grows occupying the disk space. While there are best practices to limit the # of operational files and clear them from […]