music     sas rogue heroes     cyberchase s09     battlebots-s03e06     Terminal Force     auto da compadecida     ironside     The Script -      1977     2012     The Way Home 2023 S03E10      Rocket Fuel     fc2-2     ta-22     12-tb     Sterling Point     haunted possess     rio 3     samurai jack s05e02     the amityville horror    

Pearson | Salesforce for Developers [FCO]

seeders: 2
leechers: 2
Added 5 years ago by SunRiseZone in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Pearson | Salesforce for Developers [FCO] (Size: 3.8 GB)
  0. (1Hack.Us) Premium Tutorials-Guides-Articles _ Community based Forum.url 409 B
  00001 Salesforce_for_Developers_-_Introduction.mp4 9.1 MB
  00002 Learning_objectives.mp4 10 MB
  00003 1.1_Review_the_different_types_of_Salesforce_organizations_licenses.mp4 48.5 MB
  00004 1.2_Sign_up_for_a_developer_organization.mp4 150.1 MB
  00005 1.3_Explore_the_user_interface.mp4 151.4 MB
  00006 1.4_Review_platform-development_options.mp4 111.6 MB
  00007 1.5_Select_an_IDE.mp4 116.5 MB
  00008 1.6_Understand_the_developer_console.mp4 77 MB
  00009 Learning_objectives.mp4 69.9 MB
  00010 2.1_Get_familiar_with_the_data_model.mp4 192.8 MB
  00011 2.2_Store_data.mp4 66.6 MB
  00012 2.3_Retrieve_data.mp4 165.9 MB
  00013 Learning_objectives.mp4 60 MB
  00014 3.1_Understand_Apex.mp4 125.6 MB
  00015 3.2_Explore_special_considerations_for_triggers.mp4 113.3 MB
  00016 3.3_Understand_governor_limits.mp4 109.6 MB
  00017 Learning_objectives.mp4 45.6 MB
  00018 4.1_Create_a_Visualforce_page.mp4 100.6 MB
  00019 4.2_Use_standard_controllers.mp4 68.4 MB
  00020 4.3_Utilize_standard_set_controllers.mp4 84.6 MB
  00021 Learning_objectives.mp4 46.4 MB
  00022 5.1_Write_your_own_custom_controllers_and_extensions.mp4 138.7 MB
  00023 5.2_Understand_Apex_Scope_Control.mp4 139.1 MB
  00024 5.3_Implement_JavaScript.mp4 50.4 MB
  00025 5.4_Use_external_resources.mp4 107.2 MB
  00026 Learning_objectives.mp4 40.2 MB
  00027 6.1_Learn_about_asynchronous_processing.mp4 122.5 MB
  00028 6.2_Send_emails.mp4 177.3 MB
  00029 6.3_Understand_Dynamic_Apex.mp4 73.1 MB
  00030 6.4_Leverage_Custom_Settings.mp4 128.2 MB
  00031 Learning_objectives.mp4 56.3 MB
  00032 7.1_Call_out_from_Salesforce.mp4 115.8 MB
  00033 7.2_Call_into_Salesforce.mp4 160 MB
  00034 7.3_Parse_responses.mp4 89.4 MB
  00035 Learning_objectives.mp4 42.9 MB
  00036 8.1_Get_familiar_with_test_coverage.mp4 89.7 MB
  00037 8.2_Write_test_coverage.mp4 81 MB
  00038 8.3_Explore_advanced_test_coverage.mp4 91.6 MB
  00039 Learning_objectives.mp4 31.2 MB
  00040 9.1_Get_familiar_with_Lightning_Components.mp4 60.9 MB
  00041 9.2_Build_a_standalone_Expense_Tracking_Lightning_app.mp4 148.7 MB
  00042 Salesforce_for_Developers_-_Summary.mp4 11.4 MB
  1. (FreeCoursesOnline.Me) Download Udacity, Masterclass, Lynda, PHLearn, Pluralsight Free.url 307 B
  3. (FTUApps.com) Download Cracked Developers Applications For Free.url 204 B
  How you can help our Group!.txt 204 B
  ▲ 46 total files

Description


Lynda and other Courses >>> https://www.freecoursesonline.me/
For Developer Tools & Apps >>> https://ftuapps.com/
Forum for discussion >>> https://1hack.us/





Author : Michael Wicherski
Language : English
Duration : 8h 29m
Publisher: Addison-Wesley Professional
Course Source : https://itp.pearson.com/courses/course-v1:ITP+9780134393889+2019/about

Salesforce for Developers LiveLessons provides developers with a practical introduction to customizing the Force.com Platform programmatically. The Force.com Platform lies at the heart of the leading cloud CRM, Salesforce.com.

Course Detail

This video training begins with instructor Michael Wicherski providing a brief introduction to the Force.com Platform, walking through how to sign up for a developer environment, as well as the selection and installation of the most common IDEs for developing on the platform. He then presents the basics of Apex by introducing the language and demonstrates how to translate business requirements into triggers. The video continues by covering advanced topics, such as custom user interfaces and asynchronous processing for large datasets. The video concludes with a tutorial on writing test coverage and an introduction to the new development technology from Salesforce, Lightning.

What You Will Learn

• How to set up a developer environment and install an IDE for Force.com Platform Development
• The Apex language and Visualforce markup
• How to translate business processes into Apex triggers
• How to solve common, everyday business problems with custom-coded solutions
• How to integrate with external services from Salesforce
• How to write test coverage
• Lightning apps and components

Who Should Take This Course

• Developers looking to write custom Apex and Visualforce for solutions on the Force.com Platformst.

Course Requirements

• Basic understanding of programming and development
• Familiarity with the Force.com Platform (preferred)
• Familiarity with REST and SOAP technologies (preferred for the integration section)

About the Instructor

Michael Wicherski is currently the Senior Salesforce Developer at The Agency RE, where he oversees the day-to-day use of Salesforce; plans, designs, and implements new functionality enhancements; and continually optimizes those already in place. Over the past several years, Michael has been designing, developing, managing, and overseeing the implementation of custom solutions for clients of various sizes, ranging from “mom and pop” operations to Fortune 100 companies. Michael is also the author of Learning Apex Programming and the technical editor ofSalesforce for Dummies, 5th Edition.

Table of Contents

Lesson 1: Getting Started on the Force.com Platform
Lesson 1, “Getting Started on the Force.com Platform,” presents the Force.com Platform while discussing the different versions (licensing) and their limitations with regards to programmatic customizations. This lesson then compares the top IDE choices for development on the Force.com Platform and their installation.

Lesson 2: Discovering Database Essentials
Lesson 2, “Discovering Database Essentials,” introduces the storage model behind Salesforce and discusses how to store, retrieve, and modify data.

Lesson 3: Using Apex for Business Logic
Lesson 3, “Using Apex for Business Logic,” looks at just how powerful a few short lines of code can be and how much impact it can create for a business looking to automate and standardize data.

Lesson 4: Customizing UI with Visualforce
Lesson 4, “Customizing UI with Visualforce,” introduces the easiest code-based modifications by leveraging standard logic with custom presentation.

Lesson 5: Building Advanced User Interfaces: Visualforce with Apex
Lesson 5, “Building Advanced User Interfaces: Visualforce with Apex,” covers the pivotal aspect of appealing to the end user. Through JavaScript libraries and thorough error handling, this lesson details pleasing the end user and collecting standardized data.

Lesson 6: Incorporating Advanced Business Logic
Lesson 6, “Incorporating Advanced Business Logic,” covers dynamic code and asynchronous code, as well as taking full control of declarative processes, such as sending emails. This lesson introduces a mentality of writing smarter code that can scale and adapt to the context in which it runs.

Lesson 7: Integrating External Systems
Lesson 7, “Integrating External Systems,” covers the real-world need to exchange data between different services. This lesson demonstrates communication from Salesforce to other services using REST and SOAP methods.

Lesson 8: Understanding Test Coverage
Lesson 8, “Understanding Test Coverage,” reviews the necessity for test coverage and the best practices for writing robust tests.

Lesson 9: Getting Started with Lightning Components
Lesson 9, “Getting Started with Lightning Components,” looks at Salesforce’s new development technology: Lightning. It’s already being used to build the official Salesforce mobile app, and the framework allows developers to quickly create reusable components that scale to size.

Related Torrents

torrent name size uploader age seed leech
1