Sib sankar Bagsibbagsfdx.hashnode.dev·Aug 18, 2024Salesforce DevOps CenterSalesforce DevOps Center is a free salesforce devops tool that helps IT teams build and deploy software applications using DevOps best practices. It's designed for hybrid teams, including those with developers of different skill levels, and allows de...Salesforce
Sib sankar Bagsibbagsfdx.hashnode.dev·Aug 18, 2024Static Code Analysis - Ensuring Code Quality with SonarQubeWhat is SonarQube? SonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. It performs automatic reviews of code to detect bugs, vulnerabilities, and code smells in your projects. By integrating a wide...Salesforce
Prodhiprodhi.hashnode.dev·Dec 4, 2023Data seeding in Salesforce: maintain the same auto number values across different orgsData seeding between organizations in Salesforce is a common practice for several reasons. It facilitates data consistency, ensures testing environments mirror production environments and aids in data migration and backup processes. However, one crit...36 readsSalesforce
Prodhiprodhi.hashnode.dev·Nov 30, 2023Salesforce CI/CD using Github ActionsIntroduction: In the modern agile world, Continuous Integration and Continuous Deployment (CI/CD) have become a staple for delivering high-quality software efficiently. In the Salesforce ecosystem, leveraging CI/CD pipelines not only accelerates the ...Salesforce