Rich text in Sitecore refers to the capability of the Sitecore content management system (CMS) to handle and display formatted text content with various styling options. It enables content editors to create and manage content that includes not just plain text, but also a range of formatting elements such as headings, paragraphs, lists, links, images, […]
Posts Tagged ‘Perficient GDC Nagpur’
Implementing Skeleton Components in React
In our last blog, we have gone through the concept of what is skeleton component in React. Now we will continue to implement skeleton component in React. The component supports 4 shape variants: text(default): represents a single line of text (you can adjust the height via font size). circular, rectangular, and rounded: come with different […]
Understanding Skeleton Component in React
We’ve all found ourselves in that frustrating scenario where a website displays a loading spinner or a blank screen, leaving us in the dark about what’s happening behind the scenes. This uncertainty can lead to a terrible user experience that tests our patience and leaves us eagerly awaiting a response. The front-end and back-end of […]
Building a Conversational Search Application with Azure Cognitive Search and OpenAI Embedding
Introduction In this blog, we will show you how to build a conversational search application that can interact with Azure Cognitive Search (ACS) and retrieve relevant content from a web-scraped index by asking natural language questions, requesting for summary information, and using vector search. The application will also use OpenAI embeddings, which are pre-trained models […]
How to use Azure Blob Data and Store it in Azure Cognitive Search along with Vectors
Introduction In the previous blog post, we showed you how to scrap a website, extract its content using Python, and store it in Azure Blob Storage. In this blog post, we will show you how to use the Azure Blob data and store it in Azure Cognitive Search (ACS) along with vectors. We will use […]
How to Scrape a Website and Extract its Content
Introduction The web is a vast source of information, but it is not always easy to access and use for natural language applications. In this blog post, we will show you how to crawl and scrape the target URL, extract and clean the content, and store it in Azure Blob Storage. We will use Python […]
WiT India Celebrates Their Allies during International Men’s Day
Women in Tech (WiT) India, in association with Perficient GDC Nagpur and Pune, celebrated International Men’s Day at both offices with great gusto. It was a distinctive event, as it was celebrated for the first time ever in GDC Nagpur and Pune. This was an occasion to celebrate men’s lives which are dedicated to society, community, […]
Carbon React – A UI Component Library – Part 1
Carbon React is an open-source library developed by IBM to help developers to design the UI. Carbon Design system has its own set of styles and colour theme which gives consistent styling throughout the application. It simply saves the time to build the components. Theme component of carbon design allows you to give the theme […]
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 […]
Troubleshooting Sitecore Image Update Issue
Troubleshooting image update issues in Sitecore can prove to be a complex task, as various factors could contribute to the problem. We recently encountered an issue where, after updating the “Sitecore Images,” our local project instance stopped working. In order to resolve the issue, we attempted multiple possible solutions, including those available on the internet, […]
Testing with The Burp Suite Scanner
Burp Suite is an all-in-one platform commonly used to test web applications. One of its most powerful features is the Scanner, which automates the process of testing for vulnerabilities in web applications. This blog will discuss the overview of Scanner in Burp Suite to test web applications. Burp Suite Scanner: Overview Burp Suite Scanner is […]
Burp Suite vs. OWASP – Comprehensive Testing Comparison
In the dynamic realm of software testing, the significance of dependable testing tools cannot be emphasized enough. This blog post undertakes an in-depth exploration, conducting a thorough comparison between two prominent contenders in the field: Burp Suite and OWASP. The ultimate objective here is to furnish professionals with invaluable insights, facilitating their decision-making process when […]