Introduction The Context API in React allows components to share data with each other, even if they are not directly related. It helps avoid the problem of passing data through many components by letting components access shared data directly. It helps in preventing the prop drilling problem. Consider the diagram to represent a chain of […]
Posts Tagged ‘PerficientGDCNagpur’
Introduction & Use of B2C Commerce Template in Experience Cloud Salesforce
Introduction: B2C Commerce Template is a pre-built framework available in Experience Cloud that allows businesses to create and manage their online store for business-to-consumer (B2C) commerce. It provides a platform for building feature-rich, customizable, and mobile-responsive websites for selling products to consumers directly. What is B2C Commerce? B2C means business-to-consumer ecommerce, also known as retail […]
How Does Coveo for Salesforce Integrate?
Coveo for Salesforce Integrates: Boosting Your Salesforce Experience As a business, you need a platform that can help you manage your customer data and interactions with ease. Salesforce is a popular CRM platform that helps businesses to manage customer relationships effectively. However, using Salesforce alone may not always be enough. That’s where Coveo comes in. […]
Unboxing the Box-Sizing Property in CSS
Box-sizing property in CSS Box-sizing is a CSS property that helps us set the height and width of an element. Sometimes, when we set the height and width of an element, it doesn’t work as expected. In such situations, we can use the box-sizing property to adjust the element’s size. Box-model: The Box-model is a […]
Using Salesforce Trailhead to Improve Your Development Skills
What is Salesforce Trailhead? Salesforce Trailhead is an excellent resource for developers to improve their skills and knowledge in Salesforce development. It offers various modules, trails, badges, and projects that provide hands-on practice in developing and customizing Salesforce applications. It includes a range of modules covering numerous Salesforce development-related topics, including Apex programming, Visualforce, Lightning […]
Introduction to Accessibility Insights in Accessibility Testing
Introduction to Accessibility Insights The Accessibility Insights extension for Chrome is a tool that helps developers and designers test the accessibility of their web applications. The extension is designed to work with the Accessibility Insights for Web tool, which is a suite of automated and manual accessibility testing tools that can be used to identify […]
Execution of AXE Tool in Accessibility Testing
This blog is in continuation with Introduction To Axe Tool in Accessibility Testing. I recommend you go through the blog mentioned first for a better understanding. How to Perform Accessibility Testing using the AXE tool Now we will see how to perform accessibility testing using the AXE tool. Make sure that you have already added […]
Introduction To Axe Tool in Accessibility Testing
What is Accessibility Testing? Accessibility Testing is system testing intended to discover whether system users with disabilities can use it. It is done to ensure that people with disabilities like color blindness, aging, and hearing may use the application. Objectives: To serve to market for people with disability. To abide by accessibility legislation. To avoid […]
Advanced Time Intelligence Functions in Power BI (Series -1)
DAX provides a whole host of powerful time intelligence functions, allowing you to do things like build custom calendars, define dynamic date ranges, and compare performance over specific periods. Common Use Cases: Creating custom calendar tables with DAX instead of using the default auto-generated versions. Writing measures to calculate period-over-period, moving average, or running total […]
Postman: Features, HTTP and Collections
This blog is in continuation to the previous blog “Getting started with Postman. It gives more information about the interface and basic features of Postman which would help a new user to get started with Postman. I would strongly recommend to read the previous blog and then go through this one for the better understanding […]
Data Management in Salesforce
Data management in Salesforce deals with importing or exporting data/records in the Salesforce organization. There are many tools available to import the data into Salesforce org. The four most common tools are: Data Import Wizard is a tool available within the Salesforce org Setup. Data Loader is an external tool provided by Salesforce that easily connects to your […]
Test Plans Management in Virtuoso
How to Manage Test Plans in Virtuoso By enabling fast or planned execution of a specific scenario with the same configuration, Virtuoso’s Plans feature helps with testing. With the help of the execution planner, you can inspect layouts and carry out various tasks on the plans connected to your projects. How To Create a Test […]