[email protected]
Search…
Release - July 22
[email protected]
Talks on
[email protected]
Principles
🤸
Learn with hands-on exercises
Intro
Prerequisites
Challenges
🧬
Source Code Management
Repository Structure
Branching Model
♾
CI/CD
A Typical CI/CD Pipeline
Artifacts
💞
Implementing your CI-CD
GitHub
GitLab
Azure DevOps
sfpowerscripts
Overview
Features
Types of Packaging
Orchestrator
Docker Images
Metrics and Dashboards
Environment Variables
Command Glossary
🏗
Development Practices
Modular Deployment
Organizing your code / config
Defining the boundaries of a package
Dealing with Org Specific Metadata
Managing Profiles
Tracking Manual Steps
🌲
Environment Management
Environment Strategy
Connecting Environments
Developer Environments
CI Environments
Pooling Scratch Orgs
Refreshing Sandboxes
Release Management
Monitoring Releases
Releasing to an Environment
Team Topology
Team Structure and Roles
⁉
faq
Packaging
sfpowerscripts
🍕
projects
sfp-cli
sfpowerkit
sfmc-devtools
🎬
Media Library
Knowledge Articles
[email protected]
in the media
Tools & Assets Registry
🌈
About Us
Meet Our Team
Key Contributors
Contributing to
[email protected]
Contact Us
Powered By
GitBook
Prerequisites
This section explains all the tools and plugins required for this training session with links to installation guides and product documentation.
Learning Prerequisites
Salesforce Platform Basics
trailhead
SFDX DevOps Starter Pack Trailmix Trailmix | Salesforce Trailhead
trailhead
Adopting Package Based Development at Scale Trailmix | Salesforce Trailhead
trailhead
Salesforce Developer Tooling Learning Map
The Missing Semester of Your CS Education
the missing semester of your cs education
Mastering Git
pluralsight
If you do not have access to Pluralsight, here are some free resources to get you started with Git
Introduction to version control with Git - Learn
docsmsft
Learn Git- Git tutorials, workflows and commands | Atlassian Git Tutorial
Atlassian
First Day on GitHub | GitHub Learning Lab
GitHub Learning Lab
Install SFDX CLI
Salesforce CLI
Set Up Your Salesforce DX Environment
npm install --global sfdx-cli
Install Visual Studio Code + Salesforce Extension Packs
Set Up Visual Studio Code
Visual Studio Code Download Page
Salesforce Extension Pack
Salesforce Extension Pack (Expanded)
Install GIT
Atlassian Tutorial for Git Installation
Git Official Documentation Site
Please note this hands on will not cover GIT and GIT experience is a pre-requisite
Ensure you have setup and configured your SSH keys as well
Install NodeJS
NodeJS Official Site
Install
sfpowerkit
sfdx plugins:install sfpowerkit
Install
sfpowerscripts, sfp-cli
sfdx plugins:install @dxatscale/sfpowerscripts
Create 2 Trailhead Playgrounds
1.
Login to myTrailhead
https://trailhead.salesforce.com/home
2.
Go to
https://trailhead.salesforce.com/users/profiles/orgs
3.
Create 2 trailhead playgrounds
Signup for your own Github Account
Signup for a GitHub account (Skip this step if you already had a github account)
https://docs.github.com/en/github/getting-started-with-github/signing-up-for-github
Set up your CLI to use the Github account
https://docs.github.com/en/github/getting-started-with-github/set-up-git
Learn with hands-on exercises - Previous
Intro
Next - Learn with hands-on exercises
Challenges
Last modified
1mo ago
Copy link
Outline
Learning Prerequisites
Install SFDX CLI
Install Visual Studio Code + Salesforce Extension Packs
Install GIT
Install NodeJS
Install sfpowerkit
Install sfpowerscripts, sfp-cli
Create 2 Trailhead Playgrounds
Signup for your own Github Account