Skip to main content

Posts Tagged ‘Perficient’

tiethnic colleagues sitting at desk looking at laptop computer in office. stock photo

Essential Array Methods Guide: Part 1

Arrays are a cornerstone of JavaScript programming, offering a versatile way to keep and manage data. In this initial segment, we`ll explore the essential array methods that every JavaScript developer should know. If you’re eager to advance further, keep an eye out for advanced array methods in JavaScript. Introduction to Essential Array Methods Arrays are […]

Elisha Headshot

Celebrating Women’s Empowerment: Perficient’s Commemoration of International Women’s Day

In the spirit of recognizing and honoring the invaluable contributions of women around the globe, Perficient, a leading digital consultancy firm, celebrated International Women’s Day with enthusiasm and dedication on March 8th. Women in Technology at Perficient emerged organically – a result of passion, resilience, and a collective vision for change. Elisha Goldman, Director at […]

Team Of Businesspeople Analyzing Some Reports In A Boardroom

Exploring Vue.js: A Thorough Guide to HTML Binding, Event Management, and Loop Iteration

Binding Methods and Functions in Vue.js Binding methods in Vue.js connect functions defined in the Vue instance to events or directives in the template, enabling interactivity. <template> <!– Interpolation –>   <p>{{ message }}</p> <!– Using v-bind directive –> <a v-bind:href=”url”>Learm More</a> <!– Using shorthand : –> <a :href=”url”>Read More…</a> <button v-on:click=”handleClick”>Click me!</button> <!– Using shorthand […]

Closeup Of Program Developer Writing Software On Multiple Computer Screens At Home Office

Mastering Lightning Record Edit Form in LWC Salesforce

Hello Trailblazers… In the world of Salesforce development, Lightning Web Components (LWC) have revolutionized the way we build user interfaces. One of the key components in our toolkit is the Lightning Record Edit Form, which simplifies the process of editing records in Salesforce. In this blog, we’ll delve into the ins and outs of the […]

A Male Programmer Shows A Female Colleague A Coding Technique. The Codes Are Visible On The Laptop Screen

Manual Accessibility Testing Techniques with ARC Toolkit

Manual testing plays a crucial role in ensuring that websites are inclusive and usable for all individuals, including those with disabilities. One powerful tool that aids in manual accessibility testing is the ARC Toolkit. This blog will delve into the significance of manual accessibility testing, the process of performing manual checks using the ARC Toolkit, […]

Business Performance Checklist Concept, Businessman Using Laptop Doing Online Checklist Survey, Filling Out Digital Form Checklist.

Accessibility Compliance and Legal Considerations

In the digital age, ensuring website accessibility is not just a matter of good practice but also a legal requirement. Accessibility compliance is crucial to providing equal access to all users, including those with disabilities. Importance of Accessibility Compliance Accessibility compliance ensures that websites are usable by individuals with disabilities, such as vision impairments, mobility […]

Multiracial Portuguese Jamaican mid adult businessman with beard standing smiling at desk with laptop reviewing data in bright business office wearing suit

Exploring Test Level and Suite Level Parameterization in TestNG

Parameterization in test automation is a crucial technique that enables testers to execute the same test with different data sets or configurations, enhancing flexibility and test coverage. By using parameterized tests, testers can run a single test multiple times with various inputs, thereby improving the comprehensiveness of testing. This approach saves time and effort by […]

Istock 1435220822

TestNG Custom Annotations with Parameters

TestNG, a robust testing framework for Java, empowers testers to create custom annotations with parameters, revolutionizing how test configurations are managed. In this blog, we will delve into the process of crafting custom annotations in TestNG, explore the art of passing parameters to these annotations, and showcase their practical application through illustrative examples. This feature […]

Learning from collaboration

Concurrency in Extent Reports for Parallel Testing: ThreadLocal to the Rescue!

Modern automation frameworks greatly benefit from parallel test execution. However, it can introduce complexities when dealing with shared resources like extent reports. Running tests in parallel can lead to chaos in the results, as multiple tests might update the same report simultaneously. This blog tackles a common hurdle: how to ensure thread safety in Extent […]

Virtual Assistant And Crm Software Automation Technology. Customer Using Online Service With Chat Bot To Get Support. Chat Bot Conversation Concept.

Understanding the Einstein Bot Builder: A Comprehensive Overview

Hello Trailblazers! Welcome to the Series of Salesforce Einstein Chatbots- Part 4 In today’s digital world, businesses continuously looking for new methods to improve customer interaction and accelerate support procedures. One such solution offered by Salesforce is the Einstein Bot Builder, a powerful tool that empowers organizations to create intelligent chatbots tailored to their specific needs. […]

Istock 1291751221

useFormState in Next.js: Form Management

In my previous blog, we had discussed using server actions with our forms and managing the loading state with the new useFormStatus hook from react-dom. In this one, we are going to explore another experimental hook from react-dom: useFormState. Concisely, useFormState is a hook to which we provide a function to manipulate form data. The […]

Istock 1435220822

Understanding JavaScript Web APIs: Part 3

Welcome back to the third part of our series on essential Web APIs! If you haven’t had the opportunity to explore Part 2 yet, where we extensively covered the nuances of the Web History API and Web Storage API, I encourage you to catch up here to gain valuable insights into efficiently managing browser history […]

Load More