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/...

How Does The Internet Work?

A developer-friendly primer on networks, packets, IP/TCP, DNS, HTTP/HTTPS, SSL/TLS, and routing—how data moves reliably and securely.

/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.