Activity
Mon
Wed
Fri
Sun
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
What is this?
Less
More

Memberships

LWC Mastermind

10 members • Free

Integration Mastery Cohort

36 members • Free

6 contributions to Integration Mastery Cohort
Week #4 - Logging & Testing
Welcome to week 4 :) We will finally cover how to use the logger and create a lightweight logging framework. Solve the homework and write your solution in the comments here šŸ‘‡ Good luck ;)
Week #4 - Logging & Testing
1 like • 8d
Hey @Igor Kudryk here is homework for week 4: Link
Week #3 - Callouts from Triggers
This is an exciting week! We'll build some real projects using Stripe. Because that's literally the only way to learn Integrations. But I also talked a bit more about Architecture. If you are more advanced, I really recommend that you watch this video and try to play around with this architecture. The schedule for this week is the same: 1. Alon's Weekly Session Tuesday 7 p.m. EDT 2. My Weekly Session Tuesday 7 p.m. CET No Sunday session this time. Just post any questions here in the community and we'll all help you Also, I have one ask... If you are enjoying the cohort, could you leave me a review? It takes 30 seconds, and I'll send you some cool bonuses. ​Click here to leave the review​ And of course, do the homework and post here down here in the comments šŸ‘‡šŸ‘‡šŸ‘‡
1 like • 17d
Hello Igor, here is my homework: LINK
1 like • 16d
@Igor Kudryk thank you
Hey Lifelong learners! Let's Connect on LinkedIn! šŸš€
Who wants to connect on LinkedIn? I truly believe that people who are continuously learning are the best kind of people to know and grow with, so I would love to connect with you! Drop your LinkedIn profile in the comments below and let's build a network of lifelong learners! šŸš€
1 like • 21d
https://www.linkedin.com/in/nqnconsulting
Week #2 - POST Requests
Week 2 is live! We'll cover POST requests and how to make the first request with the real API. Homework is here. Write your solutions down below! LET'S GOO!
Week #2 - POST Requests
0 likes • 22d
Google Doc version
0 likes • 21d
@Igor Kudryk Hi I just did, let me know if it work
Week #1 - Basics Of Requests
--------- Schedule --------- Let's get started!! This week, we'll cover the basics of requests, The first-ever live session will happen this Tuesday, 7 p.m. CET (2 p.m. EDT). You can find the schedule here. --------- Homework --------- There are 4 easy tasks this week. And 1 coding task. You can find them all here. Write solutions here in the comments, and I'll check them šŸ‘‡šŸ‘‡šŸ‘‡ If any questions - write here as well :) LFG! P.S. There are rumors that people who solve the most tasks will get some bonuses :)
0 likes • 26d
Question #1 Method, Address, Headers and Body Question #2 StatusCode, Headers and Body Question #3 JSON and XML Question #4 Key value pair, that uses to store data Question #5 public class StripeCallOut { public static final String endPoint = 'https://735ef563-176d-431c-85ce-2cc07056ef03.mock.pstmn.io/payments/link'; public static final String GET_Method = 'GET'; public static final String transactionKey = 'transaction'; public static final String detailsKey = 'details'; public static final String IPKey = 'IP'; public void basicAuthCallout(){ HttpRequest request = new HttpRequest(); request.setEndpoint(endPoint); request.setMethod(GET_Method); Http http = new Http(); HttpResponse response = http.send(request); Map<String, Object> responseMap = (Map<String, Object>) JSON.deserializeUntyped(response.getBody()); Map<String, Object> transactionMap = (Map<String, Object>) responseMap.get(transactionKey); Map<String, Object> detailsMap = (Map<String, Object>) transactionMap.get(detailsKey); System.debug(detailsMap.get(IPKey)); } }
1-6 of 6
Ngoc Quang Nguyen
2
10points to level up
@ngoc-quang-nguyen-9437
Mulesoft Salesforce Consultant

Active 3h ago
Joined Oct 23, 2025
Powered by