Salesforce Trailhead 2023 – Developer Intermediate
Salesforce Trailhead 2023 – Developer Intermediate, available at $49.99, has an average rating of 4.15, with 53 lectures, based on 12 reviews, and has 176 subscribers.
You will learn about Lightning Platform API Basics User Interface API Apex Integration Services Asynchronous Apex Platform Events Basics Application Lifecycle and Development Models Change Set Development Model Org Development Model Platform Cache Basics Big Object Basics This course is ideal for individuals who are Have completed Salesforce Trailhead 2020 – Admin Beginner, Admin Intermediate, and Developer Beginner Courses It is particularly useful for Have completed Salesforce Trailhead 2020 – Admin Beginner, Admin Intermediate, and Developer Beginner Courses.
Enroll now: Salesforce Trailhead 2023 – Developer Intermediate
Summary
Title: Salesforce Trailhead 2023 – Developer Intermediate
Price: $49.99
Average Rating: 4.15
Number of Lectures: 53
Number of Published Lectures: 53
Number of Curriculum Items: 53
Number of Published Curriculum Objects: 53
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Lightning Platform API Basics
- User Interface API
- Apex Integration Services
- Asynchronous Apex
- Platform Events Basics
- Application Lifecycle and Development Models
- Change Set Development Model
- Org Development Model
- Platform Cache Basics
- Big Object Basics
Who Should Attend
- Have completed Salesforce Trailhead 2020 – Admin Beginner, Admin Intermediate, and Developer Beginner Courses
Target Audiences
- Have completed Salesforce Trailhead 2020 – Admin Beginner, Admin Intermediate, and Developer Beginner Courses
You are required to have successfully completed the following Udemy courses before you take this one:
-
Salesforce Trailhead 2021 – Admin Beginner
-
Salesforce Trailhead 2021 – Admin Intermediate
-
Salesforce Trailhead 2021 – Developer Beginner
The Developer Intermediate trail has modules that are covered in the two Admin and Developer courses above. Without completing the three courses above, your developer intermediate trail will not be complete.
If you have completed the three courses above, then you’re ready to rock’n roll! It’s development time!
My aim and final goal is to equip and guide you so that you are able to develop your own Salesforce Apps that are App Exchange ready.
This course is only the starting point for your salesforce development adventure. The final destination is for you to be able to distribute your own apps at the Salesforce App Exchange.
Developer Intermediate
Take your apps to the next level with powerful integration and mobile tools.
Quick Start: Lightning Web Components
Set up your developer environment and create your first Lightning web component.
-
Set Up Your Salesforce DX Environment~10 mins
-
Set Up Visual Studio Code~5 mins
-
Create a Hello World Lightning Web Component~5 mins
Lightning Platform API Basics
Get to know the Salesforce Lightning Platform APIs and learn to integrate your data.
-
Get to Know the Salesforce Lightning Platform APIs~15 mins
-
Use REST API~20 mins
-
Use SOAP API~30 mins
-
Use Bulk API~25 mins
-
Use Streaming API~30 mins
User Interface API
Build UI for custom Salesforce apps with User Interface API.
-
Get Started With User Interface API~15 mins
-
Install the Sample App~30 mins
-
Build UI to Display a Record~15 mins
-
Build UI to Edit a Record~15 mins
-
Build UI to Create and Clone a Record~10 mins
-
Build UI for Dependent Picklists~20 mins
Apex Integration Services
Integrate with external apps using Apex REST and SOAP services.
-
Apex Integration Overview~10 mins
-
Apex REST Callouts~40 mins
-
Apex SOAP Callouts~20 mins
-
Apex Web Services~50 mins
Asynchronous Apex
Write more efficient Apex code with asynchronous processing.
-
Asynchronous Processing Basics~10 mins
-
Use Future Methods~20 mins
-
Use Batch Apex~25 mins
-
Control Processes with Queueable Apex~25 mins
-
Schedule Jobs Using the Apex Scheduler~20 mins
-
Monitor Asynchronous Apex~10 mins
Platform Events Basics
Deliver custom notifications within the Salesforce platform and in external apps.
-
Understand Event-Driven Software Architecture~15 mins
-
Define and Publish Platform Events~15 mins
-
Subscribe to Platform Events~20 mins
Aura Components Basics
Use Aura components to build modern web apps with reusable UI components.
-
Before You Start~10 mins
-
Get Started with Aura Components~15 mins
-
Create and Edit Aura Components~25 mins
-
Attributes and Expressions~25 mins
-
Handle Actions with Controllers~45 mins
-
Input Data Using Forms~35 mins
-
Connect to Salesforce with Server-Side Controllers~35 mins
-
Connect Components with Events~45 mins
-
Discover Next Steps~5 mins
Application Lifecycle and Development Models
Learn how to use application lifecycle and development models on the Lightning Platform.
-
Understand What Application Lifecycle Management Is~10 mins
-
Learn the Basics of Release Management~10 mins
-
Manage Changes in Increasingly Complex Releases~10 mins
-
Use Package Development for More Flexible Releases~10 mins
Change Set Development Model
Understand application lifecycle management using declarative change sets.
-
Plan for Changes to Your Org~10 mins
-
Develop and Test Changes Locally~10 mins
-
Test in the Integration Environment and Deploy Changes~10 mins
Org Development Model
Manage change with Salesforce DX tools and source control.
-
Plan for Changes to Your Org~10 mins
-
Develop and Test Changes Locally~15 mins
-
Test and Deploy Changes~10 mins
Platform Cache Basics
Reduce data retrieval times and improve your app’s performance.
-
Get Started with Platform Cache~15 mins
-
Use Org & Session Cache~25 mins
-
Walk Through a Sample Application and Discover Cache Diagnostics~15 mins
Event Monitoring
Discover insights into your Salesforce org with this powerful monitoring feature.
-
Get Started with Event Monitoring~10 mins
-
Query Event Log Files~10 mins
-
Download and Visualize Event Log Files~15 mins
Big Object Basics
Learn about big objects, their use cases, and how to create and query them.
-
Get Started with Big Objects~10 mins
-
Define Custom Big Objects~25 mins
-
Query Big Objects~25 mins
Hopefully make some serious money making apps that will change your world and the world around you.
To accomplish this goal, you and I will need to go through a few trails together, but, in the end, it’s totally worth it.
This is the second developer trail.
Course Curriculum
Chapter 1: 2023 Lightning Platform API Basics
Lecture 1: Get to Know the Salesforce Lightning Platform APIs
Lecture 2: Use REST API
Lecture 3: Use SOAP API
Lecture 4: Use Bulk API
Lecture 5: Use Streaming API
Chapter 2: User Interface API
Lecture 1: Get Started With User Interface API
Lecture 2: Install the Sample App – Part 1
Lecture 3: Install the Sample App – Part 2
Lecture 4: Build UI to Display a Record
Lecture 5: Build UI to Edit a Record
Lecture 6: Build UI to Create and Clone a Record
Lecture 7: Build UI for Dependent Picklists
Chapter 3: Apex Integration Services
Lecture 1: Apex Integration Overview
Lecture 2: Apex REST Callouts
Lecture 3: Apex REST Callouts Test Class
Lecture 4: Apex REST Callouts – Challenge
Lecture 5: Apex SOAP Callouts
Lecture 6: Test Web Service Callouts
Lecture 7: Apex SOAP Callouts – Challenge
Lecture 8: Apex Web Services
Lecture 9: Apex Web Services – Test Class & curl
Lecture 10: Apex Web Services – Challenge
Chapter 4: Asynchronous Apex
Lecture 1: Asynchronous Processing Basics
Lecture 2: Use Future Methods
Lecture 3: Use Future Methods – Challenge
Lecture 4: Use Batch Apex
Lecture 5: Use Batch Apex – Challenge
Lecture 6: Control Processes with Queueable Apex
Lecture 7: Control Processes with Queueable Apex – Challenge
Lecture 8: Schedule Jobs Using the Apex Scheduler
Lecture 9: Schedule Jobs Using the Apex Scheduler – Challenge
Lecture 10: Monitor Asynchronous Apex
Chapter 5: Platform Events Basics
Lecture 1: Understand Event-Driven Software Architecture
Lecture 2: Define and Publish Platform Events
Lecture 3: Subscribe to Platform Events
Lecture 4: Subscribe to Platform Events – Challenge
Chapter 6: Application Lifecycle and Development Models
Lecture 1: Understand What Application Lifecycle Management Is
Lecture 2: Learn the Basics of Release Management
Lecture 3: Manage Changes in Increasingly Complex Releases
Lecture 4: Use Package Development for More Flexible Releases
Chapter 7: Change Set Development Model
Lecture 1: Plan for Changes to Your Org
Lecture 2: Develop and Test Changes Locally
Lecture 3: Test in the Integration Environment and Deploy Changes
Chapter 8: Org Development Model
Lecture 1: Plan for Changes to Your Org
Lecture 2: Develop and Test Changes Locally
Lecture 3: Test and Deploy Changes
Chapter 9: Platform Cache Basics
Lecture 1: Get Started with Platform Cache
Lecture 2: Use Org & Session Cache
Lecture 3: Use Org & Session Cache – Challenge
Lecture 4: Walk Through a Sample Application and Discover Cache Diagnostics
Chapter 10: Big Object Basics
Lecture 1: Get Started with Big Objects
Lecture 2: Define Custom Big Objects
Lecture 3: Query Big Objects
Instructors
-
Jimmy Tanzil
Salesforce Certified Application Architect, Developer, Admin
Rating Distribution
- 1 stars: 2 votes
- 2 stars: 0 votes
- 3 stars: 0 votes
- 4 stars: 2 votes
- 5 stars: 8 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Language Learning Courses to Learn in November 2024
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024