Let’s build a Shopping Cart website with SolidJS and Bootstrap – Part 2

Let’s build a Shopping Cart website with SolidJS and Bootstrap – Part 2

In the previous post, we’ve completed setting up the frame for our shopping cart website. We’ve added the routes, finished the product listing page, added filters – and we’ve even started an empty shell for the cart component. Note that if you want to simply download the code – head on to Github. If you’d […]

Let’s build a Shopping Cart website with SolidJS and Bootstrap – Part 1

Let’s build a Shopping Cart website with SolidJS and Bootstrap – Part 1

So it’s been a while since I’ve posted a tutorial. I have been stagnant for a while, just using the same technologies for work and personal projects. Although recently, one framework caught my eye – SolidJS. It claims to have “true” reactivity and addresses many of the things I don’t like about React (such as […]

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 […]