My Portofolio

A showcase of my projects and my abilities

My name is Rares Mihalache

Highly motivated developer interested in everything that relates to technology, especially embedded systems, web and game development. Eager to learn new technologies and find solutions to all kind of problems.

atm

Autocomplete Search

Project 1

This is an open source autocomplete search engine based on KMP algorithm. It suggests items from an array after each new keypress in the search box.

Polynomial Calculator

Project 2

This is an open source aplication used for performing opperations with polynomials. It was implemented with Java and it uses MVC architectural pattern.

Food Delivery Management System

Project 3

This is a food delivery management system (open source, desktop-app). Data was persisted within memory using serialization. There are 3 types of actors: admin, client and employee. Each type of actor has certain use cases. CRUD operations have been implemented.

Application for issuing documents for town halls

Project 4

This is an application that can be used by town halls to issue documents for its citizens. Developed using Java, JPA, Hibernate and MySQL. There are 2 types of actors: admin and client. For more details, see README.md (See code)