Some Things I’ve Built 🏗️

I love automating things and I'm always full of ideas. Sometimes I get so excited about one that I just have to build it!

From Software Engineering to Machine Learning — and everything in between...

> filter:
2025

My Old Webspace

My personal website built with NextJS, JavaScript and MDX, showcasing my work, interests, and portfolio.

SW |
#Blog #Portfolio #JavaScript
2025

Table Tomic – Foosball Tracker

A web app inspired by Playtomic to track foosball game records, monitor matches, and manage an adapted ranking system. Used for our working station at work :)

SW |
#Web App #Foosball #Ranking
2024

AI-Enhanced Web Bookstore

A web-based bookstore with standard CRUD operations and an AI-powered feature. Frontend and backend communicate through REST APIs.

SW |
#LLM #Web App #Full Stack
2024

Intelligent Object Grasping in Industrial Robotics

A Deep RL framework for industrial robots to grasp objects efficiently in diverse scenarios, maintaining low computational overhead.

ML |
#RL #Robotics #DeepLearning
2023

Plant Image Classification Challenge

Classified plant images (96x96) into 8 categories using TensorFlow. Compared models built from scratch with transfer learning approaches.

University |
#TensorFlow #Neural Networks #Transfer Learning
2023

CommUNIty: Share Note App

A Flutter app using Firebase to help students share notes and resources, enhancing collaboration and community building.

University |
#Flutter #Firebase #Cross-platform
2022

E-commerce with Java and SQL

A Java-based app with relational DB featuring customer registration, service purchases, employee tools, and sales reporting.

University |
#Java #SQL #E-commerce
2022

Smart Bracelets for Children

Designed a smart bracelet system in TinyOS to track child-parent distance and trigger alerts when too far apart. Simulated with Tossim.

University |
#IoT #TinyOS #Node-Red
2021

FPGA for Image Histogram Equalization

Developed a VHDL module in VIVADO for contrast enhancement through histogram equalization of 256-level grayscale images.

University |
#FPGA #Image Processing #VHDL
2021

Cryptographic Performance Impact

Tested different hardware architectures to evaluate how AES encryption affects execution performance on embedded systems.

University |
#Security #AES #Performance
2021

Java Board Game Porting

Created a digital version of the board game *Masters of the Renaissance* as a Java web application with multiplayer logic.

University |
#Java #GameDevelopment #System Design