Yesterday we’ve merged Spring ’22 branches into our Sample apps. These include examples of new great features that developers can use from today. Check the content we’ve published to learn about all these improvements!

Yesterday we’ve merged Spring ’22 branches into our Sample apps. These include examples of new great features that developers can use from today. Check the content we’ve published to learn about all these improvements!
Winter ’22 release is here, and with it, new GA features that developers can use today, as well as developer preview, beta and pilots that you can try out. Last week I gave a talk to the Amsterdam Developer Group in which I went over all these features, explaining what they’re about, how to try them out, and where to find more information.
Continue reading “Winter ’22 Highlights for Salesforce Developers”Making the move from Aura to LWC is an important step that everyone should be doing already. It will bring you a ton on benefits, while the effort is not that big. If you want to do some more reading about this topic, take a look at the following blog post. Bear in mind it’s targeted for an architect’s mindset. If you’re a video person, take a look at the next video – with more detail, more suitable for developers:
Some weeks ago I decided to talk about modern JavaScript features that you can use in LWC. Usually there’s a lot of confusion around this topic, as people believe that only certain JavaScript features, from versions < ES9 can be used in LWC. But this is not true! You can use features from newer versions as long as your browser supports them. The only caveat is that we don’t transform them to ensure backwards compatibility. But that shouldn’t be a problem if your customers use a modern browser (often the case). I explain everything about this topic in the next videos. Watch the series to understand the guts of LWC compilation and why it’s true what I just said, and also learn about some the most interesting features from ES9 to ES12 that will make your code much more professional! If you prefer some reading, take a look at this blog post on our developer site.
Accessibility in today’s world is a must! Thus, in the past weeks I’ve spent some time implementing automated tests that check for accessibility issues in Sample Gallery apps. To check for accessibility issues I’ve used sa11y, a set of open source JavaScript libraries that detects machine knowable accessibility issues and that can be used with Jest, WebdriverIO or just generic JavaScript.
Continue reading “Automated Accessibility Tests with sa11y”After some time working with LWC, I’ve realised how enlightening is to understand what web components standards are about, how you build web components in vanilla JavaScript (plain JavaScript), and what LWC does for you, to help you create web components easily.
Continue reading “Web Components Standards”In the last weeks, I have created a webinar series to help developers move from Visualforce to LWC. Weren’t you able to join? No worries, here you have the recordings, both in English and in Spanish!
Continue reading “Webinar Series: Visualforce to LWC”This month I had the pleasure to present at several community groups to talk about the announcements and features showcased at TDX 2020. I spoke about Salesforce Functions, new Apex features, Code Builder and Lightning Web Runtime (including a demo!).
Continue reading “TrailheaDX 2020 Global Gatherings”Los test unitarios son un must para conseguir un código mantenible, blindado frente a errores y fácil de depurar. En definitiva aplicaciones de CALIDAD.
Continue reading “Tests Unitarios para LWC === Calidad! [ESP]”Read the blogpost I published in the Salesforce Developers blog.