How a Confirmation Modal Broke My Shopify Store's SEO
Creating Shopify Theme with AI - #4

Search for a command to run...
Creating Shopify Theme with AI - #4

Creating Shopify Theme with AI - #3

TL;DR Svelte has 7 built-in transitions (fade, blur, fly, slide, scale, draw, crossfade). I tried each one with short examples and GIFs. Use this as a quick reference when you need a transition. Intro
TL;DR 😼 When you replace an image with a cropped version but keep the same URL, the browser may show the old image because of caching. Add a timestamp (or unique suffix) to the filename so the URL changes—the image updates correctly. 📸 Situation I ...

This is not a tutorial. I'm not writing every detail of what I did, but I'll try to cover the main points. TL;DR 😊 I asked AI (Cursor) to build a shopify theme section. It generated working Liquid, CSS, and JS and matched the theme structure I had ...
What happened I got a GitHub notification that I couldn't see nor remove. The repository name was plasma-network/plasma.to. At first, I thought one of my coworkers created a new repository. But it wasn't. I tried to open the repository, but I couldn'...
Probably this will be a series - Creating Shopify Theme with AI ✍️ TL;DR 😊 If you are new to creating a Shopify theme, clone the skeleton theme to start. It saves time, avoids missing files, and keeps the project simple. Beginning I was curious abo...
TL;DR After updating Cursor editor, Claude Code CLI stopped working with a command not found error. The solution is to reinstall Claude Code and fix PATH configuration. Quick fix: Add to PATH: export PATH="$HOME/.local/bin:$PATH" Reload shell: sour...
To speed up my blogging and be more honest about my learning process, I've decided to start sharing even the small (and sometimes silly) mistakes I make. Thanks for reading with kind eyes. 😅 Quick question: Can you spot what's wrong with this code?...