Giter Site home page Giter Site logo

salesforcedevelopment's Introduction

Outline

This is a workarea which would be dedicated to salesforce development journey which I will be embarking upon and you all can come with me if you want.
There is going to be an outline which i will be following to learn Salesforce Development, that outline is as follows:
1. Apex
2. Apex OOPS Concepts
3. SOQL & SOSL
4. DML Statements & DB class Methods
5. Apex Triggers
6. Apex Testing
7. Governor Limits & Batch Apex
8. Visual Force
9. API & integration
10. Deployment Process

Type of Developments

There are two types of development appraches in salesforce which are as follows:
1. Declarative Approach (Mainly uses Point & Click Tools)
2. Programmatic Approach (Mainly uses code)

Whenever possible always preffer delarative approach over programmatic approach, why we may ask?
Well for code we need to keep these following things in mind:
   1. Code is optimized
   2. Test classes are written for it
   3. Make sure it is not altering/manipulating any sort of data outside of scope

Whereas with the declarative approach we just need to test the functionality if it is working as per our expectation or not.

Coding in salesforce

There are different languages which can be used to code in salesforce which are as follows:
    1. Apex (Salesforce own developed compiled programming lanaugea based on java)
        We use apex to create Business logics and speaking in terms of MVC model then we use apex to write controllers.
    2. Visualforce (VF is a markup language to create custom UI)
        We use VisualForce to create UI and speaking in terms of MVC model then we use VF to write Views.
    3. Lightning (New UX Framework which is mobile friendly)
        We use lighting in two conditions which are as follows:
            1. Writing UX or user experience via modern UI (point and click)
            2. Writing controller using Javascript 

Governor Limits

A mechanism set in place by salesforce to provide fair share of platform useage for everyone.

"# Salesforce_Workspace"

salesforcedevelopment's People

Contributors

rx290 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.