In our previous blog post, we explored the medical model and social of disabilities and their limitations in fully capturing the complex nature of the disability. Today, we delve into another prominent theoretical framework called the biopsychosocial model. Developed by George L. Engel, this holistic approach recognizes that disability is not solely determined by medical […]
Platforms and Technology
How to Configure Selenium in IntelliJ and an Overview of Launching Browsers
In this blog, our focus will be on creating a Maven project in IntelliJ and launching multiple browsers using the Selenium WebDriver. What is Selenium and WebDriver? Selenium is a web UI automation testing suite that is used to automate web applications for testing purposes. Selenium supports automation across different browsers (Google Chrome, Microsoft Edge, […]
10 Things to Consider When Starting With Salesforce Marketing Cloud
Salesforce Marketing Cloud (SFMC) enables you to deliver relevant, personalized journeys across channels and devices, enabling your marketing team to deliver the right messages to your customers at the right time. It includes integrated solutions for customer journey management, email, mobile, social, web personalization, advertising, content creation and management, and data analysis. Perficient has delivered […]
Efficient Git Workflow for Katalon Studio- From Pushing Specific Files to Resolving Conflicts
Continued from the first blog post on Git integration in Katalon Studio, this second blog post dives deeper into the topic. It focuses on specific file pushing and conflict resolution in Git, providing essential steps to efficiently manage Katalon Studio projects. By following these instructions, you can enhance collaboration, maintain version control, and address conflicts […]
Streamlining Collaboration and Conflict Resolution: Git Integration in Katalon Studio
Introduction: Efficient collaboration and effective conflict resolution are crucial for successful test automation projects. Katalon Studio, a powerful test automation solution, offers seamless integration with Git, a widely used version control system. In this blog post, we will explore the steps to enable Git integration in Katalon Studio and demonstrate how it simplifies collaboration and […]
AWS Managed Microsoft AD
AWS Managed Microsoft AD: AWS Managed Microsoft AD is an Amazon Web Services (AWS) service that provides a managed version of Microsoft Active Directory in the cloud. It offers the familiar features and capabilities of Microsoft AD without the need for infrastructure deployment, management, and maintenance. Here are Some Key Features of AWS […]
Optimizely Configured Commerce – Technical Tips
A small tip can be a lifesaver when it comes to customizing a platform or an existing system. It’s crucial to first grasp the implementation details and then follow the correct path to add new functionality or make changes to existing features. However, if you’re unfamiliar with a particular area of the system and are […]
How to Migrate Data to Cloud Spanner using Striim
Businesses prefer the cloud over traditional On-Prem for their business apps for various reasons such as high availability, cost savings, enhanced security, etc. One challenge that needs to be addressed in planning for data migration is the need for continuous data ingestion in cloud storage. One of the most reliable ETL tools to address this […]
Observations From Making the Move From Jira to Azure DevOps: Key Differences, Pros and Cons
It’s a tale as old as time, or at least as old as Star Wars. I have “gone to the dark side” of project management platforms by dipping my toes in the Azure DevOps pool (spoiler alert, come on in! The water is fine). And while these two platforms can even be integrated with one […]
Data + AI Summit is in Full Swing!
The worlds largest Data + AI conference is underway at the Moscone Center in San Francisco! Perficient experts have been immersing themselves in all the conference has to offer. Whether it was the opening keynote with Databricks CEO, Ali Ghodsi or learning about brand new releases from the Databricks platform in breakout sessions, our leaders […]
Dealing with Wildcard SSL Certificates on Azure and Kubernetes
It is almost certain that any DevOps approaches the challenges of implementing SSL certificates at some time. Of course, there are free certificates, such as the well-known Lets Encrypt. As with any free solution, it has a number of limitations, all the restrictions are detailed on the certificate provider page for you to read. Some […]
Parallelism In Playwright
Introduction Tests are executed in parallel with Playwright Test. It executes numerous parallel worker processes to do it. Test files are by default run in parallel. The same worker process executes each test in a single file sequentially. Tests can be set up to run concurrently in a single file using test.describe.configure. Using testProject.fullyParallel or […]