Sitemap

Thursday, September 13, 2018

Salesforce: Links at my click!

External IDs
http://www.salesforcefinessed.com/2017/10/why-should-you-care-about-external-ids.html

aura:method
https://quirkyapex.com/2018/03/18/lightning-component-methods/

Data Loader with Command Line
https://kloudrac.com/blog/data-loader-with-command-line/

Platform Events
http://www.mstsolutions.com/blog/content/platform-events
https://andyinthecloud.com/2017/11/12/platform-events-and-lightning-components/
https://trailhead.salesforce.com/projects/workshop-platform-events

Apex Code Coverage hack
https://pavelslepenkovdotinfo.wordpress.com/2013/07/27/apex-code-coverage-hack/

Elements of a Salesforce Workflow Rule
https://cloudcraze.com/the-elements-of-a-salesforce-workflow-rule-workflow-deep-dive-pt-i/
https://cloudcraze.com/real-world-examples-of-salesforce-workflow-rules-workflow-deep-dive-pt-ii/

Truthy and Falsy Values in JavaScript
http://adripofjavascript.com/blog/drips/truthy-and-falsy-values-in-javascript.html

CSS Selectors
https://learn.shayhowe.com/advanced-html-css/complex-selectors/

Javascript: Pagination
https://gist.github.com/kottenator/9d936eb3e4e3c3e02598

Events: Bubbling and capturing
https://javascript.info/bubbling-and-capturing

Triggers and order of execution
https://albasfdc.wordpress.com/2016/12/19/triggers-and-order-of-execution/

Salesforce Apex: Maps
http://www.iterativelogic.com/working-with-apex-code-maps/

Apex: Sorting Wrapper list based on multiple conditions
https://salesforce.stackexchange.com/questions/192818/sort-wrapper-list-in-apex-based-on-levels
http://blog.deadlypenguin.com/blog/2015/10/10/comparable-sorting-objects-in-salesforce/

lightning:container
https://developer.salesforce.com/blogs/2018/04/lightning-container-component-building-components-with-react-angular-and-other-libraries.html

Lightning Service Components
https://developer.salesforce.com/blogs/2018/08/implement-and-use-lightning-service-components.html

Communication: Lightning Components and Visualforce Pages
https://developer.salesforce.com/blogs/developer-relations/2017/01/lightning-visualforce-communication.html



SOQL Builder: apex-commons
http://apex-commons.github.io/query/soql-builder/
https://github.com/apex-commons/SoqlBuilder

Salesforce Security Token and Password Policies
http://webkul.com/blog/salesforce-security-token/
http://www.infallibletechie.com/2012/12/password-policies-are-user-security.html

Which Automation Tool Do I Use?
https://help.salesforce.com/articleView?id=process_which_tool.htm

Modifying Components Outside the Framework Lifecycle
http://www.jitendrazaa.com/blog/salesforce/calling-apex-method-at-regular-interval-from-lightning-component/

How to write SOQL to traverse across two objects and their junction object
http://kingkoo-salesforce.blogspot.in/2012/12/how-to-write-soql-to-traverse-across.html

Best practices for writing code that doesn’t exceed certain governor limits.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_limits_tips.htm
https://developer.salesforce.com/page/Apex_Code_Best_Practices
https://help.salesforce.com/articleView?id=000232681&language=en_US&type=1

Pop, Push, Shift and Unshift Array Methods in JavaScript
https://alligator.io/js/push-pop-shift-unshift-array-methods/

JS events: target vs currentTarget
https://javascript.info/bubbling-and-capturing

Prototypes in JavaScript
https://hackernoon.com/prototypes-in-javascript-5bba2990e04b

How to Select All Fields with SOQL in Apex
https://douglascayers.com/2015/10/08/salesforce-how-to-select-all-fields-with-soql-in-apex/

Salesforce: Setting Up Your Java Developer Environment
Link: https://resources.docs.salesforce.com/210/latest/en-us/sfdc/pdf/salesforce_developer_environment_tipsheet.pdf




Downloadable Salesforce User Guides
Set Up and Maintain Your Salesforce Organization
https://resources.docs.salesforce.com/212/latest/en-us/sfdc/pdf/setup.pdf

Sales Cloud Basics
https://resources.docs.salesforce.com/214/latest/en-us/sfdc/pdf/sales_core.pdf

Enhance Salesforce with Point and Click Tools
https://resources.docs.salesforce.com/214/latest/en-us/sfdc/pdf/extend_click.pdf

Enhance Salesforce with Code
https://resources.docs.salesforce.com/214/latest/en-us/sfdc/pdf/extend_code.pdf

List of important StackExchange links

How can I efficiently generate a Set<Id> from a List<SObject>
https://salesforce.stackexchange.com/questions/8910/how-can-i-efficiently-generate-a-setid-from-a-listsobject-structure

Why are foreach loops slower in Apex than standard for loop?
https://salesforce.stackexchange.com/questions/227272/why-are-foreach-loops-slower-in-apex-than-standard-for-loop


Monday, April 2, 2018

Machine learning crash course from Google

https://ai.google/education#?modal_active=none
https://developers.google.com/machine-learning/crash-course/