Custom Login Flow in Salesforce is an advanced feature to set up a personalized authentication process beyond the standard username and password.
Browsing: Architecture
This post will provide detail about the best code analysis tools for Salesforce development language like Apex, VF, LWC and Aura component.
This post will integrate Salesforce and Amazon Seller to automate data synchronization for e-commerce businesses.
Heap 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.
We need to integrate external systems to pull information. In this post, we will do Shopify integration with Salesforce using Webhook to pull customer data.
Reports and Dashboards are important to get an insight into the company’s important information. This post will help in Optimize Salesforce Reports and Dashboard.
Salesforce Applications frequently need static data while performing transactions. This post will explain how to enhance apex performance with platform caching.
Callable interface enables developers to use a common interface to build loosely coupled integrations. This post highlights dynamic code execution using callable.
We 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.
Apex triggers enable us to perform custom actions before or after changes to Salesforce records. This post will provide ways to Apex Trigger Code Optimization.