Projects
6 projects3 Tačke: Anti-Clickbait News Platform
3 Tačke is a news aggregation platform for the Bosnian, Serbian, and Croatian speaking region built around a single premise: every story can be told clearly, briefly, and honestly. An automated pipeline collects content from publicly available sources, processes it through OpenAI to strip clickbait and sensationalism, and publishes one neutral paragraph per story — no ads, no tracking, no noise.
Vodostaj Rijeka: Water Level Monitoring
Vodostaj Rijeka is a web application designed to monitor real-time and historical river water levels. Originally initiated to improve upon infrequent data updates in existing tools, the project has evolved into a high-performance system powered by a modern Rust backend.
SP Kalkulator — Tax Calculator for Self-Employed in Republic of Srpska
SP Kalkulator is a tax calculator for self-employed entrepreneurs (samostalni preduzetnici) in Republic of Srpska. It computes contributions, expenses, tax, and net profit based on the law that came into effect on January 1, 2025. The app runs entirely in the browser — no account, no server-side logic, no data sent anywhere.
Sportske Prognoze: A Hobby Project
Sportske Prognoze is a personal hobby project that blends passion for sports with modern web development. The website is designed to provide sports forecasts and related insights, ensuring clarity and ease of use for its visitors.
LRU Memory Cache Library in Rust
in-memory-cache is a straightforward, yet powerful crate that delivers an easy-to-use in-memory cache solution with a Least Recently Used (LRU) eviction policy. This crate facilitates the efficient storage of key-value pairs, providing automatic eviction of the least recently accessed entries when the cache reaches its predefined capacity.
Subtitle Merger: A Journey in Solving Niche Problems
Years ago, I embarked on a journey to solve a specific yet impactful problem for video enthusiasts and translators. The result was Subtitle Merger, a free, hobby-driven software tool developed in .NET C#. Designed to streamline the process of merging subtitle rows within a single subtitle file, Subtitle Merger became a testament to my passion for crafting practical solutions through software development.