Skip to content
View ashishnarkhede90's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report ashishnarkhede90

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Express-Consumer Express-Consumer Public

    Salesforce Consumer server which listens for events from a message queuing system and performs CRUD operations in Salesforce based on the type of events.

    JavaScript

  2. Express-Publisher Express-Publisher Public

    Set of APIs that allow user to create, update, read, search data. Create and update operations publish an event to message queuing system.

    JavaScript

  3. heroku-connect-node-app heroku-connect-node-app Public

    Web application to approve leads in connected salesforce instance using 2 way sync with Heroku Connect and Salesforce instance

    JavaScript 2

  4. Sf-Unlocked-Package-with-CI Sf-Unlocked-Package-with-CI Public

    Apex

  5. Sfdx-CircleCI-Demo Sfdx-CircleCI-Demo Public

    Shell

  6. Churn Calculator with Java Lambdas Churn Calculator with Java Lambdas
    1
    package indie.learninglambda;
    2
    
                  
    3
    public interface ChurnEstimator {
    4
        public double getChurnProbability();
    5
    }