When setting up client search, we usually rely on string comparison methods like indexOf, contains, etc. These methods work fine, but in real-life situations, users may search using incorrect spellings, jumbled sentences, and so on. Fuzzy Search helps us solve these issues. Fuzzy Search Fuzzy Search, also known as Approximate String Matching, is a technique […]
Services
TypeScript Type Manipulation with keyof, typeof, and Mapped Types
TypeScript offers powerful type manipulation capabilities that allow developers to create more flexible and maintainable code. Three key features that enable this are keyof, typeof, and Mapped Types. Let’s explore each of them with examples. keyof: The keyof operator takes an object type and produces a string or numeric literal union of its keys. Example: This is […]
Unveiling the Future: 5 Key Trends Shaping Financial Services in 2025
The financial services sector is experiencing transformative changes driven by technological advancements and innovative trends. We are witnessing the integration of AI, the rise of hyper-personalization, and the adoption of advanced digital platforms, all of which are revolutionizing operations and client interactions. Additionally, the emergence of embedded finance and an increased focus on regulatory compliance […]
Boost Developer Productivity with Quarkus Live Coding
Quarkus has gained traction as a modern Java framework designed for cloud-native development. In my previous blog, I discussed why learning Quarkus is a great choice. Today, let’s dive deeper into one of its standout features: Live Coding. What is Quarkus Live Coding? Live Coding in Quarkus provides an instant development experience where changes to […]
How Automatic Liquid Clustering Supports Databricks FinOps at Scale
Perficient has a FinOps mindset with Databricks, so the Automatic Liquid Clustering announcement grabbed my attention. I’ve mentioned Liquid Clustering before when discussing the advantages of Unity Catalog beyond governance use cases. Unity Catalog: come for the data governance, stay for the predictive optimization. I am usually a fan of being able to tune the dials […]
Disabling Cookies in Sitecore SDKs
Intro 📖 In this post, we’ll take a look at a couple Sitecore SDKs commonly used to build XM Cloud head applications. Specifically, we’ll be looking at how to disable cookies used by these SDKs. This can be useful for data privacy and/or regulatory compliance reasons. These SDKs allow your application to integrate with other […]
Activate to SFTP from Salesforce Data Cloud
SFTP? Isn’t that old? It is an oldie, but a goodie. 🙂 With Data Cloud we can send data to a lot of external data sources like Marketing Cloud Engagement or Amazon S3 through Activation Targets. But there are times we are working with a destination system like Eloqua or Marketo that has solid support […]
Boost Your Website’s Performance with SQL Server Profiler
Website performance is crucial for user satisfaction and overall business success. Slow-loading pages, unresponsive features, and delayed database queries can lead to frustrated users, decreased conversions, and a poor user experience. One key to improving site performance is identifying bottlenecks in your database interactions, and that’s where SQL Server Profiler comes in. SQL Server Profiler […]
AI & Quantum Computing: The End of Privacy?
In an age where everything is interconnected, we are on the verge of a technological revolution that could destroy privacy as we know it. With the accelerating breakthroughs in artificial intelligence (AI) and quantum computing, the concept of privacy—our ability to conceal secrets, preserve our personal data, and maintain control over our lives—may soon be […]
Deployment of Infra using Terraform(IaC) and Automate CICD using Jenkins on AWS ECS
Terraform Terraform is a HashiCorp-owned Infrastructure as Code (IaC) technology that allows you to develop, deploy, alter, and manage infrastructure using code. It maintains your infrastructure’s lifespan, enables you to define resources and infrastructure in human-readable, declarative configuration files, and manages your infrastructure’s lifecycle. Code is simply instructions written in the HCL (Hashi Corp Configuration […]
Best Practices for IaC using AWS CloudFormation
In the ever-evolving landscape of cloud computing, Infrastructure as Code (IaC) has emerged as a cornerstone practice for managing and provisioning infrastructure. IaC enables developers to define infrastructure configurations using code, ensuring consistency, automation, and scalability. AWS CloudFormation, a key service in the AWS ecosystem, simplifies IaC by allowing users to easily model and set […]
21 Ways to Leverage GenAI in Product Development
Generative AI (GenAI) can transform product development, driving unprecedented efficiency, accuracy, and insight. As speed, team productivity, and delivering valuable tools become critical priorities, GenAI has become a necessity for organizations striving to stay ahead. It’s essential for organizations to aspire to lead in innovation and keep up with competitors. By harnessing GenAI in the […]