Are your apps performant? Are they optimized to be as fast as they can be? Learn why making performant apps is a key and how to do that! The post
Are your apps performant? Are they optimized to be as fast as they can be? Learn why making performant apps is a key and how to do that! The post
Do you fetch the same record multiple times in an app? Do you really need to? Is there a better way to do it? Learn how! The post How to
Have you ever made data calls inside a gallery and it takes a long time to load? Learn why it is bad and how to overcome it! The post How
A lot of times you would want to lookup multiple records from a table. Would you do that one at a time or is there a better way to do
Patch is used to create new records or update existing records. Learn how to optimize patch when updating an existing record! The post How to optimize passing a record to