About

Profile Image

I am a software engineer based in Slovenia.

I primarily work as a backend developer using Go. In my spare time, I like to explore technologies unrelated to my work. This includes frontend development, programming language design, embedded systems, electronics, and more.

Contact

You can reach me on my email me@viddrobnic.com.

Recent Blog Posts

Here are the most recent blog posts you might be interested in. Checkout the blog for more.

Writing My Own Language - Conclusion

9 Feb 2025

4 minute read

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)

25 Jul 2024

7 minute read

I decided to write my own programming language. After writing the interpreter, it’s time to tackle syntax highlighting.

Writing My Own Language (Part 1)

4 Jul 2024

17 minute read

I decided to write my own programming language. Why? How?