Monday, July 27, 2020

Setup VSCode with Salesforce

Step by Step guide to setup VSCode with Salesforce
  • Install vscode
  • Install Salesforce CLI (developer.salesforce.com/tools/sfdxcli)
  • Perform following steps to setup project in VSCode
    • View => Terminal
    • Verify that "Salesforce Extension Pack" extension is installed.
    • View => "Command Palette" => "Create Project with Manifest" ==> Select standard ==> Give project name
    • Authorize SF org from "Command Palette"
    • Select Sandbox. Give alias name as name of project.
    • Right click in package.xml and select "SFDX: Retrieve Source in Manifest from Org"
    • You can deploy source to SF org.
    • Using "Command Palette" you can create new Apex Class.

Tuesday, July 7, 2020

Video Tutorials on Compilers

Following is sample video on Principles of Compilers / Language Translators


For getting 100% success rate in exams, please visit Compilers tab of the blog for 26 videos on entire Compilers subject.

Apache Kafka Storm for Beginners

Apache Kafka Storm for Beginners


For other videos on Apache, Kafka and Storm, please visit Apache Kafka Storm tab of the blog.

Shell Scripting for Beginners

Shell Scripting for Beginners


For other videos on Shell scripting, please visit shell scripting tab of the blog.

Monday, July 6, 2020

Design Patterns for Beginners

Design Patterns for Beginners


For getting expertise on Design Patterns, Please visit "Design Patterns" tab on the blog. There you will find links to 23 videos on 23 different design patterns.

Setup VSCode with Salesforce

Step by Step guide to setup VSCode with Salesforce Install vscode Install Salesforce CLI (developer.salesforce.com/tools/sfdxcli) Perform fo...