Projects
Blog server
A dynamic blog web server: it reads Markdown from content/, renders it through Tera templates and serves it via Axum. One binary (~18 MB) plus a few directories — the whole site.
Maven check versions
This is a python package designed for analyzing Maven pom files. It checks the versions of dependencies in a project and identifies the latest available versions in repositories. It is especially useful in CI/CD environments, where maintaining consistency and up-to-date dependencies is crucial.