Back to selected work

Engineering case study / School project

Java Framework Showcase

An open school project that presents Java microservice frameworks through a React interface. Visitors can explore the live project directly from the portfolio.

ReactJavaMicroservicesGitHub Pages

01 / Architecture overview

Make the system legible.

A static React application is built and hosted through GitHub Pages, keeping the project lightweight and easy to share.

02 / Problem & need

The useful constraint.

The project needed to explain and compare Java microservice frameworks in an accessible format.

03 / Technical decisions

01React made the educational content interactive without requiring a backend.

02GitHub Pages provided a simple public deployment for an open school assignment.

05 / Challenge resolved

The focus was communicating framework differences clearly while keeping the application small and maintainable.

06 / Lessons & next

A small educational project can still demonstrate information architecture, frontend composition and deployment discipline.