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

10 contributions to Integration Mastery Cohort
Week 5 - Auth & Named Credentials
Welcome to week 5! Write your homework here and I'll give you some feedback.
1 like • 4d
hey @Igor Kudryk see my Task1 homework : ) https://docs.google.com/document/d/1eAEUxWoZkQRBEPi-daiO1nJuXUh01R7_ZfrLplzmGoo/edit?usp=sharing
0 likes • 1d
hey @Igor Kudryk Thank you for the review: ) I am working on task2 which is exciting and I want to get it done today!!!
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 • 12d
@Igor Kudryk I dont mind even if you say I am worst : ) . When I want to learn , I will take anything so long as I learn . the attitude is always do or die when I want to learn
1 like • 12d
hey @Igor Kudryk this is my nebula logger test : ) https://docs.google.com/document/d/1ZxtGgPZpJibqdrQUWFXkatNXYliBCMkJ7LIP6OFQ60c/edit?usp=sharing
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 • 19d
hey @Igor Kudryk I followed this documentation ref , see the point 3 https://docs.stripe.com/payment-links/api what am I missing ? Thanks!!
1 like • 19d
@Igor Kudryk : )
Don't write "static" methods :D
PLEASE don't make your methods static šŸ˜… I am not sure why, but so many people make methods static. Static = shared between all instances of a class. For example: public class Person { public static String planet = 'Earth'; } That makes sense. Any time you create a person object, they will have a shared variable called planet. But... Static is something extra. You only add it in two cases: 1) You are using some annotation (e.g. @AuraEnabled) and it requires you to make it static. 2) You have some good reasons and it fits logically. (it's rather rarer) If you can't explain to yourself why the method has to be static and can't be just a normal method you should not use static methods. Otherwise, you can end up in situations like the screenshot, where you have a private method that is static. Which is bad, because it defeats the whole purpose of either "private" or "static". Let me know if you guys have any questions :)
Don't write "static" methods :D
0 likes • 20d
Hey @Igor Kudryk I made this method deliberately static so that it can be re-used and called from the queueable and other methods without having to instantiate the class and also because the values of the query will be available in the class context . Is this a valid use case : ) Thanks!!! public class QueryContacts { public static List<Contact> queryContactsById(Set<Id>contactIds){ return [SELECT Id,FirstName,LastName,Email,Phone FROM Contact WHERE Id in :contactIds]; } }
0 likes • 20d
and also in this method below , I will call a static method because @AuraEnabled annotation make it mandatory : )
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 • 27d
@Igor Kudryk can you review my additional homework. your review is more valuable than points : )
1 like • 26d
@Igor Kudryk I love the feedback
1-10 of 10
Latha Jaganathan
3
39points to level up
@latha-jaganathan-4369
Salesforce Dev

Active 14m ago
Joined Oct 21, 2025
Powered by