by clintmcmahon | Jul 20, 2020 | Code, Shopify
Suppose you want to sort or filter a Shopify collection by a sub/nested property. Well, this is an example of how you’d sort a Shopify collection by a nested property, specifically how to sort by a setting property of a logo list block. Shopify filter tab...
by clintmcmahon | Jul 19, 2020 | Code, JavaScript, React
This tutorial is on how to create a reusable dropdown list component in React. I broke the functionality down into two components — the actual select dropdown list component and the calling parent/calling component. The parent component will be App.js and a component...
by clintmcmahon | Jul 6, 2020 | Code, C#
In computer programming, unit testing is a software testing method by which individual units of source code, sets of one or more computer program modules together with associated control data, usage procedures, and operating procedures, are tested to determine whether...