Projects Presentation
Projects Presentation
Federico Paschetta
January 2023
1 Introduction
This is a brief presentation of projects I made during my three university years.
They will be displayed in cronological order.
3 Operative Systems
January 2022. Project developed during first semester of second year, in oper-
ative systems course.
The whole project is written with C language. Project consisted in handling
a library-like processes simulation, with shared memory, process communication,
signals and transactions.
Link to project: https://github.com/federicopaschetta/SO-Project
1
algorithms have performance analysis in a pdf file in folder. Third exercise is
a generic type heap, base for fourth exercise, which is a generic graph and an
application of Dijkstra minimum path algorithm built on that graph.
Link to project: https://github.com/federicopaschetta/ASD-Project
5 Databases
June 2022. Project developed during second semester of second year, in data
bases course.
The whole project steps are inside a single PDF in folder. Project consisted
in creating a data base for an online rooms and houses reservation service (e.g.
AirBnB). The project has all database design steps: requirements analysis,
conceptual design, ER schema, logic design, ER updated, relational schema and
SQL code. This project has been done with other two colleagues.
Link to project: https://github.com/federicopaschetta/DB-Project
6 Web Technologies
January 2023. Project developed during first semester of third year, in web
technologies course.
The project has been developed in combination with Human-Computer In-
teraction one, as they use same backend. This represents an entire lection
booking service website, developed as a single page application, both frontend
and backend. Database is created with MySQL service and coded with SQL,
it’s been used Java in order to communicate between frontend and database and
to handle HTTP request. Frontend is coded with HTML, CSS, JS with use of
Vue.js and JQuery.
Link to project: https://github.com/federicopaschetta/TWEB-Project
8 Programmation III
January 2023. Project developed during first semester of third year, in pro-
grammation III course.
2
The project consisted in developing a mailing service, both client and server
side. It’s programmed in Java and it handles parallel programming and network
access problems.
Link to project: https://github.com/federicopaschetta/ProgIII-Project