It's my
Feed.
ALL POSTS
Create CSS Toggle Switches
CSS has come a long way. You can now create toggle switches, among other awesome things, with just plain CSS. This article will show you how you can create cool ...
Lightning Web Component Lifecycle Hooks
Lightning Web Components? Lightning Web Components is a javascript framework maintained by Salesforce which uses custom HTML elements built using HTML and ...
Understanding JavaScript Strict Mode
What is Strict Mode in JavaScript? This is a common question I got asked when I was teaching javascript at the UNC Chapel Hill bootcamp. So, what does this mean?
The Shadow DOM
This article goes over what the shadow DOM is and how to create one. There are 3 different terms regarding the shadow DOM.
Different Salesforce APIs
Lately, I have been looking into the different APIs that are provided by Salesforce for development. As a result, I wrote this article to write down the differences between the most common ones.
Develop a site with Gatsby, React, and MD
For the initial article, I wanted to share the technology associated with this site and the basic setup process that may help some other developers create their own websites.