In my previous blogs, I outlined key considerations for planning a Sitecore migration and shared strategies for executing it effectively. The next critical step is to understand how your business and technical requirements align with the broader Sitecore ecosystem. Before providing careful recommendations to a customer, it’s essential to map your goals—content management, personalization, multi-site […]
Technical
Seamless Integration of DocuSign with Appian: A Step-by-Step Guide
Introduction In today’s digital-first business landscape, streamlining document workflows is essential for operational efficiency and compliance. DocuSign, a global leader in electronic signatures, offers secure and legally binding digital signing capabilities. When integrated with Appian, a powerful low-code automation platform, organizations can automate approval processes, reduce manual effort, and enhance document governance. This guide walks […]
Spring Boot + OpenAI : A Developer’s Guide to Generative AI Integration
Introduction In this blog, we’ll explore how to connect OpenAI’s API with a Spring Boot application, step by step. We’ll cover the setup process, walk through the implementation with a practical example. By integrating OpenAI with Spring Boot, you can create solutions that are not only powerful but also scalable and reliable. Prerequisites Java 17+ […]
Perficient Wins Silver w3 Award for AI Utility Integration
We’re proud to announce that we’ve been honored with a Silver w3 Award in the Emerging Tech Features – AI Utility Integration category for our work with a top 20 U.S. utility provider. This recognition from the Academy of Interactive and Visual Arts (AIVA) celebrates our commitment to delivering cutting-edge, AI-powered solutions that drive real-world […]
Transform Your Data Workflow: Custom Code for Efficient Batch Processing in Talend-Part 2
Introduction: Custom code in Talend offers a powerful way to enhance batch processing efficiently by allowing developers to implement specialized logic that is not available through Talend’s standard components. This can involve data transformations, custom code as per use case and integration with flat files as per specific project needs. By leveraging custom code, users […]
Transform Your Data Workflow: Custom Code for Efficient Batch Processing in Talend-Part 1
Introduction: Custom code in Talend offers a powerful way to enhance batch processing efficiently by allowing developers to implement specialized logic that is not available through Talend’s standard components. This can involve data transformations, custom code as per use case and integration with flat files as per specific project needs. By leveraging custom code, users […]
AEM and Cloudflare Workers: The Ultimate Duo for Blazing Fast Pages
If you’re using Adobe Experience Manager as a Cloud Service (AEMaaCS), you’ve likely wondered what to do with your existing CDN. AEMaaCS includes a fully managed CDN with caching, WAF, and DDoS protection. But it also supports a Bring Your Own CDN model. This flexibility allows you to layer your CDN in front of Adobe’s, […]
Why Oracle Fusion AI is the Smart Manufacturing Equalizer — and How Perficient Helps You Win
My 30-year technology career has taught me many things…and one big thing: the companies that treat technology as a cost center are the ones that get blindsided. In manufacturing, that blindside is already here — and it’s wearing the name tag “AI.” For decades, manufacturers have been locked into rigid systems, long upgrade cycles, and […]
Why It’s Time to Move from SharePoint On-Premises to SharePoint Online
In today’s fast-paced digital workplace, agility, scalability, and collaboration aren’t just nice to have—they’re business-critical. If your organization is still on Microsoft SharePoint On-Premises, now is the time to make the move to SharePoint Online. Here’s why this isn’t just a technology upgrade—it’s a strategic leap forward. 1. Work Anywhere, Without Barriers SharePoint Online empowers […]
Automating Azure Key Vault Secret and Certificate Expiry Monitoring with Azure Function App
How to monitor hundreds of Key Vaults across multiple subscriptions for just $15-25/month The Challenge: Key Vault Sprawl in Enterprise Azure If you’re managing Azure at enterprise scale, you’ve likely encountered this scenario: Key Vaults scattered across dozens of subscriptions, hundreds of certificates and secrets with different expiry dates, and the constant fear of unexpected […]
Part 2: Implementing Azure Virtual WAN – A Practical Walkthrough
In Part 1 (Harnessing the Power of AWS Bedrock through CloudFormation / Blogs / Perficient), we discussed what Azure Virtual WAN is and why it’s a powerful solution for global networking. Now, let’s get hands-on and walk through the actual implementation—step by step, in a simple, conversational way. 1. Creating the Virtual WAN – The […]
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 […]