Overview: Today the terminology “Data Analytics” becomes a buzz across all industries & enterprises. Every organization strongly believes Data Analytics greatly helps to get insight & accelerate the business strategies in order to grow & lead in their fast and ever-changing markets. Azure Databricks: Azure Databricks is a data analytics platform optimized for the Microsoft […]
Platforms and Technology
Understanding CRUD Operations Using PnP PowerShell
Create, read, update, and delete (CRUD) is an acronym used in database-related functions. James Martin probably coined the term (CRUD) in his 1983 book Managing the Database Environment. We can use the following models to execute basic CRUD operations in SharePoint: REST-API Object Model. JavaScript Object Model Client-Side Object Model Server-Side Object Model We must […]
IBM Cloud Pak for Data- Data Science MLOPS
IBM Cloud Pak for Data- Data Science MLOPS: I have been Learning, exploring and working on IBM MLOPS for Data Science and wanted to share my learning and experience here about IBM’s Cloud services and how they are integrated under one umbrella named IBM Cloud Pak for Data. First, let’s understand what IBM Cloud Pak […]
The Azure Well-Architected Framework: Performance Efficiency Pillar
The Azure Well-Architected Framework was introduced in July of 2020 to help manage the growing complexity of the cloud. The framework consists of five pillars of architectural excellence: Reliability Security Cost Optimization Operational Excellence Performance Efficiency The pillars of the framework can rarely be implemented individually. As you continue to grow the functional capability of […]
Integrating Terraform with Jenkins (CI/CD)
Automated Infrastructure (AWS) Setup Using Terraform and Jenkins (Launch EC2 and VPC) In this blog we will discuss how to execute the Terraform code using Jenkins and set up AWS infrastructure such as EC2 and VPC. For those of you are unfamiliar with Jenkins, it is an open-source continuous integration and continuous development automation tool […]
Using Ansible URI module with SonarQube tokens
RedHat Ansible is a very flexible configuration management tool that comes with a variety of built in modules. One of these modules, ansible.builtin.uri, is provided as an alternative to using “curl” commands through the ansible.builtin.shell or ansible.builtin.command modules. However, the module documentation does not provide a specific example of how to use the URI module […]
PACE New Features: Queue Live View Dashboard, Customizable Roles and Permissions, and More!
Perficient’s Amazon Connect Experience (PACE) solution amplifies the power of Amazon Connect with several added features and managed services. As we continue to develop and customize our software to your needs, we will post blogs with new features and processes we have added, changed, or fixed. To learn more about PACE, visit our dedicated landing […]
Hidden Auto Suggestion drop-down values – How to handle in Selenium
Handling Hidden dropdown suggestions/Auto suggestion values in your Selenium Automation script? In our day-to-day automation work we have encountered many drop-down elements and that can also be handled by many ways. One of them is hidden auto suggestion drop-down values which we can’t inspect hence can’t automate. Problem 1: Go to https://www.flipkart.com/ Enter any […]
Office 365 Add-Ins Integration – Excel Task Pane Add-in
Love working in Excel, digging in large datasets or planning budgeting strategies, or creating reports, Excel is a powerful program to help in all business processes. But to do so we need data to be populated in Excel. Let’s explore how we can integrate Microsoft Office 365 Excel, bring data from data sources by implementing […]
HFM to FCC – Oracle Cloud Benefits From the Customer’s Point of View, Part 1
Finance leaders from Cardtronics and Allegis Group with more than three years of combined experience using Oracle Financial Consolidation and Close joined Perficient and Oracle for a panel discussion regarding their cloud journey. Richard Ng, Director, Financial Systems, Cardtronics, and John Oliphant, Financial Developer Lead Allegis Group, shared the stories of their organizations’ migration from […]
Configure Organization Assets Library in SharePoint Online
What is Organization Assets Library? In SharePoint Online, you can create your company specific assets library, which can store images provided by your company to use in your SharePoint environment by all site owners. Types of Organization Assets You can create two types of organization assets: 1) Images After Organization Assets Library is configured successfully, […]
An Introduction to AWS Athena
AWS Athena is an interactive query service offered by Amazon that makes it easy to examine the data directly in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage, and we pay only for the queries which we run. Athena is easy to use. It simply points the data […]