Author: Jitendra
-
Compilation of resources to learn Lightning Components in Salesforce
An attempt to gather all resources to learn Salesforce lightning component in one blog post
-
How to use Login Flow in Salesforce
What is Login flow in Salesforce and how to solve common yet important problem using Salesforce declarative ability only.
-
Salesforce Developers interview questions – Most commonly used code snippets – part 21
Salesforce interview questions – Most frequently used Apex and visualforce code used by Salesforce developers like “How to query and abort scheduled job using Apex”, “Defining VF page as HTML5”, “Visualforce page as JSON” , “Handling colon in element Id for Jquery” , “Chatter using Apex” and many more.
-
Top Salesforce tools , AppExchange and Heroku applications
List of all my favorite Appexchange products, Heroku applications , Git repository , Free Source codes and some important Blog posts in Salesforce
-
Advance Apex debugging in Salesforce and best practices – Videos
How to resolve apex debug log size limit issue, Difference between Eclipse and developer console, Interactive Apex Debugging, Keyboard shortcuts for Developer console and Other best practices
-
Continuous Integration in Salesforce using Flosum AppExchange
Native Force.com solution for Continuous Integration using AppExchange product Flosum
-
Top Google chrome extensions for Salesforce
Checkout if your favorite Google Chrome extension made it in Top extensions for Salesforce
-
System mode or God mode in Apex – Gotchas
Gotchas of System mode or God mode in Apex and its impact by using “With sharing” keyword in Salesforce
-
Salesforce to Salesforce integration using Named Credentials in 5 lines
I have already written article to integrate Salesforce with other Salesforce instance around 3 years back. In last 3 years, Salesforce has changed a lot. This time I will integrate Salesforce with other Salesforce only only in 5 lines of code, can you believe it 🙂 ? Check my old article, and its around 50+…