The Importance of Accessibility in Salesforce Development
Reading time: 5 minutes
In 2016, a man named Guillermo Robles decided to order pizza from Domino’s. Despite his best efforts, his attempt was unsuccessful. Guillermo, a blind man, relied on screen reader software to navigate the web, and both Domino’s website and mobile app proved unusable and inaccessible with his assistive software. He later sued Domino’s under the...
Reusing Code in Lightning Web Components
Reading time: 4 minutes
Lightning Web Components are great for breaking down layouts and interfaces into small, reusable pieces. Still, there are situations where you may want to reuse code throughout your components: validations, string adjustments, etc. It doesn’t make sense to write the same code in multiple places – instead, we can move that code into reusable utility...