Salesforce Apex Master Class (Ep. 11) – What is Variable Scope in Apex?
|

Salesforce Apex Master Class (Ep. 11) – What is Variable Scope in Apex?

Variables, should you make them public, maybe private, how about protected?? In this episode we find out what scope you should use for your variables when you create them, and why. It’s gonna be a guddddd time! Get Coding With The Force Merch!! We now have a redbubble store setup so you can buy cool…

Salesforce Apex Master Class (Ep.12) – What is a Method in Apex?
|

Salesforce Apex Master Class (Ep.12) – What is a Method in Apex?

We’ve got variables and data types downnnnnnnnn, now it’s time to learn absolutely everything about methods. This is where it gets really good. It’s where you get to write the magical code that will make your org tick! Let’s get to it! Get Coding With The Force Merch!! We now have a redbubble store setup…

Salesforce Apex Master Class (Ep. 13) – What is a Constructor in Apex?
|

Salesforce Apex Master Class (Ep. 13) – What is a Constructor in Apex?

Constructors help make sure that your Apex classes get constructed just the way you want them! They’re kinda like methods, but extra mega special. They are incredibly important to understand as a developer, and in the episode above we’re gonna learn absolutely everything about them. 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…

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. 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. 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. 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. 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. 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…