Skip to main content

Parag Balapure

Parag Balapure is a senior technical consultant at Perficient who has contributed eight years in ASP.Net MVC, Sitecore (9.x and 10.x), Sitecore Headless Development, SXA, C#, SQL, along with front-end technologies like ReactJS, VueJS, and others. He likes investigating and solving complex technical problems.

Blogs from this Author

Location City Map Street Navigation Of Road Town Travel Gps District Direction Symbol Or Cartography Transportation Route Sign And Downtown Navigator Geography System On Positioning 3d Background.

Invoke the Mapbox Geocoding API to Populate the Location Autocomplete Functionality

While working on one of my projects, I needed to implement an autocomplete box using Mapbox Geocoding APIs in a React/Next.js application. The goal was to filter a list of hospitals based on the selected location. The location results from the API include coordinates, which I compared with the coordinates of the hospitals in my […]

Istock 1488521147

Create and Retrieve Secrets from the Azure Key Vault using an ASP.Net Core Application

As everyone knows, maintaining application-level security for passwords, certificates, API keys, and other data is a bit of a critical thing. It was necessary for my project to safeguard the SMTP password. I wanted to know how to protect my SMTP password in some way. I then discovered the Azure Key vault concept and began […]

Business Analysis And Financial Background

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