In today’s hyper-competitive business world, ensuring the continuous and efficient operation of critical machinery and equipment is paramount. Traditional maintenance strategies, based on scheduled inspections or reactive fixes, often fall short in preventing costly downtime and equipment failures. This is where Predictive Maintenance, powered by Artificial Intelligence (AI) and Machine Learning (ML), comes into play. […]
Platforms and Technology
SQL Server to Snowflake Migration – Conversions with Examples
SQL Server to Snowflake Migration – Conversions with Examples Readers’ Digest: During one of my project experiences, I have had an opportunity to work in MS SQL where I gained valuable knowledge working with the stored procedures. A stored procedure is a prepared SQL code that you can save, so the code can be reused […]
Mastering Test Automation: Combating Test Flakiness with Efficiency
Introduction Software test automation is a cornerstone of modern software development, enabling rapid and reliable testing. However, one persistent challenge that automation engineers face is dealing with flaky tests—tests that intermittently pass and fail without any changes to the code or application. Flaky tests can erode trust in your test suite and slow down development. […]
Exploring Latency: Understanding its Role in Testing and Performance Optimization
Introduction Latency, the time it takes for data to travel from one point to another in a network or system, is a critical factor in the performance and user experience of various applications and technologies. In this blog, we’ll delve into the world of latency, its role in testing, and strategies for optimizing performance. Understanding […]
Simplify Your Workflow: Streamlining Business Processes with EPM Pipeline Scheduling
If you have worked with EPM Pipelines, you know how incredibly relevant it is for customers who do not have the resources for data integration automation. It has been a saving grace for streamlining tasks and data load processes within the EPM application itself. However, one important element that had been missing from it was […]
Our Digital Transformation to Oracle Cloud HCM – A Deep Dive into Our Migration Journey – Part 3
Recently, Perficient digitally transformed for success by migrating to Oracle Cloud HCM. To share our story, we invited key stakeholders Andrea Lampert, Michael Zucker, Cathie Meyers, and Mike Grennier to join a panel discussion moderated by Stuart Massey, Principal of our Oracle ERP practice. As Vice President of People, Andrea is responsible for working across […]
Where is the OMS Market Going?
Businesses are increasingly looking to innovative solutions that streamline their operations. One critical aspect of business operations is order management, which plays a pivotal role in ensuring customer satisfaction and efficient supply chain management. The future state of commercial order management systems promises to revolutionize this essential function, solving current problems while expanding capabilities to […]
Enhancing Maintenance Efficiency: Predictive vs. Preventive Maintenance in Oracle Cloud Maintenance
In the world of maintenance management, two key strategies have emerged as game-changers – Predictive Maintenance and Preventive Maintenance. Both are designed to maximize equipment uptime and reduce operational costs, but they take distinctly different approaches. In this blog, we’ll explore the differences between Predictive and Preventive Maintenance within the context of Oracle Cloud Maintenance […]
Multi-Tenant Deployment Strategies in AEM with Adobe Cloud Manager
Deploying multiple tenants to AEM through Adobe Cloud Manager can be challenging. Cloud Manager does not provide the ability to configure multiple deployment pipelines to AEM. More specifically, Cloud Manager cannot deploy from more than one Git repository. In a multi-tenant ecosystem, each tenant dev team needs to store their code in separate repositories and […]
Build a Search Interface Using SAPUI5 Framework with Coveo Headless Library- Phase II
In our previous blog post, “Coveo Headless Library Integration with OPENUI5 Framework: Development Environment Setup – Phase I,” we started the integration between Coveo Headless and OpenUi5. Coveo Headless is a search and relevance platform, and OpenUI5 is a dynamic UI framework for web application development. Phase I establishes the foundation for what we’re about […]
Our Digital Transformation to Oracle Cloud HCM – Wins of HR and IT – Part 2
Recently, Perficient digitally transformed for success by migrating to Oracle Cloud HCM. To share our story, we invited key stakeholders Andrea Lampert, Michael Zucker, Cathie Meyers, and Mike Grennier to join a panel discussion moderated by Stuart Massey, principal of our Oracle ERP practice. As Vice President of People, Andrea is responsible for working across […]
Azure Resource Provisioning with Terraform Using VS Code Devcontainer Box
What Is Terraform? Terraform is an IAC tool, used to automate various infrastructure tasks. The provisioning of cloud resources is one of the main use cases of Terraform. It’s an open-source provisioning tool written in the Go language and created by HashiCorp.Terraform allows you to describe your complete infrastructure in the form of code. Even […]