Salesforce Developers India
25.7K subscribers
375 photos
22 videos
342 links
Official channel for Salesforce Developers in India and Asia Pacific run by the Salesforce Developer Relations team. Subscribe to receive updates on key announcements, live coding sessions, webinars, events, and a whole lot more!
Download Telegram
๐Ÿ‘‹Hey Salesforce Devs,
We're back with this week's edition of InShort, bringing you the latest updates on Enhance Your Lightning Experience Performance, Future of Development at #DF23 Developer Keynote, Developer Preview of Winter '24 Release Readiness Live and more...
https://bit.ly/3ZaKFjj
Hello Trailblazers,

It's #TriviaTuesday and here is this week's question ๐Ÿ‘‡
Which of the following is not an LWC Lifecycle Hook?
Anonymous Quiz
7%
connectedCallback
20%
disconnectedCallback
10%
constructor
63%
destructor
September 27: ASK ME ANYTHING with Salesforce Developers!
Join our experts Karishma Lalwani, Stephanie Maddox and Alice Oh for the September edition of our Salesforce Developers Ask Me Anything series. Theyโ€™ll be answering your questions on all the latest innovations for developers from Dreamforce, including Scale Center, Code Builder and Lightning Web Components. Join us!
https://bit.ly/dfdecoded

Date: September 27, 2023
Time: 9 am PST/ 9:30 pm IST
Theme: Dreamforce Decoded
Attention Salesforce Developers โ€” weโ€™re excited to introduce you to our Winter โ€™24 Release Readiness program! If you donโ€™t have time to scan the 604 pages of release notes to find developer features, weโ€™ve got you covered.

There are exceptional features and functionality available for developers in this release on the Salesforce platform with new additions for Apex and LWC, tons of developer tooling updates, Data Cloud updates, and of course features for Slack, MuleSoft, and Tableau too.

Are you ready to get release ready? Read the Salesforce Developerโ€™s Guide to the Winter โ€™24 Release blog. https://sforce.co/3ruo6tG
๐ŸŽฅDive into the future of development with our Winter '24 Developer Preview at Dreamforce, now on YouTube.
https://www.youtube.com/watch?v=z4F9PPuIANA
Hello Trailblazers,

It's #TriviaTuesday and here is this week's question ๐Ÿ‘‡
What is the order of precedence(highest to lowest) of the following javascript operators?
1. Postfix Increment (....++)
2. Addition (....+....) 3. Multiplication (....*....) 4. Prefix Increment (++....)
Anonymous Quiz
41%
4,1,3,2
21%
1, 4, 3, 2
30%
3, 1, 4, 2
8%
1, 2, 3, 4
Just in case you didn't catch it, we've got you covered with the key AI updates from Dreamforce. Check out the recap on Salesforce Plus โ€“ and it's totally free!
https://sforce.co/3LNitO8
Hello Trailblazers,

It's #TriviaTuesday and here is this week's question ๐Ÿ‘‡
What is the output of this js code?
let qty = 15;
switch (qty) { case (qty < 10): console.log('Less); break; case (qty >= 10 && qty <20): console.log('Avg'); break; default: console.log('Unmeasurable') }
Anonymous Quiz
9%
Less
64%
Avg
27%
Unmeasurable
Join #SalesforceDevs on LinkedIn Live to discover how LWR empowers you to build lightning-fast web applications on Salesforce, and learn the art of creating seamless user experiences through declarative data binding. https://bit.ly/3SdwrNp

Date: Oct 19, 2023
Time: 6:00 p.m. IST

Don't miss out!
Watch the AI event of the year. Anytime, anywhere for free.

Dreamforce was a huge and groundbreaking hit once more!
Discover over 120 episodes and special highlights tailored just for you based on your interests, role, or industry. Everything you need is right here, and it's all completely free. https://bit.ly/3rIwea7
Hello Trailblazers,

It's #TriviaTuesday and here is this week's question ๐Ÿ‘‡
Which of the following directives is used to instantiate a component dynamically in Lightning Web Components?
Anonymous Quiz
42%
lwc:dynamic
24%
lwc:ref
13%
lwc:is
21%
lwc:import