Last week, I had the incredible opportunity to attend and speak at a Salesforce – MuleSoft Joint Community meetup, an event that brought together passionate professionals, dedicated developers, and eager learners under one roof. The energy in the room was palpable, and the spirit of collaboration and learning was infectious. As a speaker, I was […]
Posts Tagged ‘Perficient’
Integrating KeywordLogger with Test Listeners in Katalon Studio
Effective logging is crucial in test automation. It helps testers track test execution, identify issues, and understand skipped steps. Katalon Studio’s KeywordLogger provides a versatile logging mechanism, which can be enhanced further by integrating with Test Listeners. This blog will guide you through the integration process, offering practical examples to illustrate the concepts. What […]
Guide to Using KeywordLogger in Katalon Studio
Logging is an essential part of test automation. It helps you keep track of what your tests are doing, spot errors, and understand why certain steps were skipped. In Katalon Studio, KeywordLogger is a handy tool that makes logging easy and effective. This guide will show you how to use KeywordLogger with simple examples. What […]
Celebrating Mother’s Day with Perficient’s Women in Tech: A Working Moms Career Panel
At Perficient, our commitment to fostering an inclusive and supportive environment for all employees is exemplified through our active Employee Resource Groups (ERGs). The Women in Tech ERG, is dedicated to empowering and uplifting women within our tech community. This Mother’s Day, we celebrated in a unique and meaningful way by hosting a “Working Moms […]
Importance of User Acceptance Testing (UAT) in Salesforce
As a Salesforce Admin, delivering projects on time and ensuring user adoption is crucial. However, one of the biggest challenges is getting User Acceptance Testing (UAT) right. Ineffective UAT can lead to costly delays, frustrated users, and even failed deployments. By focusing on these key areas, you can create a comprehensive UAT plan that validates […]
Testing Permission Sets in Salesforce
Permission sets in Salesforce are a powerful tool for granting users access to specific objects, fields, and functionality without modifying their profiles. However, testing permission sets is crucial to ensure they are working as intended and not causing any unintended consequences. Let’s discuss when and how to test permission sets, as well as some advanced […]
Visual Studio Code Extensions and Shortcut Keys
Visual Studio Code Extensions and Shortcut Keys to Simplify Coding Efficiency is key when it comes to coding. A well-organized workflow significantly impacts output and how much you enjoy coding. The well-known Microsoft code editor Visual Studio Code (VS Code) has become highly well-liked among developers because of its performance, adaptability, and wealth of customization […]
Types of Console Methods in JavaScript for Debugging
JavaScript provides various console methods that aid in debugging your code. These methods offer functionalities beyond simple logging and can help you inspect variables, track execution flow, and organize your console output. Here’s an overview of some commonly used console methods: 1. Console.log With the console.log method, you can output messages to the web console. […]
Unleash the Power of Your CloudFront Logs: Analytics with AWS Athena
CloudFront, Amazon’s Content Delivery Network (CDN), accelerates website performance by delivering content from geographically distributed edge locations. But how do you understand how users interact with your content and optimize CloudFront’s performance? The answer lies in CloudFront access logs, and a powerful tool called AWS Athena can help you unlock valuable insights from them. In […]
Leveraging TypeScript’s Power with Next.js
In the sphere of modern web development, leveraging powerful tools can drastically enhance productivity and code quality. Among these tools, TypeScript and Next.js stand out as a dynamic duo, offering a seamless combination of type safety, developer ergonomics, and performance optimization. In this blog post, we’ll delve into the symbiotic relationship between TypeScript and Next.js. […]
Eliminating Data Duplication: A Guide to Duplicate Rules in Salesforce
Hello Trailblazers! In the area of Salesforce data management, maintaining data accuracy and integrity is paramount. Duplicate records not only clutter databases but also lead to inefficiencies in sales, marketing, and customer service processes. To address this challenge, Salesforce offers Duplicate Rules, a powerful feature designed to identify and prevent the creation of duplicate records. […]
Understanding Matching Rules in Salesforce
Hello Trailblazers! In the area of Salesforce data management, ensuring data accuracy and integrity is paramount. One of the critical aspects of maintaining clean data is identifying and merging duplicate records efficiently. This is where Matching Rules come into play. In this blog, we’ll learn Matching Rules in Salesforce, exploring their significance and implementation. So […]