How to make golang panics prettier

A Go(lang) journey in live reload and pretty panics

TLDR: Use docker + cosmtrek/air + panicparse One of my passions is DX, and while I’m not always getting it right, the enjoyment is there to make people’s lives a little bit more productive. Some context Coming from a predominantly PHP background, at least in my bubble, having “pretty” error messages when doing development is pretty much a given. Regardless of the framework you might be using all of them use php....

03 May, 2023 · 6 min · 1127 words · Alexandru Bucur

Simple Script to Generate Color Scheme Switchable Css

While I was working on yet another secret project that will probably never see the light of day, I wanted to blog about the experience of bootstrapping the project. As any developer, that means that instead of writing that blog post, I had to dust off my website theme, update hugo, and do other fixes. I’ve settled on PaperMod as the theme, since it’s simple and to the point, and it also changes the style based on the preferred color scheme....

03 May, 2023 · 4 min · 673 words · Alexandru Bucur