• Post category:StudyBullet-5
  • Reading time:9 mins read


What you will 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

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                    46%

  • Testing                                                         12%

  • Data Modeling and Management               12%

  • User Interface                                              10%

  • Debug and Deployment Tools                    10%

  • Salesforce Fundamentals                            10%

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:


Get Instant Notification of New Courses on our Telegram channel.


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!

English
language

Content

Introduction

Course Introduction Video

Introduction to Apex & its Uses

Introduction to Apex
Uses of Apex & Apex Supports

Basics of Developer Console

Basics of Developer Console

Data Types in Apex

Data Type – Primitive
Data Type – sObject
Data Type – Collection – List
Data Type – Collection – Set
Data Type – Collection – Map

Lists in Apex

Adding Elements in the List
Adding Values and Combining the List
Add Set to other List, Clearing and Cloning the List
Contains and Equal Methods in the List
Get and Indexof Methods in the List
Isempty and Remove Methods in the List
Size and Sort Method in the List

Set in Apex

Introduction to Set in Apex
Using Add All from List Method
Using Add All from Set Method
Using Contain setElement Method
Using Equals Set Method

Map in Apex

Introduction to Map in Apex
Implementing Key Values
Using PutAll from Map Method
Using pullAll, Remove, Size and Values methods

Obejct in Apex with Collection and Loop

sObjects in Apex
Creating set of IDs sObjects
Creating map of id’s in sObjects

DML in Apex

Introduction to DML in Apex
Implementing Account Variable in DML
More about DML Operations in Apex

Apply Collection, Loop and DML together

Implementing sObject, Collection, Loop and DML

Database Class Methods in Apex

Introduction to Database Methods in Apex
Comparison Between DML Statement or Database Method

SOQL and SOSL in Apex

SOQL in Apex
SOSL in Apex
Example – Parent to Child SOQL
Example – Child to Parent SOQL

Exploring Apex Trigger in Salesforce

Introduction to Apex in Trigger
Creating Apex Trigger
Trigger Context Variables
Before Insert Vs After Insert in Trigger
Before Update Vs After Update in Trigger
All Before Events Together
All Before Events Together
After Undelete
Apply Validation through Trigger
Learning About Database Class & addError() Method in Apex Trigger
Prevent Recursion in Trigger
Triggers and Order of Execution

Exploring Apex Tests in Salesforce

Introduction to Apex Test Class
Writing positive and negative test cases in Apex Test Class
Learning About sObjects and Apex Tests