In our previous blog, we discussed how to encrypt and decrypt passwords in Java using the AES algorithm. In this follow-up post, we’ll delve deeper into various encryption algorithms, specifically AES, DES, and Blowfish. We’ll explain each algorithm in detail and provide code examples for their implementation. Types of Encryption Algorithms AES (Advanced Encryption […]
Platforms and Technology
Understanding AWS Lambda Execution Role
As we know, AWS Lambda is a serverless computing service that lets you run code without provisioning or managing servers. However, for Lambda functions to interact with other AWS services or resources, it needs permissions. This is where the AWS Lambda execution role comes into picture. An execution role is an AWS Identity and Access […]
iCEDQ – An Automation Testing Tool
Data Warehouse/ETL Testing Data warehouse testing is a process of verifying data loaded in a data warehouse to ensure the data meets the business requirements. This is done by certifying data transformations, integrations, execution, and scheduling order of various data processes. Extract, transform, and load (ETL) Testing is the process of verifying the combined data […]
The True Cost of Neglecting Quality Assurance: Lessons from Recent Tech Failures
The Importance of Quality Assurance in Software Development The pressure to deliver software quickly and cost-effectively is among the highest priorities of business leaders. However, recent high-profile tech failures serve as stark reminders of the critical importance of robust Quality Assurance (QA) practices. As a leader in digital consulting, we recognize that cutting corners on […]
Powering AI-Driven Insights and Experiences: A Wealth Management Success Story
Wealth management is evolving rapidly, driven by generational shifts, changing advisor roles, new business models, regulatory demands, and a growing preference for low-cost passive products. In response to these changes, our fintech client partnered with one of the world’s largest financial institutions to develop a next-generation, open-source, front-to-back wealth management platform. This innovative platform aims […]
Tips & Tricks – Part 3 of User Story Writing
This blog is the third and final post in a series about leveraging user stories to improve product outcomes. In this post we will explore how the utilization of just a few simple tips and tricks can help build a meaningful backlog of valuable user stories. What are the “3 C’s” in Agile? One of […]
A Comprehensive Guide to Creating Editable Templates in Adobe Experience Manager (AEM)
Adobe Experience Manager is a powerful CMS tool used by organizations or individuals to deliver personalized digital experiences. One of its highlighted features is the editable template, which allows end users for creation and management of templates that can be customized by authors. This blog provides an overview of creating and utilizing editable templates in […]
AI Toolkits Magic: Automating CAPTCHA Recognition Using OpenCV and Tesseract
OpenCV and Tesseract can be associated with Artificial Intelligence due to their involvement in tasks that often fall under the AI umbrella, such as computer vision and text recognition. To automate solving image CAPTCHAs using Java, you will typically need several dependencies for tasks such as image processing, machine learning, and possibly computer vision. OpenCV: […]
Revolutionizing OpenAI Chatbot UI Deployment with DevSecOps
In the contemporary era of digital platforms, capturing and maintaining user interest stands as a pivotal element determining the triumph of any software. Whether it’s websites or mobile applications, delivering engaging and tailored encounters to users holds utmost significance. In this project, we aim to implement DevSecOps for deploying an OpenAI Chatbot UI, leveraging Kubernetes […]
Supercharge Customer Journeys with Salesforce OmniStudio
In today’s digital landscape, delivering outstanding customer experiences is essential. Salesforce OmniStudio enables you to create engaging, personalized, and brand-consistent interactions across all touchpoints. This blog explores OmniStudio’s capabilities, benefits, and how it can enhance your customer journeys. What is Salesforce OmniStudio? OmniStudio is a comprehensive, low-code development platform within Salesforce that allows you to […]
Perficient Recognized as a Major Player in IDC MarketScape for Cloud Professional Services
Navigating the complexities of cloud technology requires an exceptional partner. We are thrilled to announce that Perficient has been named a Major Player in the IDC MarketScape: Worldwide Cloud Professional Services 2024 Vendor Assessment (Doc #US51406224, June 2024). What Does This Inclusion Mean for Perficient? “We’re honored to be recognized as a Major Player in […]
Ultimate Guide to Setting Up Jenkins Server with DevSecOps Tools on AWS EC2.
In this blog post, I will guide you through the process of configuring a Jenkins server integrated with essential tools necessary for constructing a robust DevSecOps pipeline. This tutorial is designed for individuals with foundational knowledge of navigating the AWS console. Prerequisite: AWS Free Tier Account Step1: Jenkin Server Setup on EC instance and installation […]