kunalprashant.hashnode.devUnderstanding app.get vs router.get in Express.jsExpress.js, a popular web application framework for Node.js, offers two primary ways to handle routing: app.get and router.get. These methods are essential for managing different routes in your application. Let's explore their differences, use cases,...Dec 17, 2023·3 min read
kunalprashant.hashnode.devLiquid Mastery: From Shopify Starter to Theme WizardIn this section of our guide, we focus on Liquid, the templating language developed by Shopify. Liquid is a crucial component for theme customization as it integrates static HTML with dynamic content pulled from your Shopify store's database. Let's e...Dec 14, 2023·6 min read