Tutorial Videos
Watch my latest Salesforce, OmniStudio, and LWC tutorials focused on real-world use cases.
Build a Job Board in Salesforce LWC | HireMe Mini Project
2025-12-25
Project overview and demo of the HireMe Job Board mini project built using Salesforce Lightning Web Components.
Salesforce LWC Mini Project | Data Model & Environment Setup (Job Board)
2025-12-25
Setup the Salesforce org, create the Job data model, and prepare the environment for the HireMe Job Board application.
Salesforce LWC Mini Project | Build a Reusable Job Tile Component
2025-12-25
Learn how to build a reusable Job Tile Lightning Web Component with clean UI and component architecture.
Salesforce LWC Mini Project | Create Job Records for LWC Demo
2025-12-25
Create realistic Job records in Salesforce to use as demo data for the HireMe Job Board project.
Salesforce LWC Mini Project | Create HireMe App, Console & Home Page
2025-12-25
Create a custom Salesforce app, configure console navigation, and set up a home page for the HireMe Job Board.
Salesforce LWC Mini Project | Build Job Board with Search, Apex & @wire
2025-12-25
Implement job search functionality using Apex and @wire to fetch and display Job data in Lightning Web Components.
Salesforce LWC Mini Project | Apply for Job Using LDS & Toasts
2025-12-25
Learn how to apply for jobs using Lightning Data Service (LDS) and show success or error toast notifications.
Create a Reusable Toast Utility in Salesforce LWC
2025-12-10
Learn how to build a reusable toast notification utility in Salesforce LWC to simplify success, error, warning, and info messages. Includes full folder structure, utility module, demo component, and code walkthrough.
How to Use getRelatedListRecords in LWC to Fetch Related List Data
2025-11-18
Learn how to fetch related list records in Salesforce using the getRelatedListRecords UI API in LWC — without writing Apex. Includes full code for HTML, JS, and mapping LDS response to lightning-datatable.
How to Get All Contacts of an Account using DR
2025-11-07
In this video, I explain how to retrieve all Contacts related to an Account in Salesforce using a DataRaptor (DR).
Increase Drop File Area in Lightning File Upload
2025-11-07
In this video, I’ll show you how to expand the drop-zone area in Lightning File Upload to make it more user-friendly and enhance the overall UI experience.