Shen Yifeng

[email protected]
salesforce enthusiast,sfdc developer, consultant

My Integration and Identity practice Collections

MuleSoft integration with Salesforce

MuleSoft is a widely-used integration platform for connecting applications, data, and devices in the cloud and on-premises. MuleSoft's main product is Anypoint Platform™, an integration platform for SaaS, SOA, and APIs. Today, I will give my Mulesoft on hands experience, an interesting intergration story.......

Read More

Salesforce Continuation Deep Dive

Continuation can make asynchronous callouts to make long-running requests, I wrote a slide to explain it, including the tips and tricks, also provide a demo to show its concurrent behavior......

Read More

The power of JSforce

Why JSforce? JSforce seems to work with nearly all of the Salesforce APIs, including the REST API, Chatter API, Bulk API, and Tooling API. So, let's checkout......

Read More

Integration with Platform Events

As Platform Event and Event-Driven Architecture are becoming the core part of salesforce, this post explains the why, what and how......

Read More

Getting data out of Salesforce in near real time

On Platform Options
-Outbound Messaging
-Callouts
-Salesforce Connect (External Data Source)

Off Platform Options
-Heroku Connect
-Streaming API
-Change Data Capture
-Polling (REST/SOAP).......

Read More

Interact with Salesforce using PHP

By using OAuth 2.0 Authorization Code Grant Type, we can interact with salesforce by using any language. In this sample, the demo uses PHP as its tool. This is a typical sample that shows how to use the OAuth 2.0 Authorization Code Grant Type.

Read More

Integration with Google API

Integrate Google API into Salesforce org. The idea behind this is when being given a new item, predict a numeric value for that item, based on similar valued examples in its training data using regression model.

Read More

Lightning Connect Custom Adapters for GitHub

There is an interesting Lightning Connect Custom Adapters sample case on the Salesforce Developers Blog. Considering it may be useful for the future, I picked it up as my first blog.

Read More