Jophin Josephnpm link 🔗npm link is the quintessential tool for developing and testing npm packages iteratively without having to continually rebuild. The package…Feb 22Feb 22
Jophin JosephShopify webhooks: TestingOnce I figured out how to hook up webhooks with HMAC validation, the next hurdle before submitting the app for review was testing them…Mar 25, 20201Mar 25, 20201
Jophin JosephShopify webhooks: HMAC validation on NodeJS ExpressShopify apps do HMAC validation to ensure that the request received by them has actually originated from the shopify platform. Shopify…Mar 25, 20202Mar 25, 20202
Jophin JosephShopify webhooks on NodeJS ExpressIn spite of having a decent documentation on webhooks, there were some major hurdles I struggled to overcome when I set out to configure…Mar 21, 2020Mar 21, 2020
Jophin JosephUntangling reducers into a configurationThe one thing that has irked me in every reducer based state management system is the reducer itself. It is a daunting task to be a full…Mar 15, 2020Mar 15, 2020