These are links to some of the projects I’ve worked on lately and published on GitHub. If you find any of the programming techniques useful or interesting, feel free to fork these projects.

WeatherFX

WeatherFX

A sample application with an MVC Reactive JavaFX framework connected to an external API through a domain service and and Interactor.
This application is intended to demonstrate how you can write a JavaFX application that “does something”.

Read More

Hangman

Hangman

The classic game “Hangman” written in Reactive JavaFX.

Read More

WordleFX

WordleFX

The popular game, “Wordle” implemented as a desktop application, written in Kotlin using Reactive JavaFX

Read More

MineSweeper

MineSweeper

The classic game “MineSweeper” written in Reactive JavaFX using a multi-layered MVC design.

Read More