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+ […]
Technical
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 […]
Smart Failure Handling in HCL Commerce with Circuit Breakers
In modern enterprise systems, stability and fault tolerance are not optional; they are essential. One proven approach to ensure robustness is the Circuit Breaker pattern, widely used in API development to prevent cascading failures. HCL Commerce takes this principle further by embedding circuit breakers into its HCL Cache to effectively manage Redis failures. What Is […]
How to Setup Nwayo Preprocessor in Magento 2
What is Nwayo? Nwayo Preprocessor is an extendable front-end boilerplate designed to streamline development for multi-theme, multi-site, and multi-CMS front-end frameworks. It provides an efficient workflow for building responsive, scalable, and maintainable web themes across different platforms. In Magento 2, Nwayo can be particularly beneficial for front-end developers as it simplifies the theme deployment process. […]