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. 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. 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. 20) – What is the Static Keyword in Apex?
|

Salesforce Apex Master Class (Ep. 20) – What is the Static Keyword in Apex?

Now that you’ve learned quite a bit about the basics of Salesforce development, it’s time to introduce to you the static keyword! This is an extremely powerful keyword, but with great power comes great responsibility coderman (or coderwoman) and today (over the next two episodes) we’re gonna learn what the static keyword is so that…

Salesforce Apex Master Class (Ep. 19) – What are Maps in Apex?
|

Salesforce Apex Master Class (Ep. 19) – What are Maps in Apex?

I heard you now know a lot about List and Set collections, but have you heard about the absolute best and most powerful collection type of all? No? Well let me introduce you to the wonderful world of Maps! If you’re struggling with your code being efficient, maps will likely become your best friend in…

Salesforce Apex Master Class (Ep. 18) – What are Sets in Apex?
|

Salesforce Apex Master Class (Ep. 18) – What are Sets in Apex?

In this episode we’re gonna go over absolutely everything that has to do with Sets in Apex!! Woop! Sets are a magical collection type that you are gonna absolutely want to utilize often throughout your time as a Salesforce developer. So buckle up buster and get ready for exciting learning adventure! You’ll be a set…

Salesforce Apex Master Class (Ep. 17) – What are Lists in Apex?
|

Salesforce Apex Master Class (Ep. 17) – What are Lists in Apex?

Now that you know what collections are it’s time to go ultra in depth with the List collections!! Woop woop!! This is the collection type you will likely use most often so you’ve absolutely GOT to watch this one! It’s about to be a real banger of a good time in here, so let’s get…

Salesforce Apex Master Class (Ep. 16) – What are Collections in Apex?
|

Salesforce Apex Master Class (Ep. 16) – What are Collections in Apex?

Have you ever wished your variables could store a TON of records/data in them???? Well no worries at all, collections are here to help you. In this video we’re gonna go over Lists, Sets, and Maps and when to use all of them. At the end of it you will be a master of collections…

Salesforce Apex Master Class (Ep. 15) – What are Operators in Apex?
|

Salesforce Apex Master Class (Ep. 15) – What are Operators in Apex?

Operators op op operators, there’s so many, but what do they all do, and when do you use them? When should you use “=” or “==”? We’re gonna go over all the major operators so that you know how to best utilize every single one! Get Coding With The Force Merch!! We now have a…

Salesforce Apex Master Class (Ep. 14) – How to Instantiate a Class in Apex
|

Salesforce Apex Master Class (Ep. 14) – How to Instantiate a Class in Apex

We now know how to create classes, create variables, and create methods, but now that we know how to build all this stuff, how do we use it? In this episode we’re gonna find out how to actually use all the code that we’ve built so that your users can actually benefit from it! Let’s…