Glad You're Here
This is a place to show some of my work and interests. Take off your shoes, stay a while.
Message MeArticals and Rants
12/18/2023
Practical React Patterns : Dynamic Styling
Long story short this is a great way to manage a component that takes a large number of styling props. This pattern will help you map prop parameters to your SCSS files in a clean, scalable way.
Continue Reading12/18/2023
Shopify Collection Filtering
One of the most confusing parts of creating a Shopify store is: filtering and sorting the products, in a fast scalable way. Today I’d like to show you how I filter my products in Shopify.
Continue Reading12/18/2023
Design Patterns: Observer Pattern
This pattern is used to notify another object that data has changed in the main object. The relationship is a one-to-many type.
Continue Reading