image
The Ultimate Drawing Course Beginner to Advanced...
$179
$79
image
User Experience Design Essentials - Adobe XD UI UX...
$179
$79
Total:
$659

Description

Become a Pro Salesforce Dev and Pass the PD1 Exam in days, not weeks 
This course makes things easier for you.
After the release of my Salesforce Admin Masterclass, Students have been continuously asking for a course on Apex, a course on Lightning, and course on visualforce, and a course on development.
So here it comes, the Salesforce Platform Developer Masterclass. This course covers it all. Not only the concepts but also helps you to pass the exam within your first attempt.
Exam Topics Covered (As Per Official Exam)
Logic and Process Automation                   40%
Data Modeling and Management               13%
User Interface                                               23%
Testing, Debugging and Deployment         17%
Salesforce Fundamentals                             7%
Worried about hand-holding?
I will be answering all your questions and
guiding you throughout your journey
. This is not just an online course but a

whole new experience.
Do not forget that I have taught university students for more than a decade and I am well versed in teaching methods that even a high school student can learn this.
Passing the exam vs Practical application of knowledge:
The major goal of this course is to pass the PD1 Exam but not with a compromise in the practical application of the knowledge hence I will be covering both - the important concepts as per the exam and the important concepts as per the interviews and real life experience. Infact the reality is, The more practical experience you have, the easier the exam becomes and that is my ultimate strategy for you.
Enroll now

and take the next step
towards your promising future!
Who this course is for:
Working Professionals who wants to pass Salesforce Platform Development 1 Exam
Students interested in the Development Side of Salesforce
Anyone interested in Apex, Lightning and Visualforce
Highly Recommended For Salesforce Admin 201 Certified People to accelerate and uplift their career

What you'll learn

Pass your Platform Developer 1 Exam within First Attempt

Learn Salesforce Apex, Lightning and Visualforce

Gain confidence to pass Interviews and do your Job

Futureproof your career with ever growing Salesforce Developers Demand

Requirements

  • You will need a copy of Adobe XD 2019 or above. A free trial can be downloaded from Adobe.
  • No previous design experience is needed.
  • No previous Adobe XD skills are needed.

Course Content

27 sections • 95 lectures
Expand All Sections
1-Introduction
1
1.1-Course Introduction Video
2-Introduction to Apex & its Uses
2
2.1-Introduction to Apex
2.2-Uses of Apex & Apex Supports
3-Basics of Developer Console
1
3.1-Basics of Developer Console
4-Data Types in Apex
5
4.1-Data Type - Primitive
4.2-Data Type - sObject
4.3-Data Type - Collection - List
4.4-Data Type - Collection - Set
4.5-Data Type - Collection - Map
5-Lists in Apex
7
5.1-Adding Elements in the List
5.2-Adding Values and Combining the List
5.3-Add Set to other List, Clearing and Cloning the List
5.4-Contains and Equal Methods in the List
5.5-Get and Index of Methods in the List
5.6-Isempty and Remove Methods in the List
5.7-Size and Sort Method in the List
6-Set in Apex
5
6.1-Introduction to Set in Apex
6.2-Using Add All from List Method
6.3-Using Add All from Set Method
6.4-Using Contain setElement Method
6.5-Using Equals Set Method
7-Map in Apex
4
7.1-Introduction to Map in Apex
7.2-Implementing Key Values
7.3-Using PutAll from Map Method
7.4-Using PutAll, Remove, Size and Values methods
8-Object in Apex with Collection and Loop
3
8.1-sObjects in Apex
8.2-Creating set of IDs sObjects
8.3-Creating map of id's in sObjects
9-DML in Apex
3
9.1-Introduction to DML in Apex
9.2-Implementing Account Variable in DML
9.3-More about DML Operations in Apex
10-Apply Collection, Loop and DML together
1
10.1-Implementing sObject, Collection, Loop and DML
11-Database Class Methods in Apex
2
11.1-Introduction to Database Methods in Apex
11.2-Comparison Between DML Statement or Database Method
12-SOQL and SOSL in Apex
4
12.1-SOQL in Apex
12.2-SOSL in Apex
12.3-Example - Parent to Child SOQL
12.4-Example - Child to Parent SOQL
13-Apex Trigger in Salesforce
13
13.1-Introduction to Apex in Trigger
13.2-Creating Apex Trigger
13.3-Trigger Context Variables
13.4-Before Insert Vs After Insert in Trigger
13.5-Before Update Vs After Update in Trigger
13.6-Before Delete Vs After Delete
13.7-After Undelete
13.8-All Before Events Together
13.9-All After Events Together
13.10-Apply Validation through Trigger
13.11-Learning About Database Class & addError() Method in Apex Trigger
13.12-Prevent Recursion in Trigger
13.13-Triggers and Order of Execution
14-Apex Tests in Salesforce
7
14.1-Introduction to Apex Test Class
14.2-Writing Apex Test Class
14.3-Writing positive and negative test cases in Apex Test Class
14.4-Learning About sObjects and Apex Tests
14.5-Apex Test Class for Trigger
14.6-@TestSetup annotation in Apex Test Class
14.7-TestUtility for Bulk Data Creation in Apex Tests
15-Asynchronous Apex in Salesforce
9
15.1-Introduction to the Asynchronous Apex
15.2-Learning Future Method in Apex
15.3-Understanding Batch Apex
15.4-Example - Batch Apex Implementation with Test Class
15.5-Understanding Queueable Apex
15.6-Example - Queueable Apex Implementation with Test Class
15.7-Understanding Scheduled Apex
15.8-Example - Scheduled Apex implementation with Test Class
15.9-Learning about Schedule Batch Apex
16-Exploring Visualforce
15
16.1-Introduction to Visualforce
16.2-Creating the First Visualforce Page
16.3-Render Visualforce Page through a Tab
16.4-Place VF Page on Lightning Home Page, App Page, Record Page
16.5-Launch VF Page Through Quick Action
16.6-Override Standard Button with VF Page
16.7-Page Structure, Variable and Expressions
16.8-Standard Controller Implementation using table, tr, td tags
16.9-Standard Controller Implementation using VF Page Structure tags
16.10-Use of Standard Controller to insert as well as update records
16.11-Standard List Controller with List Views
16.12-Standard List Controller with Pagination
16.13-Custom Controller in Visualforce
16.14-Controller Extension and Global Action
16.15-UI for Record Data along with Related Records
17-Lightning Aura Component Development
9
17.1-Introduction to Lightning Components
17.2-Understand Lightning Component Bundle
17.3-Create Lightning Component and Applications
17.4-Placing Lightning Component on App Page, Home Page, Record Page, Action and Tabs
17.5-Use VF Page in Lightning Component
17.6-Attributes and Expression
17.7-How to call JS controller function in component
17.8-Bounded and Unbounded Expression
17.9-How to call Apex Class in Aura Component
18-Lightning Web Component
7
18.1-Introduction to Lightning Web Component
18.2-Create First Lightning Web Component
18.3-Deploy Lightning Web Component
18.4-Migrating Markup, CSS, JS
18.5-@api and @track
18.6-@wire
18.7-Demo : Use of @api
Public Vs Private Property;18.8-Demo : Use of @wire
2
Lightning Data Service Wire Adapter by Importing Field Ref
18.9-Demo : Use of @wire
Lightning Data Service Wire Adapter using Field API as str;18.10-Demo : Use of @wire
1
Wire Service with Apex Class Method