← Back to home

More of my projects

Projects Banner

Here you can explore personal projects I've built in my free time, along with select work from my university courses.

Sportrack

Sportrack

JavaAndroidFirebaseRoom SQLiteMaterial Design 3Retrofit

Android application for sports tracking and management.

GitHub Download Report
Sudoku Solver

Sudoku Solver

C++Qt FrameworkOOPBacktracking DFS

A C++/Qt GUI application that solves Sudoku puzzles. Demonstrates algorithmic problem-solving with real-time visual Backtracking.

GitHub
Sparse Iterative Solvers

Sparse Iterative Solvers

PythonSciPyNumPyMatplotlibScientific Computing

Python library for solving large-scale sparse linear systems using iterative methods (Jacobi, Gauss-Seidel, Conjugate Gradient).

GitHub Download Report
DCT Image Compressor

DCT Image Compressor

PythonSciPyNumPyImage Processing

An educational implementation of the JPEG image compression algorithm using 2D Discrete Cosine Transform (DCT) from scratch.

GitHub Download Report
Timetrack

Timetrack

JavaSpring Boot 3Spring SecurityPostgreSQLThymeleafBootstrap

Spring Boot Web App for an university software development course on MVC architecture.

GitHub
Java Multiplayer Snake

Java Multiplayer Snake

JavaSwingJavaFX

Classic 2D Snake game with local multiplayer mode. Developed in Java using Swing, AWT, and JavaFX.

GitHub
Python File Sorter

Python File Sorter

Python

Python Script that sorts downloaded files into different folders based on file extensions.

GitHub
Snakey

Snakey

JavaScriptNode.js

Multiplayer snake made in Node.js.

GitHub
C++ Binary Search Tree

C++ Binary Search Tree

C++

A generic, template-based Binary Search Tree implementation in C++. Features custom iterators, functor-based comparisons, and robust manual memory management.

GitHub
Prolog JSON Parser

Prolog JSON Parser

Prolog

A custom JSON parser and serializer written in SWI-Prolog. Demonstrates the application of logic programming, term unification, and recursive resolution for data parsing.

GitHub
Lisp JSON Parser

Lisp JSON Parser

Common Lisp

Custom, dependency-free JSON parser and serializer written entirely in Common Lisp. Demonstrates recursive descent parsing and functional programming fundamentals.

GitHub
Portfolio Website

Portfolio Website

SvelteKitTailwindCSS

Personal portfolio website featuring dark mode, scroll snapping, and responsive design.

GitHub Live Demo