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+ […]
Integration + IT Modernization
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 […]
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 […]
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 […]
Why Value-Based Care Needs Digital Transformation to Succeed
The pressure is on for healthcare organizations to deliver more—more value, more equity, more impact. That’s where a well-known approach is stepping back into the spotlight. If you’ve been around healthcare conversations lately, you’ve probably heard the resurgence of term value-based care. And there’s a good reason for that. It’s not just a buzzword—it’s reshaping […]
End-to-End DevSecOps in CI/CD Pipelines: Build Secure Apps with Sast, Dast and Azure DevOps
Introduction to DevSecOps DevSecOps is the evolution of DevOps with a focused integration of security throughout the software development lifecycle (SDLC). It promotes a cultural and technical shift by “shifting security left,” integrating security early in the CI/CD pipeline instead of treating it as an afterthought. While DevOps engineers focus on speed, automation, and reliability, […]
Building a Custom API with Node.js
A custom API is a unique interface built to allow different applications to interact with your system. Unlike generic APIs, a custom API is specifically designed to meet the needs of your project, enabling tailored functionality like retrieving data, processing requests, or integrating with third-party services. Building a Custom API gives you complete control over […]
AI in Medical Device Software: From Concept to Compliance
Whether you’re building embedded software for next-gen diagnostics, modernizing lab systems, or scaling user-facing platforms, the pressure to innovate is universal, and AI is becoming a key differentiator. When embedded into the software development lifecycle (SDLC), AI offers a path to reduce costs, accelerate timelines, and equip the enterprise to scale with confidence. But AI […]
Document Summarization with AI on Amazon Bedrock
Objective Enable automated document summarization by allowing us to upload TXT, PDF, or DOCX files, extracting content, summarizing it using Amazon Bedrock, and delivering the summary either via API response or by storing it for future retrieval. Why This Is Needed Organizations face information overload with a large number of documents. Manual summarization is time-consuming […]