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.
Injecting Humor into Sports Commentary
This weekend, I explored some cutting-edge web technologies to build a fun project called Sporty Banter.
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.