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 […]
Cloud
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 […]
Striving for the Application Development Specialization with Google Cloud Platform
Specialization is critical for Perficient in vetting itself as a contender in the hotly-contested Fortune 2000 digital transformation consulting industry. Without it, our clients and customers cannot be certain that the experts we engage to successfully deliver mission-critical technical solutions have the necessary skills to ensure success. In layman’s terms, a partner specialization for Google […]
AWS Systems Manager (SSM)
It provides a unified interface for viewing and controlling your infrastructure, automating tasks, and managing configurations. Here are some key features and components of AWS Systems Manager AWS Systems Manager Core Components: Run Command: Executes commands on instances. State Manager: Maintains desired state configurations. Parameter Store: Stores configuration data and secrets. Automation: Automates workflows and […]
Fixing an XM Cloud Deployment Failure
Intro 📖 Last week, I noticed that deployments to Sitecore XM Cloud were failing on one of my projects. In this blog post, I’ll review the troubleshooting steps I went through and what the issue turned out to be. To provide a bit more context on the DevOps setup for this particular project, an Azure […]
Unleashing CI/CD Magic in Boomi’s Integration
What is CI/CD? A CI/CD (Continuous Integration/Continuous Deployment) pipeline is an automated workflow or series of steps that developers use to build, test, and deploy their code changes. It’s a crucial part of modern software development, promoting efficiency, reliability, and consistency in the software development process. Why Do We Need CI/CD? In many organizations, […]
Unleashing the Power AI: A Guide to Supercharge Your Salesforce Experience Cloud
Salesforce Experience Cloud is the platform for creating top-notch customer experiences. But what if you could amplify its capabilities even further with the power of Artificial Intelligence (AI) and Data Cloud? At the recent Salesforce Connections 2024 event, the focus was all about AI, Data, and CRM, highlighting how these technologies are revolutionizing customer engagement. […]
GitHub – On-Prem Server Connectivity Using Self-Hosted Runners
Various deployment methods, including cloud-based (e.g., CloudHub) and on-premises, are available to meet diverse infrastructure needs. GitHub, among other tools, supports versioning and code backup, while CI/CD practices automate integration and deployment processes, enhancing code quality and speeding up software delivery. GitHub Actions, an automation platform by GitHub, streamlines building, testing, and deploying software workflows […]
Types of Databases and use cases
SQL Databases (MySQL, PostgreSQL, Oracle): Use Case: Perfect for storing and managing structured data with well-defined relationships, like: E-commerce applications: Customers, orders, products, and their attributes (names, prices, descriptions) with clear connections. Enterprise resource planning (ERP): Inventory, employees, departments, and their interactions. Document Databases (MongoDB, Couchbase): Use Case: Ideal for storing flexible, ever-changing data that doesn’t fit […]