I had also started checking #cohort3 even at 5+ yrs exp and working as salesforce developer just to brush up my knowledge and get a good hand on web3.0 along with super charged fundamentals.
Was always looking for something like this.
Thank you @kirat_tw for this masterpiece.
#100xDevs#OpenSource#buildinginpublic
Learning building vscode extension from scratch.
I was able to build and publish a small extension which logs every commit in json file and notify about potential merge conflict.
https://t.co/RibjQKBWvy
@SalesforceDevs I am using tooling api for some operations like getting permisionSetTabSettings and then inserting data for same.
While packaging it, receiving some errors like auth provider is not found, named creds are not supported
Can someone please help me? @salesforce
The best way to resolve performance and time issues is by using the standard techniques learned in college years like using correct data structures, algorithms, changing arch from monolithic to micro services.
@salesforce@SalesforceDevs
How can I insert fieldPermissions sobject record for a particular profile?
It's working for permission set as we have parentId which is permission set Id but we don't have anything which says about profile Id.
#Salesforce
#SalesforceDeveloper what is the best way we can use metadata api for getting field level permissions, object permission and tab setting for profile and permission set @SalesforceDevs
I am back at backtracking, did my recursions but still I am not able to solve medium level backtracking problems. So I will start again with recursion questions from basics.
#softwareengineer#DSA#DSAWithKunal#LearnInPublic
Day 70 of #100DaysOfCode
Backtracking problems with basics continues...
Letter combinations of a phone number digits.
Can be solved by analyzing recursion tree and using simple backtracking by popping last item from output.
#SoftwareEngineering#SoftwareDevelopment