Skip to main content

Posts

Showing posts with the label VS code

Latest Post

How to Set Up Two-Factor Time-Based One-Time Password (TOTP) Authentication on iPhone Without Third-Party Apps

Unlocking an additional layer of safety to your iPhone is less difficult than you might suppose. With Two-Factor Time-Based One-Time Password (TOTP) authentication, you may bolster your device's protection and other website safety without relying on 1/3-party apps. Here's how you could set it up:

Setup Visual Studio Code (Vs code) with Salesforce CLI and Salesforce extension pack

Here is a simplest and easiest steps to complete the VS code, Salesforce extension pack, JAVA, Salesforce CLI setup in your computer. Step 1 :-  The first step is to install and configure java in your computer.               a). Download and Install JAVA:- Download java development kit from here and install it. Steps to configure environment variable for java :-                                           1.  Right click My Computer and select Properties.               2.  On the Advanced tab , select Environment Variables , and then Create New Variable and give new variable name  JAVA_HOME to point to where the JDK software is located, for example, C:\Program Files\Java\jdk1.89.0. Copy your installed JDK  path and paste it in  Variable Value . Open command...

Salesforce knowledge park is here...

Here is a list of Salesforce, Trailhead, VS Code, Lightning ,LWC learning resources at one palace . without adding too much theory lets go...  1. Lightning Design system:- This includes cross-browser compatible CSS, Icon, Font, Component and design guidelines. Just copy the base design and use on your pages. Lightning Design System 2. Lightning Web Component:-   This is library where you can find LWC related all the materials including Locker console, Playground. Lightning Web Component  3. Salesforce LWC Playground:-  Here you can play with HTML, JavaScript and CSS. This tool also gives download and upload functionality.