Application Development


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 →

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 →