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

Description

This is an introduction to Salesforce® Lightning development. Lightning development is hard and relatively new, so unlike many other courses on here I will not claim to be able to make you a 'Lightning Guru' after one course. This will give you a solid foundational understanding of developing on the Lightning Platform.


The real strength of this course is that it is to the point, allowing you to quickly and efficiently learn how to develop for Salesforce® Lightning by seeing real screencasts. I've edited out all unnecessary pauses so that you do not waste any time when learning.


I've been working in Lightning for a solid year on projects that have 2000 daily users. This course is free because I saw other similar courses charging way too much for lower quality content. I want to fix that and build the developer community around Lightning in a positive way, while focusing on programming as a craft. This course is a collection of the knowledge I wish I had when I first started developing in Lightning. Let's write high quality code together! 
Who this course is for:
Developers and Admins who want to learn more about Lightning
Students who like seeing how things are done rather than hearing too much about abstract concepts.
Students who like organized lectures that do not go off topic.

What you'll learn

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 and Setup
4
1.1-Introduction
1.2-Create a Developer Org
1.3-Enable a Custom Domain
1.4-Deploy to Users
2-Hello World!
3
2.1-Create An Application
2.2-Create a Component
2.3-Delete Components and Applications
3-Deep Dive Components
8
3.1-Understand Single Page Applications
3.2-The Component Bundle
3.3-Add a Controller
3.4-Attributes
3.5-Pass an attribute value to a component
3.6-Value Providers
3.7-Add Styling to A Component
3.8-Add the Lightning Design System to our test application
4-Project: Todo App - Build Base Components
9
4.1-What we're going to build
4.2-Build a button using the SLDS
4.3-Build a Task Component
4.4-Build a Task Component adding a Title Attribute
4.5-Building a Task Container Component
4.6-Aura:Iteration
4.7-Build a Create New Task Button
4.8-Task Creation Container: Part 1 - Add an Input
4.9-Task Creation Container: Part 2 - Margin and Padding
5-Project: Todo App - Building with Components
3
5.1-Create the Application and Container Component
5.2-Assemble the Components
5.3-Refactoring
6-Project: Todo App - Adding Functionality
4
6.1-Creating New Tasks
6.2-Deleting Tasks Part 1
6.3-Deleting Tasks Part 2 - Firing Events
6.4-Deleting Tasks Part 3 - Handlers
7-Refactoring
2
7.1-Create a Task Refactor
7.2-Course Repo