A Tool for Self-Employed Entrepreneurs
I recently built a tax calculator app that makes calculating taxes quick and simple. I used React 19, Tailwind v4, and shadcn/ui to create a smooth experience without overcomplicating the tech details.
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.