This page includes resources related to a presentation I gave at Cactusforce 2025. Session Title Architect’s Guide to Designing Composable Solutions Session Description This session will offer attendees insights into the practical application of composable solutions on the Salesforce platform. Attendees will learn from the real-world example of how Western […]
Tag: Apex
Getting Started with the Salesforce Code Analyzer
Salesforce recently announced the general availability of their own code analyzer tool, which brings popular quality scans to the local development environment, including PMD, ESLint, RetireJS, Cop/Paste Detector and Salesforce Graph Engine.
View Sonar Analysis for Apex in VS Code
In previous posts, we looked at how to set up SonarCloud code analysis for Salesforce using automatic analysis, as well as GitHub Actions to trigger scans from a CI job. Show the results of code analysis once changes are merged to a shared branch is great, but ideally develops are […]
Add Apex Code Coverage to GitHub Pull Requests with SonarCloud
In the previous SonarCloud post, we looked at how to set up SonarCloud code analysis for Salesforce using automatic analysis, as well as GitHub Actions to trigger scans from a CI job. If you want to include Apex test code coverage in the SonarCloud dashboard then running the scan from […]
SonarCloud Code Analysis for Salesforce
SonarCloud is the hosted offering of SonarQube, provided by SonarSource. In this post we will look at how to run a Sonar code quality scan on a Salesforce project using automatic analysis and GitHub Actions. The example in this post is focused on Apex classes and triggers, but SonarCloud also […]
Free Tools for Working with Salesforce Data
Learn about several free Salesforce query tool options.