Claude code is way better than cursor

Finally, an AI that can really take care of the tedious work. The last few days I've been really enjoying Claude Code doing all the things that act as the biggest hurdle to me starting on something. It's way better than Cursor, not because it'…

fmt.Sscanf

Can't believe it's taken me this long to come across this method. Ever since I've found out about it, I've used it about three times already. And I only found out about it yesterday. The last time I ever used something even…

Not all features are like the others

Just finished building the document view for my product. This one took about a couple of working days but I'm quite proud of the end result. The requirement was to allow for a folder structure just like on desktop. At first I wasn't sure how I…

One step at a time

I've written about this before. I do have the tendency to focus on the end result from the very beginning. This is fine in most scenarios, except those where you don't exactly know how to get there. Most of the times it happens when I'…

Back to basics

Not sure why but uploading files kinda bothered me. I know it's a simple thing but for some reason in my head I built it up quite a bit. But I had to face my discomfort yesterday. I had gotten as far as I could by doing everything…

Making a headless browser for fun

I've called it grome, outside of a fun exploration it's not very useful. Credit to the Browser Engineering book, I've pre-ordered my copy and can't wait to continue working on the browser when it arrives. The code is pure spaghetti, and I…

Introducing shave, my template for all projects

I had some time to kill the last couple of days. So I decided to move my regular web dev requirements to a template. I decided to make it public, maybe someone else will find some use or inspiration. You can find the repository here. I'm not very…