

The Complete Salesforce Development Course at UDEMY Overview
Duration | 31 hours |
Total fee | ₹549 |
Mode of learning | Online |
Credential | Certificate |
The Complete Salesforce Development Course at UDEMY Highlights
- Certificate of completion
- 31.5 hours on-demand video
- 186 downloadable resources and 3 articles
- Access on mobile and TV
- 30-Day Money-Back Guarantee
- Full Lifetime Access
The Complete Salesforce Development Course at UDEMY Course details
- For All Salesforce Development Aspirants
- For Salesforce Admins & Developers
- For Engineering Freshers and Graduate Students
- For Salesforce Platform Developer 1 Certification Aspirant
- For Salesforce Platform Developer 2 Certification Aspirant
- With this course learner will:
- Become better than 90% Salesforce Developer out there
- Web Application Development Architecture
- Salesforce Full-Stack Development
- Apex Programming Fundamentals
- Apex Development
- Lightning Component Development
- Writing Triggers in Apex
- Async Apex - Batch Apex, Queueable Apex, Schedule Apex, Future Methods
- The course is designed for all experience levels
- Learner will learn all the nasty backend stuff (Apex Development) and all the cool frontend stuff (Lightning Development)
- The course can be very helpful for Platform Developer I and Platform Developer II aspirants as well, as 90% of the topics on these exams are covered in the course
The Complete Salesforce Development Course at UDEMY Curriculum
Course Overview
What You'll Get in This Course
Bookmark the Course Resources
How to Get the Most Out of the Course
Web Application Fundamentals
Web Application Architecture
Web Technologies
Salesforce Technologies
Before Development
Your Questions
Declarative Tools in Salesforce
Create Salesforce Dev Org
Code Editors for Salesforce Development
Apex Fundamentals
Hello World - Your First Ever Apex Code
Variables and Heap
Primitive Data Types
String Class Methods
Escape Character
Adding Comments in Your Code
List Datatype - Collections in Apex
Set Datatype - Collections in Apex
Map Datatype - Collections in Apex
Challenge 1 - Variables and Datatype
Challenge Solution - Variables and Datatype
Constants in Apex
Expressions and Operators - Intro
Operators
Challenge 2 - Operators
Challenge Solution - Operators
Datatype Conversion
Control Flow Statements
If-Else Statement
Switch-When Statement
Challenge 3 - Conditional Statement
Challenge Solution - Conditional Statements
The Story of If-Else vs Switch-When
Loops In Apex - Do-While Loop
Challenge 4 - Do-While Loop
Challenge Solution - Do-While Loop
While Loop
Challenge 5 - While Loop
Challenge Solution - While Loop
For Loop
Challenge 6 - For Loop
Challenge Solution - For Loop
Break Statement - Breaking a Loop
Continue Statement - Skipping Loop Iteration
List Iteration For Loops
You Are a Developer
Apex Classes and Methods
OOPS in Apex
Apex Class - Hello World Program (Again :) )
Access Modifiers
Apex Methods
Apex Methods and Access Modifiers Practical
Parameterized Methods
Polymorphic Methods
Static Keyword
Apex Naming Conventions
Improve Previous Code with Apex Methods
Challenge 7 - Apex Methods
Challenge Solution - Apex Methods
Class Constructor
Initialization Blocks
Apex Class Lifecycle
Inner Apex Class Or Wrapper Class