Skip to main content

Ankit Tawale

Ankit Tawale is a Senior Technical Consultant at Perficient based in Nagpur. He is a Sitecore Certified Developer with experience in Sitecore, SXA, JavaScript, CSS, and .Net MVC. He is passionate about discovering new technology and understanding the architecture that supports them.

Blogs from this Author

Istock 1440556661

Extending Layout Service in Sitecore Headless

Sitecore Headless uses a service called the Layout Service to deliver content from Sitecore to the front-end application in a headless architecture. It is responsible for rendering the layout of a page or a component and delivering the associated content to the client-side application. The Layout Service constructs and delivers a JSON representation encompassing the […]

Extending General Link for Experience Editor Mode in Sitecore

Update $name of Existing Items using PowerShell

Welcome to our latest blog post, where we dive into the realm of PowerShell scripting to empower you to efficiently update existing items. In today’s fast-paced digital landscape, the need to manage and modify data swiftly and accurately is more crucial than ever. Whether you’re a seasoned IT professional or just starting your journey into […]

Female Freelance Developer Coding And Programming. Coding On Two With Screens With Code Language And Application.

Remove all Sitecore Language Versions Except One Using Powershell

In the Sitecore CMS, we can add new versions of any item, and we can add as many versions as needed. There are 2 types of versions available in Sitecore Numbered version – versions of items in the same language Language version – versions of an item in a different language Problem In some cases, […]

Knowledge In Education, Inspiration And Imagination In Technology Natural Energy Ideas.

Apply CSS classes in Rich Text Editor Sitecore

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, […]

Shot A Man Working From Home Using His Laptop

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 […]

Colorful Background

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 […]

Person working on data security

Exclude Item from Solr Search in Sitecore

Sitecore uses Solr as the default search engine because it offers several advantages over other search engines. Solr is a highly scalable and efficient search platform that can handle large volumes of data and support complex search requirements.  Ideally, when creating the item in Sitecore, Sitecore adds it to two indexes – sitecore_web_index and sitecore_master_index […]