
In one of our lasts dev retrospectives, we started a discussion about how annoying, and sometimes boring, writing unit tests can be. Not because of the tests themselves, but because of how repetitive it can be. And how different tests can look depending on who was working in those tests. And yes, because most of...
Pedro Molina, June 29, 2020 Read More →
Fix Permissions for @AuraEnabled Apex

Deails of a Critical Update that could make Lightning Components stop working for some users, and how to fix the issue using the command line and VSCode.
Dorian Sutton, June 10, 2020 Read More →
Lightning Web Components and shared third-party JavaScript libraries

If you are planning to use a third-party JavaScript library in Lightning Web Components, there is a behavior you have to be aware of: you get an undefined error when you try to load a JavaScript library that has already been loaded by another component. This can happen for example in a Salesforce community that...
Edith Valencia-Martinez, October 31, 2019 Read More →
What (and why) Admins need to know about Unit Testing – 1

Think Unit Testing is just for devs? Think again! Salesforce Developer Dorian explains why you need to be aware of this functionality.
Dorian Sutton, October 15, 2019 Read More →