MAIN

About me

Hi, I'm Luka. I focus on systems programming and indie game development. I enjoy solving complex under-the-hood problems and building software that is fast, reliable, and free of unnecessary bloat. I value digital minimalism both in life and in code architecture. That's why I choose tools that perfectly solve the problem at hand without adding unnecessary complexity.

Technologies & Tools I use:

Focus Areas: Systems programming, internal tooling, game development

About this site (And why I built it from scratch)

Instead of using heavy modern web frameworks that introduce a lot of overhead, I decided to treat this site as an engineering challenge. I wrote my own Static Site Generator (SSG) in Rust. The entire system works by reading .md files directly from my Obsidian vault, parsing them, and merging them with HTML templates. The result? Total control over the codebase, the ability to write blog posts directly from my favorite note-taking app, and a site that loads practically instantly. You can read more about the architecture of this project in my blog post.

The site’s simplistic look is a deliberate choice, heavily inspired by the Indie Web aesthetic. I wanted to create a space that feels like the early, open web-fast, text-centric, and completely independent. By combining the safety of Rust with a clean, distraction-free interface, I’ve built a personal corner of the internet that values longevity and substance over modern web complexity.

Contact

Email: luka.prlic18@gmail.com

GitHub: [Edic189]