About

I'm a software engineer based in Slovenia. I'm interested in all things related to computers. This means that I put up with computers for a living, and also just for the fun of it!

At work, I primarily work as a backend engineer. In my spare time I love working on side projects which range from the high level world of frontend development to the low level world of electronics - and everything in between. I also spend way too much time configuring my setup.

If I'm not behind a computer, you'll find me spending time with my beautiful wife and child.

On this page, I write about the side projects that I am working on. I might not finish all of them :)

Recent Writing

Go Hugo? Go Astro!
29 May 2025
I took a look at Astro and accidentally rewrote my website from Hugo to Astro. I’ve got some thoughts and opinions about it.
Writing My Own Language - Conclusion
I decided to write my own programming language. It's time to write an LSP and try it out on Advent of Code.
Writing My Own Language (Part 2)
I decided to write my own programming language. After writing the interpreter, it's time to tackle syntax highlighting.