Healthcare organizations are managing many challenges at once: consumers expect digital experiences that feel as personalized as other industries, fragmented data in silos slows strategic decision-making, and AI and advanced technologies must integrate seamlessly into existing care models. Meeting these demands requires more than incremental change—it calls for digital solutions that unify access to care, trusted data, and advanced technologies […]
Services
Build a Custom Accordion Component in SPFx Using React – SharePoint
When building modern SharePoint Framework (SPFx) solutions, reusable UI components play a crucial role in keeping your code clean, scalable, and maintainable. In particular, interactive components help improve the user experience without cluttering the interface. Among these components, the Accordion is a commonly used UI element. It allows users to expand and collapse sections, making […]
Perficient Drives Agentic Automation Solutions with SS&C Blue Prism Partner Certification
We’re excited to announce that Perficient has officially attained SS&C Blue Prism Implementation Partner Certification at the Silver level. As we begin 2026, this achievement reflects our commitment to delivering world-class intelligent automation solutions and driving measurable value for our clients. What This Certification Means The SS&C Blue Prism Silver Implementation Partner Certification is a hallmark of quality, expertise, […]
An Example Brainstorming Session
In my last blog post I addressed how to prepare your team for a unique experience and have them primed and ready for brainstorming. Now I want to cover what actually happens INSIDE the brainstorming session itself. What activities should be included? How do you keep the energy up throughout the session? Here’s a detailed […]
Part 2: Building Mobile AI: A Developer’s Guide to On-Device Intelligence
Subtitle: Side-by-side implementation of Secure AI on Android (Kotlin) and iOS (Swift). In Part 1, we discussed why we need to move away from slow, cloud-dependent chatbots. Now, let’s look at how to build instant, on-device intelligence. While native code is powerful, managing two separate AI stacks can be overwhelming. Before we jump into platform-specific […]
Part 1: Mobile AI 2026: Why On-Device Intelligence is the New Standard
Subtitle: From Critical Medical Hardware to the Apple Ecosystem, the future of mobile intelligence is local, instant, and unified. We are standing at a hardware tipping point. For the last decade, “AI” on mobile effectively meant one thing: sending data to the cloud and waiting for an answer. Especially for those chatbots, adding AI to […]
Cracking the Code on Real AI Adoption
The conversation around artificial intelligence (AI) in professional sectors, whether in law, finance, healthcare, or government, has reached a fever pitch. AI promises to boost productivity, reduce administrative burdens, and unlock new value across knowledge-based industries. Yet, for many organizations, the reality lags behind the rhetoric. Despite high levels of awareness and pilot projects aplenty, […]
Upgrading from Gulp to Heft in SPFx | Sharepoint
With the release of SPFx v1.22, Microsoft introduced Heft as the new build engine, replacing Gulp. This change brings better performance, modern tooling, and a more standardized approach to building SPFx solutions. In this blog, we’ll explore what this means for developers and how to upgrade. What is Gulp in SPFx? In SharePoint Framework (SPFx), […]
Building Custom Search Vertical in SharePoint Online for List Items with Adaptive Cards
This blog explains the process of building a custom search vertical in SharePoint Online that targets a specific list using a dedicated content type. It covers indexing important columns, and mapping them to managed properties for search. Afterward, a result type is configured with Adaptive Cards JSON to display metadata like title, category, author, and […]
From Legacy to Modern: Migrating WCF to Web API with the Help of AI
Introduction The modernization of legacy applications has always been a costly process: understanding old code, uncovering hidden dependencies, translating communication models (for example, from SOAP to REST), and ensuring that nothing breaks in production. This is where artificial intelligence changes the game. AI does not replace the architect or the developer, but it speeds up […]
Building a Reliable Client-Side Token Management System in Flutter
In one of my recent Flutter projects, I had to implement a session token mechanism that behaved very differently from standard JWT-based authentication systems. The backend issued a 15-minute session token, but with strict constraints: No expiry timestamp was provided The server extended the session only when the app made an API call Long-running user […]
Model Context Protocol (MCP) – Simplified
What is MCP? Model Context Protocol (MCP) is an open-source standard for integrating AI applications to external systems. With AI use cases getting traction more and more, it becomes evident that AI applications tend to connect to multiple data sources to provide intelligent and relevant responses. Earlier AI systems interacted with users through Large language […]