Projects I've built.

A selection of applications and APIs built while developing my full-stack software engineering skills.

02
BACKEND DEVELOPMENT

Customer Relationship Management API

A RESTful CRM API for managing customer records with complete create, read, update and delete functionality. Data persistence is handled through Spring Data JPA and MySQL.

Java Spring Boot Spring Data JPA MySQL Postman
03
JAVA APPLICATION

Online Quiz Application

A console-based quiz application developed with Core Java and JDBC. The application manages questions and user scores while applying object-oriented programming principles.

Java JDBC MySQL OOP