SFDC Stop
548 subscribers
22 photos
3 videos
9 files
239 links
Download Telegram
Hey Everyone, I recently published some blogs and videos about "Implementation of Binary Tree in Apex" and "Insertion in Binary Tree based on parent node"

I got a couple of queries like:

What's the use of knowing the concept of binary tree in Salesforce development?

Where do we apply these data structures in real life?

Considering those, I have added a 3 part video series where we solve a real life use case using Binary Trees in Salesforce.

Part 1: "Find the Lead Manager" - Problem Statement Explained

Video: https://youtu.be/AyxvqFdfUPs

Part 2: Creating a Binary Tree to solve the problem using the records queried from Salesforce

Video: https://youtu.be/EIdDsDID4pI

Part 3: Solving the problem by using Binary Tree | Lowest Common Ancestor Algorithm Explanation

Video: https://youtu.be/Xscri2P9NoQ

It took almost a week to think and prepare the whole content. I hope you'll find it useful. Please make sure that you've gone through the below pre-requisites before watching these videos:

Binary Tree Implementation: https://youtu.be/jRoqDaAEgNo

Insertion in Binary Tree based on parent node: https://youtu.be/XDlaEAippnE

Happy Learning..!!

#salesforcedevelopers #salesforceohana #trailblazercommunity #salesforcedevelopment #datastructures #binarytree

By: @sfdcstop
Many people were finding it difficult to deploy #HTTPCalloutFramework in order to use it in their corporate projects using the Deploy to Salesforce button as it's giving org access to a heroku application for deployment.

I created an unmanaged package for the same so that you can deploy it easily and still have access to the whole codebase in order to modify the framework if required. Version 1.0 can be accessed below:

https://github.com/rahulmalhotra/HTTPCalloutFramework/releases/tag/v1.0

Make sure to raise a PR in case you think any of your change is generic and will be helpful for everyone using the framework.

#salesforce #salesforceohana #salesforcedevelopers #apex #salesforcecrm #opensource #github #packages

By @sfdcstop
How to create an dynamic SOQL query with all fields included? How to get the picklist field labels and their values for my lightning component? How can I get the record type id using record type name?
The below post will answer those questions:

#NewPost #SFDCStop Understanding Dynamic Apex and it's use cases:

https://www.sfdcstop.com/2021/08/understanding-dynamic-apex-and-its-use.html

#salesforce #salesforceohana #trailblazercommunity #salesforcedevelopers #salesforcedevelopment #apex

By @sfdcstop
Hello Trailblazers, Excited to share that I am speaking at #Cactusforce2022 🌡 this week on the topic "The importance of Data Structures in Salesforce Development"

In this session, we're going to solve a real life project requirement using an advanced data structure and we'll see the performance impact we're having by using it and learn why it is better than a brute force solution. So, the next time when you face such a requirement, you'll think at the first place - Which data structure should I use to solve it? and then you'll design + implement the most efficient solution.

You can checkout the full session abstract here: https://www.cactusforce.com/2022-sessions/2022/1/20/xxpsyc8q8bljnfeq7ji0t0h14ckb9o-3zf4b-hetw7-55gst-8smrc-yel26-5c5px-htreb-yj5kn-nm96a-mpd9z-4exxa-3a8mj-4zhnw-6k2jt-tzamx-kpf3n-79xjl-p42tg-sa5rg

Cactusforce is focused on "More code. Less fluff.". Therefore, we're going to checkout a lot of code and solve a complex use case during this 40 min session.

This year Cactusforce is a hybrid event and you can attend it virtually for free. If you haven't registered till now, I am sharing the registration link below. Looking forward to see you there!

#salesforceohana #trailblazercommunity #salesforce #salesforcedevelopers #salesforcedevelopment #cactusforce2022 #datastructures #livesession #conferences2022

Registration Link: https://events.blackthorn.io/en/5f6O8FJ7/cactusforce-4a1A5fZEMG/overview
​​Hi Everyone, I am happy to share that @sfdcstop is recognised as a Top Salesforce Blog by #ApexHours

Checkout the full list here: https://www.apexhours.com/salesforce-blogs/

Thank you for your continuous support! #salesforceohana
​​Another milestone achieved βœ… #sfdcstop recently completed 1M video views on YouTube!

Thank you! #salesforceohana #trailblazercommunity

By: @sfdcstop
​​100 Students on Udemy βœ… Thank you! #trailblazercommunity #salesforceohana

A couple of people reached out to me asking for coupon code as they couldn't register on time. As a token of gratitude for our community, I've decided to keep the enrollment open for everyone this time (without registration).

For today and tomorrow (i.e. till 12th November 2023), you can get Mastering Lightning Datatable in Salesforce LWC course for FREE!

Use coupon code: HAPPYDIWALISFDCSTOP

You can also enroll directly using this link: https://www.udemy.com/course/mastering-lightning-datatable-in-salesforce-lwc/?couponCode=HAPPYDIWALISFDCSTOP

I am still keeping the registration form open and you can register here to get notified about future blogs, youtube videos and courses: https://www.sfdcstop.com/2023/10/introducing-mastering-lightning.html

Wish you a very Happy Diwali Everyone!

By: @sfdcstop
#NewVideo #SFDCStop Level up your Apex skills with advanced map techniques! πŸ—ΊοΈ

In this video, you'll learn:

βœ… Key existence checks: Efficiently determine if a key is present in a map.

βœ… Empty map detection: Check if a map is empty or contains elements.

βœ… Clearing maps: Remove all elements from a map with ease.

βœ… Extracting keys and values: Retrieve individual keys and values from a map.

Join me to master these essential techniques and become a more proficient Apex developer! πŸ’ͺ

Watch here: https://youtu.be/_RjsVlET4co

By: @sfdcstop

#Salesforce #Apex #Developer #MapCollection #DataStructures #SalesforceOhana #TrailblazerCommunity #freshers
#NewVideo #SFDCStop Elevate Your Apex Logging with Enums: A Must-Watch! ⚑

Aloha Trailblazers, In this video, I'll share a powerful technique that I've found incredibly useful for managing log levels in Apex. You'll learn:

βœ… The importance of enums for logging: Discover how enums simplify the process of defining and managing different logging levels.

βœ… Understanding logging level priority: Grasp the hierarchy of log levels and their impact on your code's output.

βœ… Dynamically controlling log levels: Learn how to enable or disable specific log levels in your Salesforce org.

Get ready to take your Apex debugging to the next level!

Watch now: https://youtu.be/ITq2dRB0Zyg


By: @sfdcstop

#Salesforce #Apex #Debugging #Logging #Enums #TrailblazerCommunity #SalesforceOhana
#newvideo #sfdcstop In this video we're going to learn about expressions and expression operators in Apex.

Key takeaways:

βœ… Understanding expressions: Learn what expressions are and how they're used in Apex.

βœ… Literal expressions: Checkout an example of literal expression i.e. number addition.

βœ… Object instantiation: Discover other examples of expressions like: lists, and maps instantiation.

βœ… Expression operators: Understand how expression operators combine expressions to form compound expression.

Watch the video now: https://youtu.be/g5ErtBfQgBo

By: @sfdcstop

#SalesforceOhana #TrailblazerCommunity #coding #programming #SalesforceDevelopers #SalesforceAdmins
#newvideo #sfdcstop Arithmetic Operators in Apex - Salesforce Apex Tutorial Part 18

Key takeaways:

βœ… Understanding assignment operators: Learn how to assign values to variables using the = operator.

βœ… Performing basic arithmetic: Master addition, subtraction, multiplication, and division using operators.

βœ… Working with decimals: Explore how to handle decimal numbers and ensure accurate calculations using arithmetic operators.

Watch the video now: https://youtu.be/OnZvZsH2lIM

By: @sfdcstop

#salesforce #salesforceohana #trailblazercommunity #salesforcedevelopers #salesforceadmins #programming #coding #developers