Salesforce Identity and Access Management Designer Exam Tips
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
In General I finally decide to write something about this exam. I passed the exam with 92% pass rate. But I still feel something was missing at the time when I passed the exam. There are things I am not quite sure of. So I have done some further research on which flows should I be using in each scenario and talked with some gurus in those areas. Now I have the confidence to talk about it. So here it is. Is it the most difficult exam in the architect series except CTA? For me, kind of. I know a lot of blogs are saying that this is by far the most difficult one. While I wouldn’t disagree ..read more
Visit website
OAuth 2.0 User-Agent Grant Flow
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
If you want to understand Salesforce OAuth flows, User-Agent is one of the most important to understand. It is a simplified version of Web server flow. Let’s take a look at the diagram first. The Flow Diagram Basically it is a simplified version. Instead of requesting for authorization code, the client app directly applies for access token. And after that, it can access the protected resource. When to use this flow You may wonder, why do we need this flow? The reason is, not all the apps have the capability of protecting client secrets. In the situation of a trusted server, i ..read more
Visit website
Guest Post: 5 Best JavaScript Editors: Developers Rank the Best Tools Worldwide
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
Below is a requested guest post from JSCharting. The original post is here. JavaScript has continued to grow in importance over the last decade. In fact, according to StackOverflow’s Insights, JavaScript has been the most popular programming language for the past 7 years, edging out popular languages including Python, C# and Java. The State of Javascript survey, which includes responses from over 20,000 developers, reveals that five JavaScript editors stand out accounting 95% of all usage! 1. Visual Studio Code VSCode is the dominant leader in online JavaScript editors. Featuring cro ..read more
Visit website
How to Pass Salesforce Certifications on your first attempt
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
This morning, I just passed my Salesforce Identity and Access Management Designer Certification Exam and finally got my System Architect Certification as well. I am not quite sure whether I will be writing a general guide for this certification exam or not. But I will be writing a series to cover the topic of OAuth 2.0 to talk about the details later. I passed 10 Salesforce Certifications in the past 12 months, including Application Architect and System Architect. All of them passed in the first attempt. So how about let me share something on how I prepared for those exams? So here is ..read more
Visit website
Unit of Work Pattern Explained
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
Has everyone read the cool pattern provided by financial force called Unit of Work? It is a really cool pattern. Basically you don’t need to use maps to handle complicated sobject dmls by applying this pattern. The usage and pattern are explained very well by Andy in his own post here. Since he has already explained that well, I not going to rephrase that part. However, Andy doesn’t explain how the pattern works underneath the hood – the only way is to read through the source code. And the source code itself is kind of complicated so probably not everyone is interested in following tha ..read more
Visit website
Salesforce OAuth 2.0 Web-Server flows
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
In OAuth 2.0, the most standard or most popular flow is authorization flow. In Salesforce, this flow is called Web Server flow. So in our series of Salesforce Oauth 2.0 flows, we will be starting with this one. The Flow Diagram The special part of this flow is: after user has successfully logged in and approved the access. An authorization code will be issued to client. Then the client app will use post method to apply for access token (together with refresh token) from Authorization server. Let’s look at that in details. What is authorization code? Is it just another fancy name ..read more
Visit website
Salesforce Integration Architecture Designer Exam Tips
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
I just passed my Salesforce integration architecture designer exam. For me, it doesn’t seem to be too hard. Preparation and useful links I majorly only used two lists to prepare for this exam: The trailhead recommended trailmix: https://trailhead.salesforce.com/en/users/strailhead/trailmixes/architect-integration-architecture The ladies be architects youtube list: https://www.youtube.com/playlist?list=PLsq0h5CE_bsXhjEuFgKd_6y5CHf2ZqSLB In addition to that, there are three blogs I read prior to the exam I find useful: Gemma’s blog: http://www.alwaysablezard.com/salesforce/salesfo ..read more
Visit website
Salesforce Sharing And Visibility Designer Exam Tips
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
I just passed my Sharing and Visibility Designer exam this Thursday. So probably, some tips? Generally Feeling For me, it is a pretty, pretty easy test. Maybe because I prepared better, so I don’t feel the pressure when I sit the exam. And the time is adequate for this test as well, I really don’t feel like I need to rush at all. Useful Links If you are unsure about the exam like me, you can go to focusonforce.com and purchase their study guide and practice exams like I did. It is not too expensive anyway. If you do so, you probably don’t need to follow any other links. What I d ..read more
Visit website
Salesforce Certified Data Architecture & Management Designer Exam Tips
Learning Salesforce Coding with Examples | Salesforce Technical Blog
by LanceShi
5y ago
I just passed my Salesforce Data Architecture & Management Designer Exam. That’s a long name, isn’t it? Shortly after I posted my certification on linkedin, several people pinged me and asked for tips. So, here you go. Is it a difficult test? It is hard to tell. When I do the test, I feel there are many questions I am not quite sure of. But when I finish the test and look at the result, it seems I have scored pretty well – I scored 80% overall after doing the calculation. So I wouldn’t say it is a hard one. I have gone through almost every link I searched for on google at least t ..read more
Visit website

Follow Learning Salesforce Coding with Examples | Salesforce Technical Blog on FeedSpot

Continue with Google
Continue with Apple
OR