Пікірлер
@Dhina_10
@Dhina_10 18 күн бұрын
Bhaiya may 1 year pela 10 badges with 9000 point kiya the merko kujibi nhi mela
@NirajanDevHub
@NirajanDevHub 18 күн бұрын
@@Dhina_10 dekho ye badge se nhi hota ye quest month to month hote h aur bahut se log tumhare sath me karta h to agr tumne sab complete Kiya then tum eligible Hoge na ki prize k like fix ,tumhe bass ye quest complete Karna h aur sab luck pe xor Dena h agr hoodie nhi mili to kya hua knowledge to tumhara appna h. Dukhi nhi hona bass
@ranjanyadav5136
@ranjanyadav5136 19 күн бұрын
@darshanudupa3067
@darshanudupa3067 24 күн бұрын
Sure definetly i will reply here if i get hoodie, thanks for your information ❤
@NirajanDevHub
@NirajanDevHub 24 күн бұрын
You welcome and do comment if you have any doubt regarding this Quest 😊
@NirajanDevHub
@NirajanDevHub 25 күн бұрын
Slack community page link : app.slack.com/
@NirajanDevHub
@NirajanDevHub 27 күн бұрын
MyIterable Class: public class MyIterable implements Iterable<String> { private List<String> strings; // Constructor to initialize the strings field public MyIterable(List<String> strings) { this.strings = strings; } // An Iterator method to return the iterator for the strings list public Iterator<String> iterator() { return strings.iterator(); } } MyIterableTest class: @IsTest public class MyIterableTest { @IsTest static void testIterableForLoop() { // Step 1: Create a list of strings List<String> strings = new List<String>{'Hello', 'World'}; // Step 2: Create an instance of MyIterable with the list of strings MyIterable iterable = new MyIterable(strings); // Step 3: Use a for loop to iterate over the MyIterable instance for (String str : iterable) { // Print each string using System.debug System.debug(str); } } }
@venkateswarlugajendra3674
@venkateswarlugajendra3674 28 күн бұрын
Thank you 👍
@NirajanDevHub
@NirajanDevHub 28 күн бұрын
@@venkateswarlugajendra3674 welcome 🥰
@NirajanDevHub
@NirajanDevHub 28 күн бұрын
trailhead.salesforce.com/content/learn/modules/platform-developer-i-certification-maintenance-winter-25/maintain-your-platform-developer-i-certification-for-winter-25?trail_id=maintain-your-salesforce-certifications
@AbhishekSingh-nu7tb
@AbhishekSingh-nu7tb 29 күн бұрын
Very impressive 👏👏 akhil
@NirajanDevHub
@NirajanDevHub 29 күн бұрын
@@AbhishekSingh-nu7tb thank you mate
@venkateswarlugajendra3674
@venkateswarlugajendra3674 Ай бұрын
Please upload PD1 Winter '25
@NirajanDevHub
@NirajanDevHub Ай бұрын
@@venkateswarlugajendra3674 pd1 25 maintenance is yet to come after winter release. if your certificate is not active then you can proceed with this .
@NirajanDevHub
@NirajanDevHub 28 күн бұрын
Hi venkateswarlugajendra3674 here is the PD I '25 maintenance certification video do check out kzbin.info/www/bejne/o6i2hGuPjJ6ce9E
@venkateswarlugajendra3674
@venkateswarlugajendra3674 28 күн бұрын
@@NirajanDevHub thank you Niraj 👏
@NirajanDevHub
@NirajanDevHub Ай бұрын
trailhead.salesforce.com/users/teamtrailhead/trailmixes/quest-get-started-with-flow
@LofiWaves333
@LofiWaves333 Ай бұрын
Great work sir❤
@NirajanDevHub
@NirajanDevHub Ай бұрын
Thank you 😊
@NirajanDevHub
@NirajanDevHub Ай бұрын
public class QueryContact { public static Id getContactID(String lastName, String title) { try { Contact myContact = Database.query( 'SELECT ID FROM Contact WHERE lastName = :lastName AND title = :title LIMIT 1' ); return myContact.Id; } catch (Exception ex) { return null; } } public static Id getContactIDWithBinds(Map<String, Object> bindVars) { //do not modify any code above this line //implement the logic that will use bindVars to retrieve the contact's ID try { String queryString = 'SELECT Id ' + 'FROM Contact ' + 'WHERE LastName = :lastName AND Title = :title ' + 'LIMIT 1'; Contact myContact = (Contact) Database.queryWithBinds(queryString, bindVars, AccessLevel.USER_MODE); return myContact.Id; } catch (Exception ex) { return null; } } }
@exploringgoodthoughts1308
@exploringgoodthoughts1308 Ай бұрын
Hello sir it is asking gmail password reset when I have clicked on start building your first agent in the same activity which you have shown above. If I accept it then they will be having my gmail access right ?
@NirajanDevHub
@NirajanDevHub Ай бұрын
have you created salesforce account earlier or you are trying to do it for first time ? if not created then create your salesforce account and don't give access to google as of now it is not required.
@LofiWaves333
@LofiWaves333 Ай бұрын
❤❤
@LofiWaves333
@LofiWaves333 Ай бұрын
❤❤
@LofiWaves333
@LofiWaves333 Ай бұрын
❤❤❤
@LofiWaves333
@LofiWaves333 Ай бұрын
Great work
@AbhishekSingh-nu7tb
@AbhishekSingh-nu7tb 10 ай бұрын
Keep going Akhil ❤❤❤
@yadusingh5996
@yadusingh5996 11 ай бұрын
Nice
@AbhishekSingh-nu7tb
@AbhishekSingh-nu7tb 11 ай бұрын
Very impressive akhil
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you
@PrinceSingh-h1v
@PrinceSingh-h1v 11 ай бұрын
😊😊😊very helpful
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Glad it was helpful!
@LofiWaves333
@LofiWaves333 11 ай бұрын
Jay Shree Ram
@Saketsinghvlog
@Saketsinghvlog 11 ай бұрын
Vai ye Mera department ka nahi hai tab v Mai dekhta hu . Jay Shree Ram 🚩
@awanishyadav2665
@awanishyadav2665 11 ай бұрын
Helpful video ❤️
@adityaflims
@adityaflims 11 ай бұрын
Java or pythons?
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Going with Java as it is available in any of the placement exam software and the compiler is faster than python and c++
@PrinceSingh-h1v
@PrinceSingh-h1v 11 ай бұрын
Very helpful 😊
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Will bring more in upcoming days
@KundanDevHub
@KundanDevHub 11 ай бұрын
Nice bhaiya❤
@AbhishekSingh-nu7tb
@AbhishekSingh-nu7tb 11 ай бұрын
Very impressive Akhil ❤❤❤
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you 😊
@prashantadhiraj7544
@prashantadhiraj7544 11 ай бұрын
Jio bhai bahut AXA hai ❤....
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you
@prashantadhiraj7544
@prashantadhiraj7544 11 ай бұрын
Are bahut badhiya hai Akhil bhai❤
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you
@kkiranayb
@kkiranayb 11 ай бұрын
Keep going
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you 😊
@ahmadhasan2721
@ahmadhasan2721 11 ай бұрын
Kept up brother, support is here ❤ Singh is king 👑
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
Thank you 😊
@DIPESHKARNA-i2i
@DIPESHKARNA-i2i 11 ай бұрын
Proud of you bro! Keep it up 🎉
@NirajanDevHub
@NirajanDevHub 11 ай бұрын
❤❤
@kkiranayb
@kkiranayb 11 ай бұрын
Nice one
@Saketsinghvlog
@Saketsinghvlog 11 ай бұрын
Jay Shree Ram Prabhu Shree Ram k Kripa se KZbin line me bahut shafhalta mile .
@Saketsinghvlog
@Saketsinghvlog 11 ай бұрын
Sachin ko ish ka jaruri hai ush ko shikhayo
@spkrajak4365
@spkrajak4365 11 ай бұрын
Super dai❤❤
@tapaswinitripathy7046
@tapaswinitripathy7046 11 ай бұрын
Great start🎉 Good Luck
@manojneeli7151
@manojneeli7151 11 ай бұрын
Nice explanation😍
@krishna1234Shah
@krishna1234Shah 11 ай бұрын
Aab placement lag jayega ❤