Here are some personal projects I am working on. You can find all of them on my GitHub.
whereisivan - I built this bike tracking app to stream my rides from Android to a Kotlin backend and make them visually trackable on a live React map. The project includes an Android app, a backend service, infrastructure automation with Terraform, and a web dashboard written in React. Tech stack: Kotlin, Android, Ktor, Koin, Terraform
PersonalPageGen - I created this small Go static site generator to turn Markdown content into a clean personal website, including this one. Currently, popular static site generators are way more complicated than they claim because they are made to support different use cases and not only simple personal websites. This web site uses only HTML and CSS. No cookies, no JavaScript. Tech stack: Go
Vluent - I am building this Java library to make validation rules easier to compose, test, and reuse without tight framework coupling. It provides a fluent API, similar in style to the Java Streams API. Tech stack: Java