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…

Fixing a Terminally challenged blog

Recently I came across terminal shop, which lets you run a CLI tool via SSH. As someone who love the terminal, this just blew my mind. So I wanted to find out how it was built, out of curiosity. It's when I cam across bubbletea. Took me less…

Reinventing wheels

This opinion has changed twice over the last four years for me, it started out as re-invent wheels, don't use packages, then changed to don't re-invent anything. It's settled to a happy medium, leaning more towards reinvention. I've realized through mine and…