This post will provide detail about the best code analysis tools for Salesforce development language like Apex, VF, LWC and Aura component.
Architecture
- ApexArchitectureIntegrationSalesforce
Automating data synchronization between Salesforce and Amazon Seller
by Dhanik Lal Sahni May 15, 2023This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
- ArchitectureLightningSalesforce
Steps for Successful Salesforce data migration
by Dhanik Lal Sahni April 17, 2023Salesforce data migration is transferring data from one system to Salesforce Org. This post will give a high-level design for Salesforce Data Migration.
- ApexArchitectureSalesforce
Handle Heap Size for Apex Code Optimization
by Dhanik Lal Sahni March 30, 2023Heap size is theĀ amount of memory needed to store object variables in memory. This post will list out ways to handle heap size for apex code optimization.
- ApexArchitectureCertificationIntegrationintegration architectureSalesforce
Shopify integration with Salesforce using Webhook
by Dhanik Lal Sahni March 15, 2023We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
- ApexArchitectureSalesforceSalesforce
Optimize Salesforce Reports and Dashboard
by Dhanik Lal Sahni October 31, 2022Reports and Dashboards are important to get an insight into the company’s important information. This post will help in Optimize Salesforce Reports and Dashboard.
- ApexArchitectureSalesforce
Build Scalable Solutions with Salesforce
by Dhanik Lal Sahni August 6, 2022While Solutioning, should we consider the scalability of the Salesforce Application? Should we even think about scalable solutions in Salesforce?
- ApexArchitectureSalesforce
Enhance Apex Performance with Platform Caching
by Dhanik Lal Sahni July 26, 2022Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
- ApexArchitectureSalesforce
Dynamic Code Execution using Callable Interface
by Dhanik Lal Sahni July 11, 2022Callable interface enables developers to use a common interface to build loosely coupled integrations. This post highlights dynamic code execution using callable.
- ApexArchitectureAWSIntegrationSalesforce
AWS Signature 4 Signing in Salesforce
by Dhanik Lal Sahni April 18, 2022We use different AWS services in Salesforce for different use cases. This post will explain how to generate an authentication token using AWS Signature 4 Signing in Salesforce Apex.