All posts

I like to write about stuff I'm into. You'll find a mix of web dev articles, tech news, and random thoughts from my life. Use the search below to filter by title.
/3 mins read/...

Quick macOS Setup for Web Devs

Get your macOS ready for web development fast! This minimal setup guide will have you coding within 30 minutes.

/3 mins read/...

On Tailwind CSS arbitrary values

How to use arbitrary values in Tailwind CSS to create custom styles for your components. Some nice tips to make your Tailwind CSS workflow more efficient.

/7 mins read/...

Migrate your Shopify store assets to a new store using File API

Learn how to migrate your assets from an old Shopify store to a new one in a few simple steps. This guide will show you how to retrieve and download your images using GraphQL and Node.js, and upload them to your new store with ease.

/5 mins read/...

Introduction to Committing with Conventional Commit

Conventional commit is a specific form of committing which gives software developers a uniform system for organizing and describing their changes, making it easier to keep track of updates