On July 17, Perficient was proud to co-host an engaging and insightful Oracle Cloud ERP and EPM Hands-On Workshop alongside our colleagues at Oracle. Held at Perficient global headquarters in St. Louis, this in-person event brought together finance and technology professionals from across the region for a day of immersive learning, collaboration, and networking. Whether attendees were […]
Artificial Intelligence
Connect Ollama to Your Workflows: Power Automate + VS Code Integration Guide
AI is evolving rapidly, and the ability to install Ollama local models on your machine opens up powerful new possibilities for developers, hobbyists, and builders. Whether you’re working on automation, development tools, or privacy-sensitive applications, cloud-based models aren’t always ideal. That’s where Ollama comes in. Ollama makes it easy to run, customize, and serve LLMs […]
Why Real-Time Voice Translation Is a Game-Changer for Global Contact Centers
The digital world isn’t slowing down, and neither are your customers. They expect fast, around-the-clock support in their language. For global businesses, meeting that demand can be costly. Hiring multilingual agents in every region adds up quickly. That’s why more companies are turning to real-time translation tools. They offer a more scalable, cost-effective way to […]
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 […]
AI-Driven Cloud:(IaC)Code Generation and Automatic AWS Resource Deployment by Bedrock and APIGateway
Nowadays, DevOps Engineers, Cloud Engineers, and Developers rely on Infrastructure as Code (IaC) to manage scalable, secure, and repeatable cloud infrastructure. Services like AWS CloudFormation provide the necessary power and structure. For most people, this becomes a bottleneck: Startups: Founders and Developers want to launch an application, add new features, and validate the features in […]
C# + GitHub Copilot in Visual Studio 2022
What is GitHub Copilot? GitHub Copilot is an AI-powered programming assistant that assists developers by generating code based on their comments and existing code. Now natively integrated into Visual Studio 2022, it supports multiple languages, including C#. Steps to Set Up GitHub Copilot in Visual Studio 2022 Prerequisites Visual Studio 2022 – Version 17.10 or later .NET […]
From Cost Cutter to Concierge: The Evolution of AI in Customer Experience
For years, AI in customer service has been synonymous with efficiency. Businesses leaned on AI agents to reduce costs, deflect calls, and automate routine tasks. These agents were designed to streamline operations, not necessarily delight customers. But a new chapter is quickly unfolding. We’re now entering the era of agentic AI with a new generation […]
Tool‑Augmented RAG Chatbot: GPT‑4, pgVector & Next.js
This is Part 3 of a three-part series (links at the bottom). In Part Two, we moved from concept to execution by building the foundation of a Retrieval‑Augmented Generation (RAG) system. We set up a Postgres database with pgvector, defined a schema, wrote a script to embed and chunk text, and validated vector search with cosine similarity. In […]
MedTech in 2025: Leading With Intelligence Across the Device Lifecycle
In 2025, MedTech leaders are redefining innovation by architecting intelligent ecosystems that span the entire product lifecycle. As AI in medical device development becomes a strategic imperative, forward-thinking organizations are aligning digital investments with business-critical outcomes: Faster time to market Stronger regulatory readiness Scalable clinical impact This blog explores how AI-powered transformation is reshaping every […]
Overcome fear and the myths of Artificial Intelligence
Nowadays, the topic of artificial intelligence is everywhere. Let’s face it!. Who, even out of curiosity, has asked a question to generate an image, refine ideas, or seek answers in one of the many artificial intelligence applications on the market? Now, parallel to this conversation, there are numerous myths about the arrival and use […]
AI in Sitecore: How Artificial Intelligence is Shaping Modern Digital Experiences
The world of digital experiences is evolving more quickly than ever before, and let’s be honest, artificial intelligence (AI) is more than just a trendy term these days. It’s becoming a business necessity. AI is no longer a “nice to have” for companies that use Sitecore as their Digital Experience Platform (DXP). It’s turning into […]
AI-Driven Auto-Tagging of EC2 Instances Using Amazon SageMaker
Managing cloud infrastructure effectively requires consistent and meaningful tagging of resources. Manual tagging is prone to errors and difficult to scale. In this blog, I’ll show you how to use Amazon SageMaker and Python to automatically apply intelligent tags to your EC2 instances using either rule-based logic or AI-powered enhancements. What You Will Learn How […]