Welcome to Salesforce Troop
The best part of learning is sharing what you know.
Lightning Web Component
Salesforce lightweight frameworks is used for building single-page applications with dynamic, responsive user interfaces for Lightning Platform apps.
LWC Video Tutorials
If you’re someone who learns better when you can see what you’re trying to accomplish laid out in front of you, then LWC video tutorials are definitely for you.
Salesforce CLI Cheatsheet
SFDX cheat sheet serves as a quick reference for basic Salesforce CLI commands to help you learn DX CLI. This list will help you to quickly remember the relevant commands
LWC Jest Testing
Jest is a delightful JavaScript Testing Framework with a focus on simplicity.Jest allows you to write tests with an approachable, familiar and feature-rich API that gives you results quickly.
LWC Jest Video Tutorials
If you’re someone who learns better when you can see what you’re trying to accomplish laid out in front of you, then JEST video tutorials are definitely for you.
JavaScript Session Slides
The Salesforce Certified JavaScript Developer I video series all slides section-wise you can access here with the single click. A total of eight session slides are available.
JavaScript Dev I Videos
The Salesforce Certified JavaScript Developer I is intended for individuals who have knowledge and experience developing JavaScript applications.
JavaScript Practice MCQ
Test your knowledge with Multiple Choice questions on JavaScripts. Answering multiple-choice questions gives you the confidence to solve any realtime exam.
LWC News Room Project
This tutorial will help you to learn How to Build a News App using the lightning web component and Apex REST Callouts. During this project, you will use the google news API for the latest news.
Kanban board Using LWC without Apex
In this tutorial, you will learn How to Build a kanban board using HTML5 drag and drop features without apex. During this project, you will fetch and update the records without apex call.
Build and Publish your Resume using LWC
In this tutorial, you will learn How to build a resume using lightning web components. Apart from that, you will see how to set up and publish a resume publicly on the community.
Git Cheatsheet
Git cheat sheet serves as a quick reference for basic Git commands to help you learn Git. Git branches, remote repositories, undoing changes, and more.
SLDS Helper Classes
The Salesforce Lightning Design System has many classes and i have curated few of the classes most commonly used in the projects
SOQL
Use the Salesforce Object Query Language (SOQL) to search your organization’s Salesforce data for specific information.
Salesforce Interview Q&A
Most Common Job Interview Questions and Answers. These question will be helpful for fresher as well as for experience salesforce developer.
Validation Rules
Salesforce Validation rules verify that the data a user enters in a record meets the standards you specify before the user can save the record.