Salesforce Developer Training FREE

Want to become a Salesforce Developer? Salesforce Development skills are in demand IT skill on job postings worldwide. Now is a great time to learn Salesforce Admin and Salesforce Development to change your career to the cloud. I hope this FREE Salesforce Developer Training will help you in leaning Salesforce Development and completing your Salesforce Developer Certification.

What is Salesforce Developer?

Salesforce Developer is one of most demanding skill in Salesforce industries. A Salesforce Developer is a programmer who builds Salesforce Application on various PAAS platforms. Salesforce Developer is one who used to write the code on Salesforce platform using Apex, Java Script, Aura and Lightning Web Components.

Roles and Responsibilities of a Salesforce Developer is to understand the Salesforce platform out of the box functionality and then customize the Salesforce application base on client requirement using coding or configurations. These developers use tools such as Apex , Visualforce, Aura and Lightning Component in order to develop apps.

Salesforce Developers Salary

How much I can earn a Salesforce Developer is always a hot question. As per Salesforce Article average Salesforce Developer Salary is $108,000 in USA.

How to become Salesforce developer

How to Become a Salesforce Developer? We are glad that we did one Salesforce Developer training course in ApexHours. Good news is that we recorded all sessions and posted them on YouTube. After completing this free course you will master in Apex, Understand the Trigger, Batch job, SOQL ,basic of Aura and LWC. Let start your journey, the world’s No. 1 CRM software!

Salesforce Developer course content

It highly recommend to check Salesforce Admin Training first before getting started with Salesforce Developer training. The topics below are what will be covered, over the course of the 10+ sessions as a part of the Salesforce Developer course curriculum.

Introduction to Apex Part 1

So, you have decided to commence your journey as a Salesforce developer and put your career in the fast-paced lane. Join us as you embark on this wonderful journey to become a champion Salesforce developer. In this module we will introduce the Salesforce platform and acquaint the attendees with Apex.

  1. Declarative Vs Programmatic Approach of Development
  2. Datatypes in Apex
  3. Operators in Apex
  4. System.Debug()
  5. Familiarizing to Dev Tools – VS Code, Anonymous Block

Check blog here.

YouTube video

Introduction to Apex Part 2

In this episode we will pop the hood and dwell further to unravel the mysteries of programmatic development in Salesforce using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Anatomy of Class
  2. Methods
  3. Static Vs Instance methods
  4. Pass by Value Vs Reference
  5. Introduction to Object Oriented Programming (OOP)
  6. Extending a Class
  7. Interfaces

Check blog post here.

YouTube video

Tools for Development & Debugging Apex

In this episode we will unravel the mysteries around the tools required for developing and debugging your code in Salesforce. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Debugging Code in Salesforce
  2. Introduction to Integrated Developer Environment (IDE)
  3. Capabilities of various IDEs
  4. Demo

Check blog post here.

YouTube video

Querying & Manipulating Salesforce Data

In this episode we will learn about retrieving and manipulating data stored within Salesforce programmatically using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. What is SOQL
  2. Basics of SOQL
  3. Relationship Queries
  4. SOQL in Apex, Querying Records in Batches by Using SOQL for Loops
  5. Introduction to SOSL
  6. Using the right tool for the job SOQL Vs SOSL
  7. Understanding DML Operations & Methods
  8. Writing optimal queries – Query Plan

Check blog post and PPT here.

YouTube video

.

YouTube video

Writing Apex Triggers

In this post we will learn about writing triggers to fire business logic using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer. Apex triggers within Salesforce are designed to help you automate certain tasks. Apex triggers allow you to perform custom actions before and after events in Salesforce. These events can include things such as data insertions, updates to existing data, or deletions

  1. What is Apex Trigger in Salesforce
  2. What are different type of Triggers?
  3. When Should we Use Trigger?
  4. Trigger Events in Salesforce
  5. Trigger Handler pattern

Check blog post and PPT here.

YouTube video

.

YouTube video

Writing Unit Tests in Apex

Testing is in imperative aspect of the software development life-cycle. In this episode we will learn about writing unit test code to verify the implemented business logic using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. What are Unit Tests?
  2. Why are Unit Tests needed?
  3. Anatomy of a Unit Test Code
  4. Running Unit Tests and understanding code coverage
  5. TestDataFactory

Check blog post and PPT here.

YouTube video

.

YouTube video

Asynchronous Processing in Apex

Writing business logic in Apex that runs for a long duration is often a key ask by customers. In this episode we will learn about writing asynchronous process in Apex using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Avenues of writing asynchronous processes
  2. Batch Processing
  3. Writing Scheduled Cron Jobs
  4. Future Methods
  5. Queueable

Check PPT and assignment here.

YouTube video

.

YouTube video

Integrating with Salesforce – Part 1

Salesforce is a service first platform and it is often required to integrate Salesforce with external applications and services. In this episode we will learn about performing callouts to external services using Apex. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Web Communication Fundamentals
  2. Understanding REST Vs SOAP
  3. Message Exchange Formats – XML & JSON
  4. Performing Callouts to External Services HTTP Request & HTTP Response

Check PPT and assignment here.

YouTube video

.

YouTube video

Integrating with Salesforce – Part 2

Salesforce is a service first platform and external services also require to call Salesforce to retrieve or modify data within Salesforce. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. External Service Callins to Salesforce
  2. Salesforce Vs Apex REST
  3. SOAP Callins using WebMethods
  4. Enterprise & Partner WSDL

Check assignment and PPT here.

YouTube video

.

YouTube video

Building Custom User Interfaces using Visualforce

User Experience is an essential element of any application and Salesforce is no exception to this. In this episode, we will explore the programmatic capability of the platform to build custom user experiences. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Introduction to Visualforce
  2. MVP Pattern
  3. Visualforce Constructs & Tags
  4. Understanding Visualforce Controllers
  5. Standard Controllers
  6. Custom Controller
  7. Exptensions
  8. Capabilities & Considerations for Custom User Interfaces

Check assignment and PPT here.

YouTube video

Custom User Interfaces using AURA

User Experience is an essential element of any application and Salesforce is no exception to this. In this episode, we will explore the programmatic capability of the platform to build single page applications. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Introduction to Lightning Aura Components
  2. Anatomy of a Lightning Aura Component
  3. Attributes and Expressions
  4. Communication with Salesforce
  5. Event in Aura
  6. Debugging Aura Components
  7. Styling UI with SLDS

Check assignment and PPT here.

YouTube video

Building Custom User Interfaces using LwC – Part 1

User Experience is an essential element of any application and Salesforce is no exception to this. In this episode, we will explore the programmatic capability of the platform to build responsive applications which comply with the general web development standards. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Introduction to Lightning Web Components
  2. Aura vs LWC
  3. Anatomy of a Lightning Web Component
  4. Lightning Playground
  5. Create your first Lightning web components
  6. Properties in LWC
  7. Invoking Apex from LwC

Check assignment and PPT here.

YouTube video

Building Custom User Interfaces using LwC – Part 2

User Experience is an essential element of any application and Salesforce is no exception to this. In this episode, we will explore the programmatic capability of the platform to build responsive applications which comply with the general web development standards. Join us as you embark on this wonderful journey to become a champion Salesforce developer

  1. Managing Navigation in LwC
  2. Working with Events
  3. Accessing Salesforce Data
  4. Using Custom Components in Lightning Experience

Check assignment and PPT here.

YouTube video

Recording

Check complete Salesforce Developer training recording here.

Salesforce Developer Training Recording

Each of these session are every well designed with some live example and we include assignment in each session with trailhead modules. Don’t forget to subscribe our YouTube Channel and Blog for more upcoming sessions.

Summary

Salesforce Development skill most demanding in job market. I hope this FREE Salesforce Developer Training will help you to get started with your Salesforce Developer journey and become a Salesforce developer. If this Salesforce Developer Training helped then please let us know by a comment. Looking forward for your feedback and comment.

Amit Chaudhary
Amit Chaudhary

Amit Chaudhary is Salesforce Application & System Architect and working on Salesforce Platform since 2010. He is Salesforce MVP since 2017 and have 17 Salesforce Certificates.

He is a active blogger and founder of Apex Hours.

Articles: 461

12 Comments

  1. Hi Sir ,
    Hope you are doing well
    I’ve done 6 months Internship/Training as a Salesforce developer/Admin now I’m looking for a job as a salesforce developer as a trained fresher ,but there is a limited jobs are available in the market on this profile and on those I’ve applied ,can’t receive any revert back .
    How can I overcome this , Please help/Direct me sir how to get placed or to get a job.

Leave a Reply

Your email address will not be published. Required fields are marked *