Basic Template to start development in salesforce containing helper methods,trigger frame works,helper components
Basic Code Structure for any project
TestDataFactory : test class data helper class
a.getAdminUser() : returns system admin user
b.getStandardUser() : returns standard user
c.createContentVersion(Boolean isInsert) : return contentVersion
Log : loging helper class to unify loging to system
a.exception(Exception ex),exception(Exception ex,String msg) : logs exception with error logging level and add exception data
b.error(String msg) : logs message with error loging level
c.warn(String msg) : logs message with warn loging level
d.info(String msg) : logs message with info loging level
e.debug(String msg) : logs message with debug loging level
UITheme : Get Users current displayed theam
a.getTheme() : returns users current view state theme
ConnectApiHelper : helper class to post message to chattter
a.createFeedItemInputFromBody(): add’s text to exsisitng chatter message
Apex::[LogTest]::Apex
Apex::[all]::Apex
add git secrete variable
SFDX_PRODUCTION_URL
and value of it copy from running command
sfdx force
display --targetusername <orgname> --verbose
and copy Sfdx Auth Url