Initiating Your Linux Journey: An Introductory Guide for Beginners (Part 2)

Essential Commands to Know: 1.Command Manual The initial command I’d like to introduce is one that serves as a valuable resource for comprehending various other commands. The ‘man’ command offers an in-depth overview, including the synopsis, author’s name, available options, a brief description, and other informative details pertaining to the specified command. 2.Command to Determine …

Initiating Your Linux Journey: An Introductory Guide for Beginners (Part 2) Read More »

Encryption of JSON Data using AES

Opening statement Encryption has emerged as a critical necessity in the realm of software development, particularly in light of the risks tied to handling sensitive information. This imperative extends not only to safeguarding data within our internal systems but also to securing data transmitted over networks. A noticeable trend has arisen wherein an increasing number …

Encryption of JSON Data using AES Read More »

Locate metadata references using the Salesforce Dependency API.

When working on enhancements or user stories for the Salesforce application, we often introduce numerous new features. Before making modifications to the existing system, it is crucial to analyze the objects that are being referenced. Identifying these referenced objects is not always straightforward. Salesforce has addressed this challenge by introducing a new object called MetadataComponentDependency …

Locate metadata references using the Salesforce Dependency API. Read More »

Implementing force:refreshView (getRecordNotifyChange) within a Lightning web component.

We have a strong appreciation for the Lightning UI and the aura feature (e.force:refreshView) that efficiently refreshed data on the current Lightning page, record, or component. We found this functionality lacking in LWC, and observed that many resorted to a workaround involving a combination of Aura and LWC to achieve this. However, with the advent …

Implementing force:refreshView (getRecordNotifyChange) within a Lightning web component. Read More »

Best Practices and Considerations for Lightning Web Components (LWC)

Hello again! This blog post will be unique as I will continuously update it with the latest discoveries. In this blog post, I will discuss best practices and considerations related to LWC, drawing from my experience both with Salesforce and personally. Let’s begin with the topic of FOR LOOPS. JavaScript ES6 introduced various types of …

Best Practices and Considerations for Lightning Web Components (LWC) Read More »

Best Practices and Considerations for Lightning Web Components (LWC)

Hello again! This blog post will have a unique format as I’ll continually update it with the latest insights. In this blog post, I’ll be discussing best practices and considerations related to LWC, drawing from my own personal experiences in addition to Salesforce recommendations. To begin, let’s dive into the topic of FOR LOOPS. 1.Working …

Best Practices and Considerations for Lightning Web Components (LWC) Read More »