Asynchronous Apex
Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations
useRouter in NextJs
Routing – The file-system-based router in Next.js is based on the idea of pages. A file becomes immediately accessible as a route when it is added to the page’s directory. The majority of typical patterns can be defined using the
How to send data from the Parent component to the Child component in LWC
The Lightning Web Component (LWC) is widely used over the salesforce platform to build components that can work dynamically and are a combination of Custom HTML and modern JavaScript. Depending on the need, they can be displayed over Home Page,
Introduction to the rabbitmq message broker
Introduction: RabbitMQ is a message broker software that enables different systems and applications to communicate with each other in a distributed environment. It provides a reliable messaging solution that implements the Advanced Message Queuing Protocol (AMQP). In this post, we
Slack Integration With Laravel
Firstly, create a slack channel with the (composer requires laravel/slack-notification-channel ) command. Create a notification in the laravel project with the command (php artisan make: notification SlackNotification). Create toSlack method in the SlackNotification. Add routeNotificationForSlack in the user model to
Waiver of subrogation in Insurance
Subrogation: When an insurance company keeps a right to legally pursue a third party (who was at fault) that can cause a claim loss to the insured, this is called as subrogation. Most of the time, an individual insurance company
What is LightningAlert in LWC
LightningAlert is a new feature that comes in the summer 22 release. Chrome and Safari decided not to support window.alert so salesforce provides an inbuilt feature called LightningAlert. To use this feature first, we need to import LightningAlert. Example:
Copy data from Azure Storage to a local disk using the Azcopy tool
Step.1 Download Azcopy from Microsoft according to your OS type https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10 These files are compressed as a zip file, so extract them at a location Like D:\azcopy_windows_amd64_10.16.2\ Run AzCopy Sample command:- Step.2 Open the storage container from the Azure portal
How to use SSH tunnel to access phpMyAdmin
Server Side: ssh to your remote machine Block direct access to your PHPMyAdmin and allow it for localhost only. If you have a standalone PHPMyAdmin then go to the apache configuration file and add the following lines. #Restricted the Access
MFA in salesforce
MFA stands for Multi-Factor Authentication, which is a security feature that requires users to provide multiple forms of verification to access a system or application. While Salesforce does not offer a specific Master of Fine Arts (MFA) program, it does