Skip to main content

Akash Borkar

Akash Borkar is a passionate IT professional with a strong focus on continuous learning and knowledge sharing. Currently serving as a Senior Technical Consultant at Perficient, he brings hands-on experience in technologies like .NET Core, Sitecore, and Optimizely CMS.

Connect with Akash

Blogs from this Author

Istock 1536191188

Sitecore PowerShell commands – XM Cloud Content Migration

In this post, I’ve listed the most commonly used Sitecore PowerShell commands for content migration. This blog continues from my earlier post: Sitecore XM Cloud Content Migration: Plan and Strategy. During migration, we created several PowerShell scripts to extract data from the legacy database to CSVs. We then used those CSVs to import content into […]

Istock 2148178472

Sitecore XM Cloud Content Migration: Plan and Strategy

Sitecore XM cloud content migration can be approached in various ways. The first thing that comes to mind when working on the Sitecore upgrade project to XM Cloud is content migration. Choosing the right method helps reduce migration time and avoid errors. I will outline the approach that best meets our client’s needs in this […]

A technology developer working with code

How to get a list of properties of a Content Type defined in Optimizely

Properties are simply fields used to create a content type in Optimizely. In this blog, we will learn how to get a list of properties of a specific content type defined in Optimizely. These properties can be simple text, rich text, images, links, etc. Content In Optimizely CMS, the first term you will hear is […]

They've Got The Answers You're Looking For

Remote validation in ASP.NET MVC without using jQuery

In this blog, we will implement remote validation by making an ajax call to the server without using jQuery; we will achieve this using vanilla JavaScript. What is the purpose of remote validation? Here’s an explanation: Often, user inputs must be checked against a database to see if it already exists. We need to validate […]