Volodymyr Bervetskyy
If you are reviewing the code you wrote last year and don’t know how to improve it – you haven’t learned anything this year.
-
Integration between Salesforce and Google Calendar
Let’s say you have Salesforce org and Google Calendar account. And you want events that are created on Salesforce side to be synchronized to Google Calendar account. To accomplish…
-
Integration between Salesforce and Java Spring Boot via OAuth 2.0 client credentials flow
Let’s say you have Salesforce org which manages Device data. Also, you have Java Spring Boot application and you want Devices data from Salesforce to be securely synchronized to…
-
Integration between Java Spring Boot and Salesforce via OAuth 2.0 client credentials flow
In this tutorial I’m gonna show you how to integrate Java Spring Boot application with Salesforce. We are going to do call-outs from Java to Salesforce via OAuth 2.0…