Salesforce Apex Master Class (Ep. 21) – When to use the Static Keyword in Apex
|

Salesforce Apex Master Class (Ep. 21) – When to use the Static Keyword in Apex

Now that you know exactly what a static variable is, it’s time to learn when you should actually utilize them! In the episode above we’ll finally put all that new found static power into practice! Get Coding With The Force Merch!! We now have a redbubble store setup so you can buy cool Coding With…

Salesforce Apex Master Class (Ep. 22) – When to use the Global Keyword In Apex
|

Salesforce Apex Master Class (Ep. 22) – When to use the Global Keyword In Apex

What is the Global keyword you ask? Great question, and a very important one! The global keyword in apex is a very dangerous keyword that you need to know when to use, otherwise its security ramifications can be… not so ideal lol. So, Mr (or Mrs.) Worldwide, let’s figure it out together! Get Coding With…

Salesforce Apex Master Class (Ep. 23) – When to use the Public Keyword In Apex
|

Salesforce Apex Master Class (Ep. 23) – When to use the Public Keyword In Apex

The public keyword, it’s just so public you know? But what exactly does that mean? And when should I even use it bruh? Together we’re gonna learn all about that and sooooooo much more, so what are you waiting for? Click that play button above homie and let’s get this learnin a churnin! Get Coding…

Salesforce Apex Master Class (Ep. 24) – When to use the Protected Keyword In Apex
|

Salesforce Apex Master Class (Ep. 24) – When to use the Protected Keyword In Apex

Protect me baby one more time! …ok, maybe that was too much, but it is time to learn about the protected keyword! It’s a weird one that you’ll see considerably less often than the others, but it’s still important to know its use cases and when to leverage it, so let’s get to it broheim,…

Salesforce Apex Master Class (Ep. 25) – When to use the Private Keyword In Apex
|

Salesforce Apex Master Class (Ep. 25) – When to use the Private Keyword In Apex

It’s time learn when to use the magical and extremely important private keyword in Apex! It’s critical that you know when to use this and why, because you should use a lot! So let’s check this bad boi out so you can surprise your dev lead someday with such clean beautiful and well designed code!…

Salesforce Apex Master Class (Ep. 26) – What are Conditional Statements (If/Else) In Apex
|

Salesforce Apex Master Class (Ep. 26) – What are Conditional Statements (If/Else) In Apex

If that, else if this, else that. <- If you don’t know where I’m goin with that, then it’s officially time for you to learn about conditional statements in Apex! You can make magical branching logic that you’re gonna love, and then eventually learn to hate (but that’s not important for now), let’s get to…

Salesforce Apex Master Class (Ep. 27) – What are Switch Statements In Apex?
|

Salesforce Apex Master Class (Ep. 27) – What are Switch Statements In Apex?

Switch, switch, switch it up! No, not your Nintendo Switch, put that down (even though it’s always a good time) and lets learn about Switch statements in Apex brochino! By the end of this video you’re gonna be a switch expert in the world of Salesforce! Get Coding With The Force Merch!! We now have…

Salesforce Apex Master Class (Ep. 28) – When to use Switch Statements vs. Conditionals In Apex
|

Salesforce Apex Master Class (Ep. 28) – When to use Switch Statements vs. Conditionals In Apex

Now that you know about conditional statements and switch statements, it’s time to learn when you should use one over the other! In this episode we’ll learn all the pros and cons of each and figure out some best practices! Click that play button my guy (or gal) and let’s learn some kewl stuff! Get…

Salesforce Apex Master Class (Ep. 29) – Collection Iteration in Apex (How to Write For Loops)
|

Salesforce Apex Master Class (Ep. 29) – Collection Iteration in Apex (How to Write For Loops)

Now that you’ve learned all about collections, it’s time to learn how to iterate over those bad boiz and actually do somethin with all the data in those collections. In this magical adventure of an episode we’re gonna turn you into a collection iteration wizard that your mom’s cousin’s brother will be talkin about for…

Salesforce Apex Master Class (Ep. 30) – Collection Iteration Best Practices
|

Salesforce Apex Master Class (Ep. 30) – Collection Iteration Best Practices

So I heard you know how to iterate over collections now using those baller status for loops, but did you know if you aren’t careful you could blow up your codebase with them? Don’t worry brosephina, in this episode we’re gonna find out how to avoid that nightmare. Slam that play button and let’s get…