A few Apex tips that I’ve picked up along the way

A few Apex tips that I’ve picked up along the way

Salesforce’s server side language is called Apex. Apex is a strongly typed, object-oriented language that many say looks like Java. The language is strongly tied to the database and other objects in Salesforce, as well as its front end counterpart – Lightning. As a side note, having written loosely typed languages all my life, Apex […]

Salesforce’s LWC (Lightning Web Components) – My First Thoughts

Salesforce’s LWC (Lightning Web Components) – My First Thoughts

Oh no, another JavaScript framework to learn. At first, it sounds bad. But its a good thing actually. Because being stagnant in coding is bad. Always learning new things is the way to go. Besides, newer frameworks (especially in JavaScript) show what older frameworks could’ve done better. This is the case with Lightning Web Components […]